Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2007-02-01 12:35:00 +0000
committermtaal2007-02-01 12:35:00 +0000
commit5eca8cc5659536a738db8b851e6bde2d4f2d5a0e (patch)
treee5af27cfb5814d3e81d483260e275fb8d5d80f73 /plugins
parent501aee3283eb41a0cc8870ab5b92030fecf38c86 (diff)
downloadorg.eclipse.emf.teneo-5eca8cc5659536a738db8b851e6bde2d4f2d5a0e.tar.gz
org.eclipse.emf.teneo-5eca8cc5659536a738db8b851e6bde2d4f2d5a0e.tar.xz
org.eclipse.emf.teneo-5eca8cc5659536a738db8b851e6bde2d4f2d5a0e.zip
Updated year in copyright/license statement
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/org.eclipse.emf.teneo.annotations/about.properties4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/copyright.txt2
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/model/annotations.genmodel2
-rwxr-xr-xplugins/org.eclipse.emf.teneo.annotations/plugin.properties4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/StoreAnnotationsException.java6
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/mapper/AbstractProcessingContext.java6
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/mapper/DefaultAnnotator.java6
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/mapper/PersistenceMappingBuilder.java6
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/mapper/StoreMappingException.java6
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedEAttribute.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedEClass.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedEDataType.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedEModelElement.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedEPackage.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedEReference.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedEStructuralFeature.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedETypedElement.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedModel.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PamodelFactory.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PamodelPackage.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedEAttributeImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedEClassImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedEDataTypeImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedEModelElementImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedEPackageImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedEReferenceImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedEStructuralFeatureImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedETypedElementImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedModelImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PamodelFactoryImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PamodelPackageImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/util/BasicPamodelBuilder.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/util/PamodelAdapterFactory.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/util/PamodelSwitch.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/util/PamodelValidator.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/AssociationOverride.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/AttributeOverride.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Basic.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/CascadeType.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Column.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/DiscriminatorColumn.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/DiscriminatorType.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/DiscriminatorValue.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Embeddable.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Embedded.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/EmbeddedId.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Entity.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/EnumType.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Enumerated.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/FetchType.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/GeneratedValue.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/GenerationType.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Id.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/IdClass.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Inheritance.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/InheritanceType.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/JoinColumn.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/JoinTable.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Lob.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/LobType.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/ManyToMany.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/ManyToOne.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/MapKey.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/MappedSuperclass.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/OneToMany.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/OneToOne.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/OrderBy.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/PAnnotation.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/PannotationFactory.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/PannotationPackage.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/PrimaryKeyJoinColumn.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/SecondaryTable.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/SequenceGenerator.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Table.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/TableGenerator.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Temporal.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/TemporalType.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Transient.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/UniqueConstraint.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Version.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/AssociationOverrideImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/AttributeOverrideImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/BasicImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/ColumnImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/DiscriminatorColumnImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/DiscriminatorValueImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/EmbeddableImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/EmbeddedIdImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/EmbeddedImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/EntityImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/EnumeratedImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/GeneratedValueImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/IdClassImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/IdImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/InheritanceImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/JoinColumnImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/JoinTableImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/LobImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/ManyToManyImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/ManyToOneImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/MapKeyImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/MappedSuperclassImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/OneToManyImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/OneToOneImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/OrderByImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/PannotationFactoryImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/PannotationPackageImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/PrimaryKeyJoinColumnImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/SecondaryTableImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/SequenceGeneratorImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/TableGeneratorImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/TableImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/TemporalImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/TransientImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/UniqueConstraintImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/VersionImpl.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/util/PannotationAdapterFactory.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/util/PannotationSwitch.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/util/PannotationValidator.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/AnnotationParser.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/AnnotationParserException.java6
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/AnnotationTokenizer.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/ArrayValueNode.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/ComplexNode.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/EAnnotationParserImporter.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/EClassResolver.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/NamedParserNode.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/ParserUtil.java6
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/PrimitiveValueNode.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/ReferenceValueNode.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/xml/ParseXMLAnnotationsException.java6
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/xml/PersistenceMappingSchemaGenerator.java6
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/xml/XmlElementToEStructuralFeatureMapper.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/xml/XmlPersistenceContentHandler.java4
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/xml/XmlPersistenceMapper.java4
135 files changed, 277 insertions, 277 deletions
diff --git a/plugins/org.eclipse.emf.teneo.annotations/about.properties b/plugins/org.eclipse.emf.teneo.annotations/about.properties
index 778f32f05..2ad415826 100755
--- a/plugins/org.eclipse.emf.teneo.annotations/about.properties
+++ b/plugins/org.eclipse.emf.teneo.annotations/about.properties
@@ -1,7 +1,7 @@
#/**
# * <copyright>
# *
-# * Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others
+# * Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others
# * All rights reserved. This program and the accompanying materials
# * are made available under the terms of the Eclipse Public License v1.0
# * which accompanies this distribution, and is available at
@@ -12,7 +12,7 @@
# *
# * </copyright>
# *
-# * $Id: about.properties,v 1.1 2006/07/04 21:37:03 mtaal Exp $
+# * $Id: about.properties,v 1.2 2007/02/01 12:35:02 mtaal Exp $
# */
# NLS_MESSAGEFORMAT_VAR
diff --git a/plugins/org.eclipse.emf.teneo.annotations/copyright.txt b/plugins/org.eclipse.emf.teneo.annotations/copyright.txt
index a93b8e794..77e08d467 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/copyright.txt
+++ b/plugins/org.eclipse.emf.teneo.annotations/copyright.txt
@@ -1,4 +1,4 @@
-Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others
+Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.emf.teneo.annotations/model/annotations.genmodel b/plugins/org.eclipse.emf.teneo.annotations/model/annotations.genmodel
index 6ddcf1ea6..e81cdcb61 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/model/annotations.genmodel
+++ b/plugins/org.eclipse.emf.teneo.annotations/model/annotations.genmodel
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<genmodel:GenModel xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
- xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" copyrightText="Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n"
+ xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" copyrightText="Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n"
modelDirectory="/org.eclipse.emf.teneo.annotations/src" modelPluginID="org.eclipse.emf.teneo.annotations"
modelName="Annotations" importerID="org.eclipse.emf.importer.ecore">
<foreignModel>pamodel.ecore</foreignModel>
diff --git a/plugins/org.eclipse.emf.teneo.annotations/plugin.properties b/plugins/org.eclipse.emf.teneo.annotations/plugin.properties
index a7ba16cfb..45224ba3b 100755
--- a/plugins/org.eclipse.emf.teneo.annotations/plugin.properties
+++ b/plugins/org.eclipse.emf.teneo.annotations/plugin.properties
@@ -1,7 +1,7 @@
#/**
# * <copyright>
# *
-# * Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others
+# * Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others
# * All rights reserved. This program and the accompanying materials
# * are made available under the terms of the Eclipse Public License v1.0
# * which accompanies this distribution, and is available at
@@ -12,7 +12,7 @@
# *
# * </copyright>
# *
-# * $Id: plugin.properties,v 1.2 2006/07/04 21:56:30 mtaal Exp $
+# * $Id: plugin.properties,v 1.3 2007/02/01 12:35:03 mtaal Exp $
# */
# NLS_MESSAGEFORMAT_VAR
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/StoreAnnotationsException.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/StoreAnnotationsException.java
index 8e9db56fb..59c114507 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/StoreAnnotationsException.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/StoreAnnotationsException.java
@@ -1,7 +1,7 @@
/**
* <copyright>
*
- * Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others
+ * Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -11,7 +11,7 @@
* Martin Taal
* </copyright>
*
- * $Id: StoreAnnotationsException.java,v 1.3 2006/07/23 19:38:45 mtaal Exp $
+ * $Id: StoreAnnotationsException.java,v 1.4 2007/02/01 12:35:03 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations;
@@ -23,7 +23,7 @@ import org.apache.commons.logging.LogFactory;
* Is thrown in the org.eclipse.emf.teneo.annotations package. Takes care of logging the cause.
*
* @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
- * @version $Revision: 1.3 $
+ * @version $Revision: 1.4 $
*/
public class StoreAnnotationsException extends RuntimeException {
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/mapper/AbstractProcessingContext.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/mapper/AbstractProcessingContext.java
index 7f127c79e..02a945908 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/mapper/AbstractProcessingContext.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/mapper/AbstractProcessingContext.java
@@ -1,7 +1,7 @@
/**
* <copyright>
*
- * Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others
+ * Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -11,7 +11,7 @@
* Martin Taal
* </copyright>
*
- * $Id: AbstractProcessingContext.java,v 1.2 2006/11/12 00:08:36 mtaal Exp $
+ * $Id: AbstractProcessingContext.java,v 1.3 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.mapper;
@@ -40,7 +40,7 @@ import org.eclipse.emf.teneo.annotations.pannotation.Column;
* ProcessingContext which handles attributes overrides.
*
* @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
public class AbstractProcessingContext {
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/mapper/DefaultAnnotator.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/mapper/DefaultAnnotator.java
index 95122b463..286881be6 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/mapper/DefaultAnnotator.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/mapper/DefaultAnnotator.java
@@ -1,7 +1,7 @@
/**
* <copyright>
*
- * Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others
+ * Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -11,7 +11,7 @@
* Martin Taal
* </copyright>
*
- * $Id: DefaultAnnotator.java,v 1.20 2007/02/01 12:06:48 mtaal Exp $
+ * $Id: DefaultAnnotator.java,v 1.21 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.mapper;
@@ -80,7 +80,7 @@ import org.eclipse.emf.teneo.util.StoreUtil;
* information. It sets the default annotations according to the ejb3 spec.
*
* @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
- * @version $Revision: 1.20 $
+ * @version $Revision: 1.21 $
*/
public class DefaultAnnotator {
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/mapper/PersistenceMappingBuilder.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/mapper/PersistenceMappingBuilder.java
index 9b6856cfc..25f8343f3 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/mapper/PersistenceMappingBuilder.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/mapper/PersistenceMappingBuilder.java
@@ -1,7 +1,7 @@
/**
* <copyright>
*
- * Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others
+ * Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -11,7 +11,7 @@
* Martin Taal
* </copyright>
*
- * $Id: PersistenceMappingBuilder.java,v 1.7 2007/01/30 10:51:10 mtaal Exp $
+ * $Id: PersistenceMappingBuilder.java,v 1.8 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.mapper;
@@ -51,7 +51,7 @@ import org.eclipse.emf.teneo.annotations.xml.XmlPersistenceMapper;
* returned.
*
* @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
- * @version $Revision: 1.7 $
+ * @version $Revision: 1.8 $
*/
public class PersistenceMappingBuilder {
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/mapper/StoreMappingException.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/mapper/StoreMappingException.java
index 919e48c74..cf810c56b 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/mapper/StoreMappingException.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/mapper/StoreMappingException.java
@@ -1,7 +1,7 @@
/**
* <copyright>
*
- * Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others
+ * Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -11,7 +11,7 @@
* Martin Taal
* </copyright>
*
- * $Id: StoreMappingException.java,v 1.1 2006/09/06 21:59:50 mtaal Exp $
+ * $Id: StoreMappingException.java,v 1.2 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.mapper;
@@ -26,7 +26,7 @@ import org.apache.commons.logging.LogFactory;
* distract the programmer and have no added value.
*
* @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
public class StoreMappingException extends RuntimeException {
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedEAttribute.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedEAttribute.java
index 5db5f9d86..ae2b0d8f4 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedEAttribute.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedEAttribute.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: PAnnotatedEAttribute.java,v 1.6 2006/09/06 21:59:49 mtaal Exp $
+ * $Id: PAnnotatedEAttribute.java,v 1.7 2007/02/01 12:35:00 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pamodel;
@@ -42,7 +42,7 @@ public interface PAnnotatedEAttribute extends PAnnotatedEStructuralFeature {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Returns the value of the '<em><b>Annotated EAttribute</b></em>' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedEClass.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedEClass.java
index 30a0801f4..ee789010d 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedEClass.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedEClass.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: PAnnotatedEClass.java,v 1.7 2006/09/06 17:25:59 mtaal Exp $
+ * $Id: PAnnotatedEClass.java,v 1.8 2007/02/01 12:35:00 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pamodel;
@@ -56,7 +56,7 @@ public interface PAnnotatedEClass extends PAnnotatedEModelElement {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Returns the value of the '<em><b>Pa EPackage</b></em>' container reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedEDataType.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedEDataType.java
index dc4defa1a..a7912b227 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedEDataType.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedEDataType.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: PAnnotatedEDataType.java,v 1.1 2006/09/06 21:59:49 mtaal Exp $
+ * $Id: PAnnotatedEDataType.java,v 1.2 2007/02/01 12:35:00 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pamodel;
@@ -45,7 +45,7 @@ public interface PAnnotatedEDataType extends PAnnotatedETypedElement {
* <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Returns the value of the '<em><b>Annotated EData Type</b></em>' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedEModelElement.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedEModelElement.java
index dd16c7c02..d861c53c4 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedEModelElement.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedEModelElement.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: PAnnotatedEModelElement.java,v 1.3 2006/09/06 17:25:59 mtaal Exp $
+ * $Id: PAnnotatedEModelElement.java,v 1.4 2007/02/01 12:35:00 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pamodel;
@@ -34,7 +34,7 @@ public interface PAnnotatedEModelElement extends EObject {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Returns the value of the '<em><b>Annotated Element</b></em>' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedEPackage.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedEPackage.java
index b51916eb0..0a3ec8088 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedEPackage.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedEPackage.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: PAnnotatedEPackage.java,v 1.6 2006/09/06 21:59:49 mtaal Exp $
+ * $Id: PAnnotatedEPackage.java,v 1.7 2007/02/01 12:35:00 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pamodel;
@@ -34,7 +34,7 @@ public interface PAnnotatedEPackage extends PAnnotatedEModelElement {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Returns the value of the '<em><b>Pa Model</b></em>' container reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedEReference.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedEReference.java
index 58da230bb..51b99ba92 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedEReference.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedEReference.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: PAnnotatedEReference.java,v 1.5 2006/09/06 17:25:59 mtaal Exp $
+ * $Id: PAnnotatedEReference.java,v 1.6 2007/02/01 12:35:00 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pamodel;
@@ -44,7 +44,7 @@ public interface PAnnotatedEReference extends PAnnotatedEStructuralFeature {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Returns the value of the '<em><b>Annotated EReference</b></em>' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedEStructuralFeature.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedEStructuralFeature.java
index 4407ab1a0..017da420d 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedEStructuralFeature.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedEStructuralFeature.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: PAnnotatedEStructuralFeature.java,v 1.10 2006/09/06 21:59:49 mtaal Exp $
+ * $Id: PAnnotatedEStructuralFeature.java,v 1.11 2007/02/01 12:35:00 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pamodel;
@@ -31,7 +31,7 @@ public interface PAnnotatedEStructuralFeature extends PAnnotatedETypedElement {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Returns the value of the '<em><b>Pa EClass</b></em>' container reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedETypedElement.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedETypedElement.java
index 7b916f957..6d113033e 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedETypedElement.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedETypedElement.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: PAnnotatedETypedElement.java,v 1.3 2007/01/30 10:51:11 mtaal Exp $
+ * $Id: PAnnotatedETypedElement.java,v 1.4 2007/02/01 12:35:00 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pamodel;
@@ -41,7 +41,7 @@ public interface PAnnotatedETypedElement extends PAnnotatedEModelElement {
* <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Returns the value of the '<em><b>Attribute Overrides</b></em>' containment reference list.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedModel.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedModel.java
index 3604a87f4..5618356cb 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedModel.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PAnnotatedModel.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: PAnnotatedModel.java,v 1.5 2006/09/28 20:03:57 mtaal Exp $
+ * $Id: PAnnotatedModel.java,v 1.6 2007/02/01 12:35:00 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pamodel;
@@ -38,7 +38,7 @@ public interface PAnnotatedModel extends EObject {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Returns the value of the '<em><b>Pa EPackages</b></em>' containment reference list. The list contents are of
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PamodelFactory.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PamodelFactory.java
index d605e26d7..bec1246a2 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PamodelFactory.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PamodelFactory.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: PamodelFactory.java,v 1.4 2006/09/06 21:59:49 mtaal Exp $
+ * $Id: PamodelFactory.java,v 1.5 2007/02/01 12:35:00 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pamodel;
@@ -19,7 +19,7 @@ public interface PamodelFactory extends EFactory {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The singleton instance of the factory.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PamodelPackage.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PamodelPackage.java
index a2488f19a..192938fbf 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PamodelPackage.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/PamodelPackage.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: PamodelPackage.java,v 1.11 2007/01/24 23:29:42 mtaal Exp $
+ * $Id: PamodelPackage.java,v 1.12 2007/02/01 12:35:00 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pamodel;
@@ -28,7 +28,7 @@ public interface PamodelPackage extends EPackage {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The package name.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedEAttributeImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedEAttributeImpl.java
index dd7315fe3..ebde22d2c 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedEAttributeImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedEAttributeImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: PAnnotatedEAttributeImpl.java,v 1.4 2006/08/24 22:12:35 mtaal Exp $
+ * $Id: PAnnotatedEAttributeImpl.java,v 1.5 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pamodel.impl;
@@ -49,7 +49,7 @@ public class PAnnotatedEAttributeImpl extends PAnnotatedEStructuralFeatureImpl i
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getAnnotatedEAttribute() <em>Annotated EAttribute</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedEClassImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedEClassImpl.java
index fd82c5e54..e0fd1916e 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedEClassImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedEClassImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: PAnnotatedEClassImpl.java,v 1.9 2006/11/12 00:08:36 mtaal Exp $
+ * $Id: PAnnotatedEClassImpl.java,v 1.10 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pamodel.impl;
@@ -78,7 +78,7 @@ public class PAnnotatedEClassImpl extends PAnnotatedEModelElementImpl implements
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getAnnotatedEClass() <em>Annotated EClass</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedEDataTypeImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedEDataTypeImpl.java
index c5665f33f..4494059a0 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedEDataTypeImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedEDataTypeImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: PAnnotatedEDataTypeImpl.java,v 1.1 2006/09/06 21:59:49 mtaal Exp $
+ * $Id: PAnnotatedEDataTypeImpl.java,v 1.2 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pamodel.impl;
@@ -53,7 +53,7 @@ public class PAnnotatedEDataTypeImpl extends PAnnotatedETypedElementImpl impleme
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getAnnotatedEDataType() <em>Annotated EData Type</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedEModelElementImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedEModelElementImpl.java
index ce4d7b246..b8a2ebf47 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedEModelElementImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedEModelElementImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: PAnnotatedEModelElementImpl.java,v 1.3 2006/07/26 12:43:36 mtaal Exp $
+ * $Id: PAnnotatedEModelElementImpl.java,v 1.4 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pamodel.impl;
@@ -42,7 +42,7 @@ public abstract class PAnnotatedEModelElementImpl extends EObjectImpl implements
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getTransient() <em>Transient</em>}' containment reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedEPackageImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedEPackageImpl.java
index fa221a0fd..1a59f6da9 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedEPackageImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedEPackageImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: PAnnotatedEPackageImpl.java,v 1.7 2006/09/06 21:59:49 mtaal Exp $
+ * $Id: PAnnotatedEPackageImpl.java,v 1.8 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pamodel.impl;
@@ -52,7 +52,7 @@ public class PAnnotatedEPackageImpl extends PAnnotatedEModelElementImpl implemen
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getAnnotatedEPackage() <em>Annotated EPackage</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedEReferenceImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedEReferenceImpl.java
index 7ef0add80..6f62ec627 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedEReferenceImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedEReferenceImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: PAnnotatedEReferenceImpl.java,v 1.6 2006/09/06 17:25:59 mtaal Exp $
+ * $Id: PAnnotatedEReferenceImpl.java,v 1.7 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pamodel.impl;
@@ -57,7 +57,7 @@ public class PAnnotatedEReferenceImpl extends PAnnotatedEStructuralFeatureImpl i
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getAnnotatedEReference() <em>Annotated EReference</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedEStructuralFeatureImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedEStructuralFeatureImpl.java
index 06d187ecc..3aa0ee3d2 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedEStructuralFeatureImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedEStructuralFeatureImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: PAnnotatedEStructuralFeatureImpl.java,v 1.10 2006/09/06 21:59:49 mtaal Exp $
+ * $Id: PAnnotatedEStructuralFeatureImpl.java,v 1.11 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pamodel.impl;
@@ -39,7 +39,7 @@ public abstract class PAnnotatedEStructuralFeatureImpl extends PAnnotatedETypedE
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedETypedElementImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedETypedElementImpl.java
index 735d621a1..a3a15a0f3 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedETypedElementImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedETypedElementImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: PAnnotatedETypedElementImpl.java,v 1.2 2007/01/24 23:29:41 mtaal Exp $
+ * $Id: PAnnotatedETypedElementImpl.java,v 1.3 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pamodel.impl;
@@ -51,7 +51,7 @@ public abstract class PAnnotatedETypedElementImpl extends PAnnotatedEModelElemen
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getAttributeOverrides() <em>Attribute Overrides</em>}' containment reference list.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedModelImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedModelImpl.java
index f6ecf1d5c..dbb24488d 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedModelImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PAnnotatedModelImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: PAnnotatedModelImpl.java,v 1.9 2007/01/24 23:29:40 mtaal Exp $
+ * $Id: PAnnotatedModelImpl.java,v 1.10 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pamodel.impl;
@@ -67,7 +67,7 @@ public class PAnnotatedModelImpl extends EObjectImpl implements PAnnotatedModel
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
class MapTrackingAdapter extends AdapterImpl {
public void notifyChanged(Notification msg) {
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PamodelFactoryImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PamodelFactoryImpl.java
index 6ce9e3680..bc3e6f0fc 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PamodelFactoryImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PamodelFactoryImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: PamodelFactoryImpl.java,v 1.16 2007/01/30 10:51:11 mtaal Exp $
+ * $Id: PamodelFactoryImpl.java,v 1.17 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pamodel.impl;
@@ -32,7 +32,7 @@ public class PamodelFactoryImpl extends EFactoryImpl implements PamodelFactory {
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Creates the default factory implementation.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PamodelPackageImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PamodelPackageImpl.java
index deecc9ff4..025300e0e 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PamodelPackageImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/impl/PamodelPackageImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: PamodelPackageImpl.java,v 1.11 2007/01/24 23:29:41 mtaal Exp $
+ * $Id: PamodelPackageImpl.java,v 1.12 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pamodel.impl;
@@ -40,7 +40,7 @@ public class PamodelPackageImpl extends EPackageImpl implements PamodelPackage {
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* <!-- begin-user-doc -->
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/util/BasicPamodelBuilder.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/util/BasicPamodelBuilder.java
index 608376519..fd94aa2d8 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/util/BasicPamodelBuilder.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/util/BasicPamodelBuilder.java
@@ -1,7 +1,7 @@
/**
* <copyright>
*
- * Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others
+ * Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -12,7 +12,7 @@
* Davide Marchignoli
* </copyright>
*
- * $Id: BasicPamodelBuilder.java,v 1.7 2006/11/13 19:55:36 mtaal Exp $
+ * $Id: BasicPamodelBuilder.java,v 1.8 2007/02/01 12:35:02 mtaal Exp $
*/
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/util/PamodelAdapterFactory.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/util/PamodelAdapterFactory.java
index 2c6c67b56..fa5805f2b 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/util/PamodelAdapterFactory.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/util/PamodelAdapterFactory.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: PamodelAdapterFactory.java,v 1.13 2007/01/30 10:51:10 mtaal Exp $
+ * $Id: PamodelAdapterFactory.java,v 1.14 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pamodel.util;
@@ -35,7 +35,7 @@ public class PamodelAdapterFactory extends AdapterFactoryImpl {
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached model package.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/util/PamodelSwitch.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/util/PamodelSwitch.java
index bfd73e04a..91a882222 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/util/PamodelSwitch.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/util/PamodelSwitch.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: PamodelSwitch.java,v 1.13 2007/01/30 10:51:10 mtaal Exp $
+ * $Id: PamodelSwitch.java,v 1.14 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pamodel.util;
@@ -40,7 +40,7 @@ public class PamodelSwitch {
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached model package
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/util/PamodelValidator.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/util/PamodelValidator.java
index 63b2efc38..49b9c04bb 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/util/PamodelValidator.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pamodel/util/PamodelValidator.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: PamodelValidator.java,v 1.12 2007/01/30 10:51:10 mtaal Exp $
+ * $Id: PamodelValidator.java,v 1.13 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pamodel.util;
@@ -49,7 +49,7 @@ public class PamodelValidator extends EObjectValidator {
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached model package
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/AssociationOverride.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/AssociationOverride.java
index 9d1765e35..41539468c 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/AssociationOverride.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/AssociationOverride.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: AssociationOverride.java,v 1.4 2006/09/06 17:25:59 mtaal Exp $
+ * $Id: AssociationOverride.java,v 1.5 2007/02/01 12:35:01 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -29,7 +29,7 @@ public interface AssociationOverride extends PAnnotation {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Returns the value of the '<em><b>Name</b></em>' attribute.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/AttributeOverride.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/AttributeOverride.java
index 84a3c4fde..e4b1157bc 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/AttributeOverride.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/AttributeOverride.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: AttributeOverride.java,v 1.4 2006/09/06 17:25:59 mtaal Exp $
+ * $Id: AttributeOverride.java,v 1.5 2007/02/01 12:35:01 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -27,7 +27,7 @@ public interface AttributeOverride extends PAnnotation {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Returns the value of the '<em><b>Name</b></em>' attribute.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Basic.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Basic.java
index 2f024660d..274ed8ebe 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Basic.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Basic.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: Basic.java,v 1.3 2006/09/06 17:25:59 mtaal Exp $
+ * $Id: Basic.java,v 1.4 2007/02/01 12:35:00 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -27,7 +27,7 @@ public interface Basic extends PAnnotation {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Returns the value of the '<em><b>Fetch</b></em>' attribute. The default value is <code>"EAGER"</code>.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/CascadeType.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/CascadeType.java
index e4aa7a9f5..611f17c54 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/CascadeType.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/CascadeType.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: CascadeType.java,v 1.4 2006/07/26 12:43:36 mtaal Exp $
+ * $Id: CascadeType.java,v 1.5 2007/02/01 12:35:01 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -24,7 +24,7 @@ public final class CascadeType extends AbstractEnumerator {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The '<em><b>ALL</b></em>' literal value.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Column.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Column.java
index f75a323ab..faa05010e 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Column.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Column.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: Column.java,v 1.4 2006/09/06 17:25:59 mtaal Exp $
+ * $Id: Column.java,v 1.5 2007/02/01 12:35:01 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -35,7 +35,7 @@ public interface Column extends PAnnotation {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Returns the value of the '<em><b>Name</b></em>' attribute.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/DiscriminatorColumn.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/DiscriminatorColumn.java
index b196bedc2..ad6298ff8 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/DiscriminatorColumn.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/DiscriminatorColumn.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: DiscriminatorColumn.java,v 1.3 2006/09/06 17:25:59 mtaal Exp $
+ * $Id: DiscriminatorColumn.java,v 1.4 2007/02/01 12:35:00 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -29,7 +29,7 @@ public interface DiscriminatorColumn extends PAnnotation {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Returns the value of the '<em><b>Name</b></em>' attribute.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/DiscriminatorType.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/DiscriminatorType.java
index a12e13e58..cc643399b 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/DiscriminatorType.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/DiscriminatorType.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: DiscriminatorType.java,v 1.4 2006/07/26 12:43:35 mtaal Exp $
+ * $Id: DiscriminatorType.java,v 1.5 2007/02/01 12:35:00 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -24,7 +24,7 @@ public final class DiscriminatorType extends AbstractEnumerator {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The '<em><b>STRING</b></em>' literal value.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/DiscriminatorValue.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/DiscriminatorValue.java
index 124116bc6..9bf946ff2 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/DiscriminatorValue.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/DiscriminatorValue.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: DiscriminatorValue.java,v 1.3 2006/09/06 17:25:59 mtaal Exp $
+ * $Id: DiscriminatorValue.java,v 1.4 2007/02/01 12:35:01 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -27,7 +27,7 @@ public interface DiscriminatorValue extends PAnnotation {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Returns the value of the '<em><b>Value</b></em>' attribute.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Embeddable.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Embeddable.java
index 7e55ee528..a6e417688 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Embeddable.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Embeddable.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: Embeddable.java,v 1.4 2006/09/06 17:25:59 mtaal Exp $
+ * $Id: Embeddable.java,v 1.5 2007/02/01 12:35:01 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -21,6 +21,6 @@ public interface Embeddable extends PAnnotation {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
} // Embeddable
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Embedded.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Embedded.java
index ea2efd876..9e53c1e68 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Embedded.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Embedded.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: Embedded.java,v 1.3 2006/09/06 17:25:59 mtaal Exp $
+ * $Id: Embedded.java,v 1.4 2007/02/01 12:35:01 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -20,6 +20,6 @@ public interface Embedded extends PAnnotation {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
} // Embedded
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/EmbeddedId.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/EmbeddedId.java
index f3ece106a..4695690a3 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/EmbeddedId.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/EmbeddedId.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: EmbeddedId.java,v 1.2 2006/07/04 21:56:28 mtaal Exp $
+ * $Id: EmbeddedId.java,v 1.3 2007/02/01 12:35:01 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -21,6 +21,6 @@ public interface EmbeddedId extends PAnnotation{
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
} // EmbeddedId
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Entity.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Entity.java
index 00f7477b5..9a91b5ae4 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Entity.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Entity.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: Entity.java,v 1.4 2006/09/06 17:25:59 mtaal Exp $
+ * $Id: Entity.java,v 1.5 2007/02/01 12:35:01 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -27,7 +27,7 @@ public interface Entity extends PAnnotation {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Returns the value of the '<em><b>Name</b></em>' attribute.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/EnumType.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/EnumType.java
index d952f2a0a..d676f3e79 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/EnumType.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/EnumType.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: EnumType.java,v 1.4 2006/07/26 12:43:36 mtaal Exp $
+ * $Id: EnumType.java,v 1.5 2007/02/01 12:35:01 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -24,7 +24,7 @@ public final class EnumType extends AbstractEnumerator {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The '<em><b>ORDINAL</b></em>' literal value.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Enumerated.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Enumerated.java
index a3dd2efeb..193397cc2 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Enumerated.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Enumerated.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: Enumerated.java,v 1.3 2006/09/06 17:25:59 mtaal Exp $
+ * $Id: Enumerated.java,v 1.4 2007/02/01 12:35:01 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -26,7 +26,7 @@ public interface Enumerated extends PAnnotation {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Returns the value of the '<em><b>Value</b></em>' attribute. The default value is <code>"ORDINAL"</code>.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/FetchType.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/FetchType.java
index 36bd383d3..0d5cda4a4 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/FetchType.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/FetchType.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: FetchType.java,v 1.4 2006/07/26 12:43:36 mtaal Exp $
+ * $Id: FetchType.java,v 1.5 2007/02/01 12:35:01 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -24,7 +24,7 @@ public final class FetchType extends AbstractEnumerator {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The '<em><b>LAZY</b></em>' literal value.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/GeneratedValue.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/GeneratedValue.java
index fb88c249d..96fefb960 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/GeneratedValue.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/GeneratedValue.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: GeneratedValue.java,v 1.3 2006/09/06 17:25:59 mtaal Exp $
+ * $Id: GeneratedValue.java,v 1.4 2007/02/01 12:35:00 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -27,7 +27,7 @@ public interface GeneratedValue extends PAnnotation {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Returns the value of the '<em><b>Strategy</b></em>' attribute. The default value is <code>"AUTO"</code>.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/GenerationType.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/GenerationType.java
index fe4a92273..304bd54b0 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/GenerationType.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/GenerationType.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: GenerationType.java,v 1.4 2006/07/26 12:43:36 mtaal Exp $
+ * $Id: GenerationType.java,v 1.5 2007/02/01 12:35:01 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -24,7 +24,7 @@ public final class GenerationType extends AbstractEnumerator {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The '<em><b>TABLE</b></em>' literal value.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Id.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Id.java
index 545c074ea..430202323 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Id.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Id.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: Id.java,v 1.3 2006/09/06 17:25:59 mtaal Exp $
+ * $Id: Id.java,v 1.4 2007/02/01 12:35:01 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -20,6 +20,6 @@ public interface Id extends PAnnotation {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
} // Id
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/IdClass.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/IdClass.java
index 870890f9e..b6118e714 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/IdClass.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/IdClass.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: IdClass.java,v 1.3 2006/09/06 17:25:59 mtaal Exp $
+ * $Id: IdClass.java,v 1.4 2007/02/01 12:35:01 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -25,7 +25,7 @@ public interface IdClass extends PAnnotation {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Returns the value of the '<em><b>Value</b></em>' attribute.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Inheritance.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Inheritance.java
index 1a7e21933..a09104d8a 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Inheritance.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Inheritance.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: Inheritance.java,v 1.2 2006/07/04 21:56:29 mtaal Exp $
+ * $Id: Inheritance.java,v 1.3 2007/02/01 12:35:01 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -26,7 +26,7 @@ public interface Inheritance extends PAnnotation{
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Returns the value of the '<em><b>Strategy</b></em>' attribute.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/InheritanceType.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/InheritanceType.java
index 44711efc2..b16ca8fc5 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/InheritanceType.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/InheritanceType.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: InheritanceType.java,v 1.4 2006/07/26 12:43:36 mtaal Exp $
+ * $Id: InheritanceType.java,v 1.5 2007/02/01 12:35:00 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -24,7 +24,7 @@ public final class InheritanceType extends AbstractEnumerator {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The '<em><b>SINGLE TABLE</b></em>' literal value.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/JoinColumn.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/JoinColumn.java
index ae8f5813d..d7cef8fab 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/JoinColumn.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/JoinColumn.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: JoinColumn.java,v 1.2 2006/07/04 21:56:28 mtaal Exp $
+ * $Id: JoinColumn.java,v 1.3 2007/02/01 12:35:00 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -34,7 +34,7 @@ public interface JoinColumn extends PAnnotation{
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Returns the value of the '<em><b>Name</b></em>' attribute.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/JoinTable.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/JoinTable.java
index a420b7941..f9ac3d222 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/JoinTable.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/JoinTable.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: JoinTable.java,v 1.3 2006/09/06 17:25:59 mtaal Exp $
+ * $Id: JoinTable.java,v 1.4 2007/02/01 12:35:01 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -32,7 +32,7 @@ public interface JoinTable extends PAnnotation {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Returns the value of the '<em><b>Name</b></em>' attribute.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Lob.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Lob.java
index 5dfca864e..5cfb356e0 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Lob.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Lob.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: Lob.java,v 1.3 2006/09/06 17:25:59 mtaal Exp $
+ * $Id: Lob.java,v 1.4 2007/02/01 12:35:01 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -20,6 +20,6 @@ public interface Lob extends PAnnotation {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
} // Lob
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/LobType.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/LobType.java
index be3a3edb4..a0c02cba8 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/LobType.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/LobType.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: LobType.java,v 1.2 2006/07/23 19:38:45 mtaal Exp $
+ * $Id: LobType.java,v 1.3 2007/02/01 12:35:01 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -26,7 +26,7 @@ public final class LobType extends AbstractEnumerator {
*
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The '<em><b>BLOB</b></em>' literal value. <!-- begin-user-doc -->
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/ManyToMany.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/ManyToMany.java
index 09f8e6e57..8feea3980 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/ManyToMany.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/ManyToMany.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: ManyToMany.java,v 1.3 2006/09/05 12:16:56 mtaal Exp $
+ * $Id: ManyToMany.java,v 1.4 2007/02/01 12:35:00 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -32,7 +32,7 @@ public interface ManyToMany extends PAnnotation {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Returns the value of the '<em><b>Fetch</b></em>' attribute. The default value is <code>"LAZY"</code>. The
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/ManyToOne.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/ManyToOne.java
index 8a738ca33..9c024f889 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/ManyToOne.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/ManyToOne.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: ManyToOne.java,v 1.2 2006/07/04 21:56:28 mtaal Exp $
+ * $Id: ManyToOne.java,v 1.3 2007/02/01 12:35:01 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -32,7 +32,7 @@ public interface ManyToOne extends PAnnotation{
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Returns the value of the '<em><b>Fetch</b></em>' attribute. The default value is <code>"EAGER"</code>.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/MapKey.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/MapKey.java
index 6bbb1b4ae..494b1df03 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/MapKey.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/MapKey.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: MapKey.java,v 1.3 2006/09/06 17:25:59 mtaal Exp $
+ * $Id: MapKey.java,v 1.4 2007/02/01 12:35:01 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -25,7 +25,7 @@ public interface MapKey extends PAnnotation {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Returns the value of the '<em><b>Name</b></em>' attribute.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/MappedSuperclass.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/MappedSuperclass.java
index b6af23c72..a31f3d14d 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/MappedSuperclass.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/MappedSuperclass.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: MappedSuperclass.java,v 1.3 2006/09/06 17:25:59 mtaal Exp $
+ * $Id: MappedSuperclass.java,v 1.4 2007/02/01 12:35:01 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -21,6 +21,6 @@ public interface MappedSuperclass extends PAnnotation {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
} // MappedSuperclass
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/OneToMany.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/OneToMany.java
index f8fb602bf..6e6e8caaf 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/OneToMany.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/OneToMany.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: OneToMany.java,v 1.3 2006/09/05 12:16:56 mtaal Exp $
+ * $Id: OneToMany.java,v 1.4 2007/02/01 12:35:01 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -32,7 +32,7 @@ public interface OneToMany extends PAnnotation {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Returns the value of the '<em><b>Fetch</b></em>' attribute. The default value is <code>"LAZY"</code>. The
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/OneToOne.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/OneToOne.java
index 4ec0b75f1..df694d6a9 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/OneToOne.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/OneToOne.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: OneToOne.java,v 1.3 2006/09/06 17:25:59 mtaal Exp $
+ * $Id: OneToOne.java,v 1.4 2007/02/01 12:35:01 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -32,7 +32,7 @@ public interface OneToOne extends PAnnotation {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Returns the value of the '<em><b>Fetch</b></em>' attribute. The default value is <code>"EAGER"</code>.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/OrderBy.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/OrderBy.java
index 533efe986..31fd41dc2 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/OrderBy.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/OrderBy.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: OrderBy.java,v 1.3 2006/09/06 17:25:59 mtaal Exp $
+ * $Id: OrderBy.java,v 1.4 2007/02/01 12:35:01 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -26,7 +26,7 @@ public interface OrderBy extends PAnnotation {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Returns the value of the '<em><b>Value</b></em>' attribute.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/PAnnotation.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/PAnnotation.java
index 513a7b5fa..e4403bff1 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/PAnnotation.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/PAnnotation.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: PAnnotation.java,v 1.3 2006/09/06 17:25:59 mtaal Exp $
+ * $Id: PAnnotation.java,v 1.4 2007/02/01 12:35:01 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -30,7 +30,7 @@ public interface PAnnotation extends EObject {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Returns the value of the '<em><b>EModel Element</b></em>' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/PannotationFactory.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/PannotationFactory.java
index 43054a799..7495f40e9 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/PannotationFactory.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/PannotationFactory.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: PannotationFactory.java,v 1.6 2006/09/05 12:16:56 mtaal Exp $
+ * $Id: PannotationFactory.java,v 1.7 2007/02/01 12:35:00 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -19,7 +19,7 @@ public interface PannotationFactory extends EFactory {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The singleton instance of the factory.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/PannotationPackage.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/PannotationPackage.java
index d73e861de..346cfe1c2 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/PannotationPackage.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/PannotationPackage.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: PannotationPackage.java,v 1.8 2006/09/06 17:25:59 mtaal Exp $
+ * $Id: PannotationPackage.java,v 1.9 2007/02/01 12:35:01 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -32,7 +32,7 @@ public interface PannotationPackage extends EPackage {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The package name.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/PrimaryKeyJoinColumn.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/PrimaryKeyJoinColumn.java
index b845f8da0..b2cbc8277 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/PrimaryKeyJoinColumn.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/PrimaryKeyJoinColumn.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: PrimaryKeyJoinColumn.java,v 1.4 2006/09/06 17:25:59 mtaal Exp $
+ * $Id: PrimaryKeyJoinColumn.java,v 1.5 2007/02/01 12:35:00 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -28,7 +28,7 @@ public interface PrimaryKeyJoinColumn extends PAnnotation {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Returns the value of the '<em><b>Name</b></em>' attribute.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/SecondaryTable.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/SecondaryTable.java
index 9bee371d2..e8d43bee3 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/SecondaryTable.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/SecondaryTable.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: SecondaryTable.java,v 1.4 2006/09/06 17:25:59 mtaal Exp $
+ * $Id: SecondaryTable.java,v 1.5 2007/02/01 12:35:01 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -32,7 +32,7 @@ public interface SecondaryTable extends PAnnotation {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Returns the value of the '<em><b>Name</b></em>' attribute.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/SequenceGenerator.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/SequenceGenerator.java
index f298a31fd..a15f0e6ed 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/SequenceGenerator.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/SequenceGenerator.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: SequenceGenerator.java,v 1.4 2006/09/06 17:25:59 mtaal Exp $
+ * $Id: SequenceGenerator.java,v 1.5 2007/02/01 12:35:01 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -29,7 +29,7 @@ public interface SequenceGenerator extends PAnnotation {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Returns the value of the '<em><b>Name</b></em>' attribute.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Table.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Table.java
index a0972e326..4145d2900 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Table.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Table.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: Table.java,v 1.3 2006/09/06 17:25:59 mtaal Exp $
+ * $Id: Table.java,v 1.4 2007/02/01 12:35:00 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -30,7 +30,7 @@ public interface Table extends PAnnotation {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Returns the value of the '<em><b>Name</b></em>' attribute.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/TableGenerator.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/TableGenerator.java
index 3e5cdc28e..8c5cd247d 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/TableGenerator.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/TableGenerator.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: TableGenerator.java,v 1.3 2006/09/06 17:25:59 mtaal Exp $
+ * $Id: TableGenerator.java,v 1.4 2007/02/01 12:35:01 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -37,7 +37,7 @@ public interface TableGenerator extends PAnnotation {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Returns the value of the '<em><b>Name</b></em>' attribute.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Temporal.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Temporal.java
index 7c3cea390..82a48e3a5 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Temporal.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Temporal.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: Temporal.java,v 1.3 2006/09/06 17:25:59 mtaal Exp $
+ * $Id: Temporal.java,v 1.4 2007/02/01 12:35:00 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -26,7 +26,7 @@ public interface Temporal extends PAnnotation {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Returns the value of the '<em><b>Value</b></em>' attribute. The default value is <code>"TIMESTAMP"</code>.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/TemporalType.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/TemporalType.java
index 62d705da5..55fef4652 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/TemporalType.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/TemporalType.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: TemporalType.java,v 1.3 2006/07/26 12:43:36 mtaal Exp $
+ * $Id: TemporalType.java,v 1.4 2007/02/01 12:35:00 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -24,7 +24,7 @@ public final class TemporalType extends AbstractEnumerator {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The '<em><b>DATE</b></em>' literal value.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Transient.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Transient.java
index bbd07b97f..31ce33710 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Transient.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Transient.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: Transient.java,v 1.3 2006/09/06 17:25:59 mtaal Exp $
+ * $Id: Transient.java,v 1.4 2007/02/01 12:35:01 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -19,6 +19,6 @@ public interface Transient extends PAnnotation {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
} // Transient
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/UniqueConstraint.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/UniqueConstraint.java
index eae0cdb4e..518982130 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/UniqueConstraint.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/UniqueConstraint.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: UniqueConstraint.java,v 1.2 2006/07/04 21:56:28 mtaal Exp $
+ * $Id: UniqueConstraint.java,v 1.3 2007/02/01 12:35:01 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -28,7 +28,7 @@ public interface UniqueConstraint extends PAnnotation{
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Returns the value of the '<em><b>Column Names</b></em>' attribute list.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Version.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Version.java
index 400962762..59c9eb87a 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Version.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Version.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: Version.java,v 1.3 2006/09/06 17:25:59 mtaal Exp $
+ * $Id: Version.java,v 1.4 2007/02/01 12:35:01 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -20,6 +20,6 @@ public interface Version extends PAnnotation {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
} // Version
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/AssociationOverrideImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/AssociationOverrideImpl.java
index d9fd7259d..b11d51ced 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/AssociationOverrideImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/AssociationOverrideImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: AssociationOverrideImpl.java,v 1.3 2006/07/26 12:43:35 mtaal Exp $
+ * $Id: AssociationOverrideImpl.java,v 1.4 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.impl;
@@ -43,7 +43,7 @@ public class AssociationOverrideImpl extends EObjectImpl implements AssociationO
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getEModelElement() <em>EModel Element</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/AttributeOverrideImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/AttributeOverrideImpl.java
index 7ad9b5e14..769546ca4 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/AttributeOverrideImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/AttributeOverrideImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: AttributeOverrideImpl.java,v 1.3 2006/07/26 12:43:35 mtaal Exp $
+ * $Id: AttributeOverrideImpl.java,v 1.4 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.impl;
@@ -38,7 +38,7 @@ public class AttributeOverrideImpl extends EObjectImpl implements AttributeOverr
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getEModelElement() <em>EModel Element</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/BasicImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/BasicImpl.java
index d96dee6e0..98bae7fe7 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/BasicImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/BasicImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: BasicImpl.java,v 1.3 2006/07/26 12:43:35 mtaal Exp $
+ * $Id: BasicImpl.java,v 1.4 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.impl;
@@ -37,7 +37,7 @@ public class BasicImpl extends EObjectImpl implements Basic {
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getEModelElement() <em>EModel Element</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/ColumnImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/ColumnImpl.java
index 30326e1be..3c3fe4686 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/ColumnImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/ColumnImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: ColumnImpl.java,v 1.3 2006/07/26 12:43:35 mtaal Exp $
+ * $Id: ColumnImpl.java,v 1.4 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.impl;
@@ -44,7 +44,7 @@ public class ColumnImpl extends EObjectImpl implements Column {
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getEModelElement() <em>EModel Element</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/DiscriminatorColumnImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/DiscriminatorColumnImpl.java
index a73cc9ad2..f7b618e87 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/DiscriminatorColumnImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/DiscriminatorColumnImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: DiscriminatorColumnImpl.java,v 1.3 2006/07/26 12:43:35 mtaal Exp $
+ * $Id: DiscriminatorColumnImpl.java,v 1.4 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.impl;
@@ -39,7 +39,7 @@ public class DiscriminatorColumnImpl extends EObjectImpl implements Discriminato
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getEModelElement() <em>EModel Element</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/DiscriminatorValueImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/DiscriminatorValueImpl.java
index b5bb5fac0..f742abfb7 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/DiscriminatorValueImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/DiscriminatorValueImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: DiscriminatorValueImpl.java,v 1.3 2006/07/26 12:43:35 mtaal Exp $
+ * $Id: DiscriminatorValueImpl.java,v 1.4 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.impl;
@@ -35,7 +35,7 @@ public class DiscriminatorValueImpl extends EObjectImpl implements Discriminator
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getEModelElement() <em>EModel Element</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/EmbeddableImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/EmbeddableImpl.java
index bab96d771..54399e414 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/EmbeddableImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/EmbeddableImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: EmbeddableImpl.java,v 1.3 2006/07/26 12:43:35 mtaal Exp $
+ * $Id: EmbeddableImpl.java,v 1.4 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.impl;
@@ -34,7 +34,7 @@ public class EmbeddableImpl extends EObjectImpl implements Embeddable {
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getEModelElement() <em>EModel Element</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/EmbeddedIdImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/EmbeddedIdImpl.java
index 4db1400a6..d29537b8c 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/EmbeddedIdImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/EmbeddedIdImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: EmbeddedIdImpl.java,v 1.3 2006/07/26 12:43:34 mtaal Exp $
+ * $Id: EmbeddedIdImpl.java,v 1.4 2007/02/01 12:35:01 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.impl;
@@ -34,7 +34,7 @@ public class EmbeddedIdImpl extends EObjectImpl implements EmbeddedId {
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getEModelElement() <em>EModel Element</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/EmbeddedImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/EmbeddedImpl.java
index ec4841a1b..6f28fcf40 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/EmbeddedImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/EmbeddedImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: EmbeddedImpl.java,v 1.3 2006/07/26 12:43:35 mtaal Exp $
+ * $Id: EmbeddedImpl.java,v 1.4 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.impl;
@@ -34,7 +34,7 @@ public class EmbeddedImpl extends EObjectImpl implements Embedded {
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getEModelElement() <em>EModel Element</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/EntityImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/EntityImpl.java
index 065eaf7fb..62733600c 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/EntityImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/EntityImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: EntityImpl.java,v 1.3 2006/07/26 12:43:35 mtaal Exp $
+ * $Id: EntityImpl.java,v 1.4 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.impl;
@@ -35,7 +35,7 @@ public class EntityImpl extends EObjectImpl implements Entity {
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getEModelElement() <em>EModel Element</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/EnumeratedImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/EnumeratedImpl.java
index 48f186988..2ffe29b67 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/EnumeratedImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/EnumeratedImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: EnumeratedImpl.java,v 1.3 2006/07/26 12:43:35 mtaal Exp $
+ * $Id: EnumeratedImpl.java,v 1.4 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.impl;
@@ -36,7 +36,7 @@ public class EnumeratedImpl extends EObjectImpl implements Enumerated {
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getEModelElement() <em>EModel Element</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/GeneratedValueImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/GeneratedValueImpl.java
index 83e6a985c..2abadfa94 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/GeneratedValueImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/GeneratedValueImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: GeneratedValueImpl.java,v 1.3 2006/07/26 12:43:35 mtaal Exp $
+ * $Id: GeneratedValueImpl.java,v 1.4 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.impl;
@@ -37,7 +37,7 @@ public class GeneratedValueImpl extends EObjectImpl implements GeneratedValue {
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getEModelElement() <em>EModel Element</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/IdClassImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/IdClassImpl.java
index a5b96c9e0..b0d254ed1 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/IdClassImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/IdClassImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: IdClassImpl.java,v 1.3 2006/07/26 12:43:35 mtaal Exp $
+ * $Id: IdClassImpl.java,v 1.4 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.impl;
@@ -35,7 +35,7 @@ public class IdClassImpl extends EObjectImpl implements IdClass {
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getEModelElement() <em>EModel Element</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/IdImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/IdImpl.java
index 7a7f28df0..06b00830f 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/IdImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/IdImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: IdImpl.java,v 1.3 2006/07/26 12:43:35 mtaal Exp $
+ * $Id: IdImpl.java,v 1.4 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.impl;
@@ -34,7 +34,7 @@ public class IdImpl extends EObjectImpl implements Id {
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getEModelElement() <em>EModel Element</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/InheritanceImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/InheritanceImpl.java
index 2256d8d6c..66a24020d 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/InheritanceImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/InheritanceImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: InheritanceImpl.java,v 1.3 2006/07/26 12:43:35 mtaal Exp $
+ * $Id: InheritanceImpl.java,v 1.4 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.impl;
@@ -36,7 +36,7 @@ public class InheritanceImpl extends EObjectImpl implements Inheritance {
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getEModelElement() <em>EModel Element</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/JoinColumnImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/JoinColumnImpl.java
index 5a05edc05..5dd37938b 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/JoinColumnImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/JoinColumnImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: JoinColumnImpl.java,v 1.3 2006/07/26 12:43:35 mtaal Exp $
+ * $Id: JoinColumnImpl.java,v 1.4 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.impl;
@@ -42,7 +42,7 @@ public class JoinColumnImpl extends EObjectImpl implements JoinColumn {
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getEModelElement() <em>EModel Element</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/JoinTableImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/JoinTableImpl.java
index ba4e16673..6b3081acc 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/JoinTableImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/JoinTableImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: JoinTableImpl.java,v 1.3 2006/07/26 12:43:35 mtaal Exp $
+ * $Id: JoinTableImpl.java,v 1.4 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.impl;
@@ -49,7 +49,7 @@ public class JoinTableImpl extends EObjectImpl implements JoinTable {
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getEModelElement() <em>EModel Element</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/LobImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/LobImpl.java
index 2a6378fb4..349275880 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/LobImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/LobImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: LobImpl.java,v 1.3 2006/07/26 12:43:35 mtaal Exp $
+ * $Id: LobImpl.java,v 1.4 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.impl;
@@ -34,7 +34,7 @@ public class LobImpl extends EObjectImpl implements Lob {
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getEModelElement() <em>EModel Element</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/ManyToManyImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/ManyToManyImpl.java
index cef6386b0..88197bd41 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/ManyToManyImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/ManyToManyImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: ManyToManyImpl.java,v 1.4 2006/09/05 12:16:57 mtaal Exp $
+ * $Id: ManyToManyImpl.java,v 1.5 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.impl;
@@ -45,7 +45,7 @@ public class ManyToManyImpl extends EObjectImpl implements ManyToMany {
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getEModelElement() <em>EModel Element</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/ManyToOneImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/ManyToOneImpl.java
index 6f98d6881..92069a05c 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/ManyToOneImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/ManyToOneImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: ManyToOneImpl.java,v 1.3 2006/07/26 12:43:35 mtaal Exp $
+ * $Id: ManyToOneImpl.java,v 1.4 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.impl;
@@ -44,7 +44,7 @@ public class ManyToOneImpl extends EObjectImpl implements ManyToOne {
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getEModelElement() <em>EModel Element</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/MapKeyImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/MapKeyImpl.java
index 0a7d040ec..453ed7d29 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/MapKeyImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/MapKeyImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: MapKeyImpl.java,v 1.3 2006/07/26 12:43:35 mtaal Exp $
+ * $Id: MapKeyImpl.java,v 1.4 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.impl;
@@ -35,7 +35,7 @@ public class MapKeyImpl extends EObjectImpl implements MapKey {
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getEModelElement() <em>EModel Element</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/MappedSuperclassImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/MappedSuperclassImpl.java
index 8b365cf01..582454fce 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/MappedSuperclassImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/MappedSuperclassImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: MappedSuperclassImpl.java,v 1.3 2006/07/26 12:43:35 mtaal Exp $
+ * $Id: MappedSuperclassImpl.java,v 1.4 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.impl;
@@ -34,7 +34,7 @@ public class MappedSuperclassImpl extends EObjectImpl implements MappedSuperclas
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getEModelElement() <em>EModel Element</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/OneToManyImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/OneToManyImpl.java
index f89017e0b..9376cf275 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/OneToManyImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/OneToManyImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: OneToManyImpl.java,v 1.4 2006/09/05 12:16:57 mtaal Exp $
+ * $Id: OneToManyImpl.java,v 1.5 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.impl;
@@ -46,7 +46,7 @@ public class OneToManyImpl extends EObjectImpl implements OneToMany {
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getEModelElement() <em>EModel Element</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/OneToOneImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/OneToOneImpl.java
index 92c027c9f..009dca2de 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/OneToOneImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/OneToOneImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: OneToOneImpl.java,v 1.3 2006/07/26 12:43:35 mtaal Exp $
+ * $Id: OneToOneImpl.java,v 1.4 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.impl;
@@ -45,7 +45,7 @@ public class OneToOneImpl extends EObjectImpl implements OneToOne {
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getEModelElement() <em>EModel Element</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/OrderByImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/OrderByImpl.java
index d362863d7..af11451ad 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/OrderByImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/OrderByImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: OrderByImpl.java,v 1.3 2006/07/26 12:43:35 mtaal Exp $
+ * $Id: OrderByImpl.java,v 1.4 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.impl;
@@ -35,7 +35,7 @@ public class OrderByImpl extends EObjectImpl implements OrderBy {
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getEModelElement() <em>EModel Element</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/PannotationFactoryImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/PannotationFactoryImpl.java
index 076e69fba..0eceff89c 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/PannotationFactoryImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/PannotationFactoryImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: PannotationFactoryImpl.java,v 1.18 2007/01/30 10:51:10 mtaal Exp $
+ * $Id: PannotationFactoryImpl.java,v 1.19 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.impl;
@@ -68,7 +68,7 @@ public class PannotationFactoryImpl extends EFactoryImpl implements PannotationF
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* Creates the default factory implementation.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/PannotationPackageImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/PannotationPackageImpl.java
index 9ef64c3d2..ee1d6be24 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/PannotationPackageImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/PannotationPackageImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: PannotationPackageImpl.java,v 1.10 2006/09/28 20:03:57 mtaal Exp $
+ * $Id: PannotationPackageImpl.java,v 1.11 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.impl;
@@ -82,7 +82,7 @@ public class PannotationPackageImpl extends EPackageImpl implements PannotationP
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* <!-- begin-user-doc -->
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/PrimaryKeyJoinColumnImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/PrimaryKeyJoinColumnImpl.java
index 833509508..649ca18cd 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/PrimaryKeyJoinColumnImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/PrimaryKeyJoinColumnImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: PrimaryKeyJoinColumnImpl.java,v 1.3 2006/07/26 12:43:35 mtaal Exp $
+ * $Id: PrimaryKeyJoinColumnImpl.java,v 1.4 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.impl;
@@ -37,7 +37,7 @@ public class PrimaryKeyJoinColumnImpl extends EObjectImpl implements PrimaryKeyJ
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getEModelElement() <em>EModel Element</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/SecondaryTableImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/SecondaryTableImpl.java
index 60883f040..de83ec229 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/SecondaryTableImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/SecondaryTableImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: SecondaryTableImpl.java,v 1.3 2006/07/26 12:43:35 mtaal Exp $
+ * $Id: SecondaryTableImpl.java,v 1.4 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.impl;
@@ -47,7 +47,7 @@ public class SecondaryTableImpl extends EObjectImpl implements SecondaryTable {
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getEModelElement() <em>EModel Element</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/SequenceGeneratorImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/SequenceGeneratorImpl.java
index cb1f25e73..586d13d90 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/SequenceGeneratorImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/SequenceGeneratorImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: SequenceGeneratorImpl.java,v 1.3 2006/07/26 12:43:35 mtaal Exp $
+ * $Id: SequenceGeneratorImpl.java,v 1.4 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.impl;
@@ -38,7 +38,7 @@ public class SequenceGeneratorImpl extends EObjectImpl implements SequenceGenera
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getEModelElement() <em>EModel Element</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/TableGeneratorImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/TableGeneratorImpl.java
index ec408b923..d06a929a0 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/TableGeneratorImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/TableGeneratorImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: TableGeneratorImpl.java,v 1.3 2006/07/26 12:43:34 mtaal Exp $
+ * $Id: TableGeneratorImpl.java,v 1.4 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.impl;
@@ -51,7 +51,7 @@ public class TableGeneratorImpl extends EObjectImpl implements TableGenerator {
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getEModelElement() <em>EModel Element</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/TableImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/TableImpl.java
index 5035bd10b..094723b34 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/TableImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/TableImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: TableImpl.java,v 1.3 2006/07/26 12:43:35 mtaal Exp $
+ * $Id: TableImpl.java,v 1.4 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.impl;
@@ -45,7 +45,7 @@ public class TableImpl extends EObjectImpl implements Table {
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getEModelElement() <em>EModel Element</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/TemporalImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/TemporalImpl.java
index 64003a157..2fdee813d 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/TemporalImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/TemporalImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: TemporalImpl.java,v 1.3 2006/07/26 12:43:35 mtaal Exp $
+ * $Id: TemporalImpl.java,v 1.4 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.impl;
@@ -36,7 +36,7 @@ public class TemporalImpl extends EObjectImpl implements Temporal {
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getEModelElement() <em>EModel Element</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/TransientImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/TransientImpl.java
index bbf370938..663e46f9f 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/TransientImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/TransientImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: TransientImpl.java,v 1.3 2006/07/26 12:43:35 mtaal Exp $
+ * $Id: TransientImpl.java,v 1.4 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.impl;
@@ -34,7 +34,7 @@ public class TransientImpl extends EObjectImpl implements Transient {
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getEModelElement() <em>EModel Element</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/UniqueConstraintImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/UniqueConstraintImpl.java
index a870a74a5..2d06feffc 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/UniqueConstraintImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/UniqueConstraintImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: UniqueConstraintImpl.java,v 1.3 2006/07/26 12:43:35 mtaal Exp $
+ * $Id: UniqueConstraintImpl.java,v 1.4 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.impl;
@@ -39,7 +39,7 @@ public class UniqueConstraintImpl extends EObjectImpl implements UniqueConstrain
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getEModelElement() <em>EModel Element</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/VersionImpl.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/VersionImpl.java
index 9b03b6286..c98b5152d 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/VersionImpl.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/VersionImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: VersionImpl.java,v 1.3 2006/07/26 12:43:34 mtaal Exp $
+ * $Id: VersionImpl.java,v 1.4 2007/02/01 12:35:01 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.impl;
@@ -34,7 +34,7 @@ public class VersionImpl extends EObjectImpl implements Version {
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached value of the '{@link #getEModelElement() <em>EModel Element</em>}' reference.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/util/PannotationAdapterFactory.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/util/PannotationAdapterFactory.java
index 024e2445c..d34e3c5ab 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/util/PannotationAdapterFactory.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/util/PannotationAdapterFactory.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: PannotationAdapterFactory.java,v 1.18 2007/01/30 10:51:11 mtaal Exp $
+ * $Id: PannotationAdapterFactory.java,v 1.19 2007/02/01 12:35:03 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.util;
@@ -61,7 +61,7 @@ public class PannotationAdapterFactory extends AdapterFactoryImpl {
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached model package.
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/util/PannotationSwitch.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/util/PannotationSwitch.java
index f521431cb..7a19e8a73 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/util/PannotationSwitch.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/util/PannotationSwitch.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: PannotationSwitch.java,v 1.18 2007/01/30 10:51:11 mtaal Exp $
+ * $Id: PannotationSwitch.java,v 1.19 2007/02/01 12:35:03 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.util;
@@ -66,7 +66,7 @@ public class PannotationSwitch {
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached model package
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/util/PannotationValidator.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/util/PannotationValidator.java
index 070ef8e6f..3c932ef58 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/util/PannotationValidator.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/util/PannotationValidator.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: PannotationValidator.java,v 1.19 2007/01/30 10:51:11 mtaal Exp $
+ * $Id: PannotationValidator.java,v 1.20 2007/02/01 12:35:03 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation.util;
@@ -88,7 +88,7 @@ public class PannotationValidator extends EObjectValidator {
* <!-- end-user-doc -->
* @generated
*/
- public static final String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
+ public static final String copyright = "Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
* The cached model package
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/AnnotationParser.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/AnnotationParser.java
index 166d09d09..b844df698 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/AnnotationParser.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/AnnotationParser.java
@@ -1,7 +1,7 @@
/**
* <copyright>
*
- * Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others
+ * Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -11,7 +11,7 @@
* Martin Taal
* </copyright>
*
- * $Id: AnnotationParser.java,v 1.9 2006/09/29 12:30:08 mtaal Exp $
+ * $Id: AnnotationParser.java,v 1.10 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.parser;
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/AnnotationParserException.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/AnnotationParserException.java
index 16b794d3a..7c1e94341 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/AnnotationParserException.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/AnnotationParserException.java
@@ -1,7 +1,7 @@
/**
* <copyright>
*
- * Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others
+ * Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -11,7 +11,7 @@
* Martin Taal
* </copyright>
*
- * $Id: AnnotationParserException.java,v 1.2 2006/09/01 07:02:28 mtaal Exp $
+ * $Id: AnnotationParserException.java,v 1.3 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.parser;
@@ -23,7 +23,7 @@ import org.apache.commons.logging.LogFactory;
* Is thrown in the org.eclipse.emf.teneo.annotations.parser package. Takes care of logging the cause.
*
* @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
public class AnnotationParserException extends RuntimeException {
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/AnnotationTokenizer.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/AnnotationTokenizer.java
index cc986f4b3..4025d35ca 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/AnnotationTokenizer.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/AnnotationTokenizer.java
@@ -1,7 +1,7 @@
/**
* <copyright>
*
- * Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others
+ * Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -11,7 +11,7 @@
* Martin Taal
* </copyright>
*
- * $Id: AnnotationTokenizer.java,v 1.8 2006/11/07 10:22:42 mtaal Exp $
+ * $Id: AnnotationTokenizer.java,v 1.9 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.parser;
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/ArrayValueNode.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/ArrayValueNode.java
index d7a2f96c1..59296b492 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/ArrayValueNode.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/ArrayValueNode.java
@@ -1,7 +1,7 @@
/**
* <copyright>
*
- * Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others
+ * Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -11,7 +11,7 @@
* Martin Taal
* </copyright>
*
- * $Id: ArrayValueNode.java,v 1.5 2006/09/04 15:42:11 mtaal Exp $
+ * $Id: ArrayValueNode.java,v 1.6 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.parser;
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/ComplexNode.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/ComplexNode.java
index 998c57804..cbc667671 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/ComplexNode.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/ComplexNode.java
@@ -1,7 +1,7 @@
/**
* <copyright>
*
- * Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others
+ * Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -11,7 +11,7 @@
* Martin Taal
* </copyright>
*
- * $Id: ComplexNode.java,v 1.7 2006/09/06 17:25:59 mtaal Exp $
+ * $Id: ComplexNode.java,v 1.8 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.parser;
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/EAnnotationParserImporter.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/EAnnotationParserImporter.java
index a6f8f561f..e58a56405 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/EAnnotationParserImporter.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/EAnnotationParserImporter.java
@@ -1,7 +1,7 @@
/**
* <copyright>
*
- * Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others
+ * Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -11,7 +11,7 @@
* Martin Taal
* </copyright>
*
- * $Id: EAnnotationParserImporter.java,v 1.7 2006/11/18 06:14:16 mtaal Exp $
+ * $Id: EAnnotationParserImporter.java,v 1.8 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.parser;
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/EClassResolver.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/EClassResolver.java
index c117fbb63..ed7c3e6ba 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/EClassResolver.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/EClassResolver.java
@@ -1,7 +1,7 @@
/**
* <copyright>
*
- * Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others
+ * Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -11,7 +11,7 @@
* Martin Taal
* </copyright>
*
- * $Id: EClassResolver.java,v 1.3 2006/09/06 17:25:59 mtaal Exp $
+ * $Id: EClassResolver.java,v 1.4 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.parser;
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/NamedParserNode.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/NamedParserNode.java
index 2a0919483..4e362ca22 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/NamedParserNode.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/NamedParserNode.java
@@ -1,7 +1,7 @@
/**
* <copyright>
*
- * Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others
+ * Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -11,7 +11,7 @@
* Martin Taal
* </copyright>
*
- * $Id: NamedParserNode.java,v 1.2 2006/09/04 15:53:43 mtaal Exp $
+ * $Id: NamedParserNode.java,v 1.3 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.parser;
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/ParserUtil.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/ParserUtil.java
index e17921dc2..d1078ae87 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/ParserUtil.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/ParserUtil.java
@@ -1,7 +1,7 @@
/**
* <copyright>
*
- * Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others
+ * Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -11,7 +11,7 @@
* Martin Taal
* </copyright>
*
- * $Id: ParserUtil.java,v 1.4 2006/09/04 15:42:11 mtaal Exp $
+ * $Id: ParserUtil.java,v 1.5 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.parser;
@@ -27,7 +27,7 @@ import org.eclipse.emf.ecore.util.EcoreUtil;
* Util class
*
* @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
- * @version $Revision: 1.4 $
+ * @version $Revision: 1.5 $
*/
public class ParserUtil {
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/PrimitiveValueNode.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/PrimitiveValueNode.java
index 75749e0bf..463ee46ee 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/PrimitiveValueNode.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/PrimitiveValueNode.java
@@ -1,7 +1,7 @@
/**
* <copyright>
*
- * Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others
+ * Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -11,7 +11,7 @@
* Martin Taal
* </copyright>
*
- * $Id: PrimitiveValueNode.java,v 1.4 2006/09/04 15:42:11 mtaal Exp $
+ * $Id: PrimitiveValueNode.java,v 1.5 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.parser;
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/ReferenceValueNode.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/ReferenceValueNode.java
index 7345a65f2..b76884e4c 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/ReferenceValueNode.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/parser/ReferenceValueNode.java
@@ -1,7 +1,7 @@
/**
* <copyright>
*
- * Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others
+ * Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -11,7 +11,7 @@
* Martin Taal
* </copyright>
*
- * $Id: ReferenceValueNode.java,v 1.6 2006/09/04 15:53:43 mtaal Exp $
+ * $Id: ReferenceValueNode.java,v 1.7 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.parser;
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/xml/ParseXMLAnnotationsException.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/xml/ParseXMLAnnotationsException.java
index 48372b67b..d102030d6 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/xml/ParseXMLAnnotationsException.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/xml/ParseXMLAnnotationsException.java
@@ -1,7 +1,7 @@
/**
* <copyright>
*
- * Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others
+ * Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -11,7 +11,7 @@
* Martin Taal
* </copyright>
*
- * $Id: ParseXMLAnnotationsException.java,v 1.1 2006/09/06 06:58:38 mtaal Exp $
+ * $Id: ParseXMLAnnotationsException.java,v 1.2 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.xml;
@@ -22,7 +22,7 @@ import org.eclipse.emf.teneo.annotations.StoreAnnotationsException;
* Is thrown in the org.eclipse.emf.teneo.annotations.xml package. Takes care of logging the cause.
*
* @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
public class ParseXMLAnnotationsException extends StoreAnnotationsException {
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/xml/PersistenceMappingSchemaGenerator.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/xml/PersistenceMappingSchemaGenerator.java
index 685b94a4a..d6cdaab29 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/xml/PersistenceMappingSchemaGenerator.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/xml/PersistenceMappingSchemaGenerator.java
@@ -1,7 +1,7 @@
/**
* <copyright>
*
- * Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others
+ * Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -11,7 +11,7 @@
* Martin Taal
* </copyright>
*
- * $Id: PersistenceMappingSchemaGenerator.java,v 1.4 2006/11/07 10:22:42 mtaal Exp $
+ * $Id: PersistenceMappingSchemaGenerator.java,v 1.5 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.xml;
@@ -46,7 +46,7 @@ import org.eclipse.emf.teneo.simpledom.Element;
* Parses the pamodel and pannotation model to generate a xsd.
*
* @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
- * @version $Revision: 1.4 $
+ * @version $Revision: 1.5 $
*/
public class PersistenceMappingSchemaGenerator {
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/xml/XmlElementToEStructuralFeatureMapper.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/xml/XmlElementToEStructuralFeatureMapper.java
index 3b9d448d8..9ab354b6f 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/xml/XmlElementToEStructuralFeatureMapper.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/xml/XmlElementToEStructuralFeatureMapper.java
@@ -1,7 +1,7 @@
/**
* <copyright>
*
- * Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others
+ * Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -12,7 +12,7 @@
* Martin Taal
* </copyright>
*
- * $Id: XmlElementToEStructuralFeatureMapper.java,v 1.3 2006/09/06 17:25:59 mtaal Exp $
+ * $Id: XmlElementToEStructuralFeatureMapper.java,v 1.4 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.xml;
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/xml/XmlPersistenceContentHandler.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/xml/XmlPersistenceContentHandler.java
index 22fb80708..4220574c8 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/xml/XmlPersistenceContentHandler.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/xml/XmlPersistenceContentHandler.java
@@ -1,7 +1,7 @@
/**
* <copyright>
*
- * Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others
+ * Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -12,7 +12,7 @@
* Martin Taal
* </copyright>
*
- * $Id: XmlPersistenceContentHandler.java,v 1.7 2006/09/06 21:59:50 mtaal Exp $
+ * $Id: XmlPersistenceContentHandler.java,v 1.8 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.xml;
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/xml/XmlPersistenceMapper.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/xml/XmlPersistenceMapper.java
index d78280288..abdc098e9 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/xml/XmlPersistenceMapper.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/xml/XmlPersistenceMapper.java
@@ -1,7 +1,7 @@
/**
* <copyright>
*
- * Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others
+ * Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -12,7 +12,7 @@
* Martin Taal
* </copyright>
*
- * $Id: XmlPersistenceMapper.java,v 1.6 2006/09/28 20:03:57 mtaal Exp $
+ * $Id: XmlPersistenceMapper.java,v 1.7 2007/02/01 12:35:02 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.xml;

Back to the top