From 1fde986f56ec516b5c3b4263ddd50d8732546183 Mon Sep 17 00:00:00 2001 From: mtaal Date: Thu, 1 Feb 2007 12:35:54 +0000 Subject: Updated year in copyright/license statement --- plugins/org.eclipse.emf.teneo.hibernate.mapper/about.properties | 4 ++-- plugins/org.eclipse.emf.teneo.hibernate.mapper/copyright.txt | 2 +- .../model/hbannotation.genmodel | 2 +- plugins/org.eclipse.emf.teneo.hibernate.mapper/plugin.properties | 4 ++-- .../src/org/eclipse/emf/teneo/hibernate/HbMapperException.java | 6 +++--- .../src/org/eclipse/emf/teneo/hibernate/hbannotation/Cache.java | 4 ++-- .../emf/teneo/hibernate/hbannotation/CacheConcurrencyStrategy.java | 4 ++-- .../src/org/eclipse/emf/teneo/hibernate/hbannotation/Cascade.java | 4 ++-- .../emf/teneo/hibernate/hbannotation/CollectionOfElements.java | 4 ++-- .../src/org/eclipse/emf/teneo/hibernate/hbannotation/Columns.java | 4 ++-- .../src/org/eclipse/emf/teneo/hibernate/hbannotation/Fetch.java | 4 ++-- .../eclipse/emf/teneo/hibernate/hbannotation/GenericGenerator.java | 4 ++-- .../org/eclipse/emf/teneo/hibernate/hbannotation/HbAnnotation.java | 4 ++-- .../emf/teneo/hibernate/hbannotation/HbAnnotationFactory.java | 4 ++-- .../emf/teneo/hibernate/hbannotation/HbAnnotationPackage.java | 4 ++-- .../org/eclipse/emf/teneo/hibernate/hbannotation/HbFetchType.java | 4 ++-- .../src/org/eclipse/emf/teneo/hibernate/hbannotation/IdBag.java | 4 ++-- .../src/org/eclipse/emf/teneo/hibernate/hbannotation/MapKey.java | 4 ++-- .../src/org/eclipse/emf/teneo/hibernate/hbannotation/Parameter.java | 4 ++-- .../src/org/eclipse/emf/teneo/hibernate/hbannotation/Type.java | 4 ++-- .../src/org/eclipse/emf/teneo/hibernate/hbannotation/TypeDef.java | 4 ++-- .../src/org/eclipse/emf/teneo/hibernate/hbannotation/Where.java | 4 ++-- .../eclipse/emf/teneo/hibernate/hbannotation/impl/CacheImpl.java | 4 ++-- .../eclipse/emf/teneo/hibernate/hbannotation/impl/CascadeImpl.java | 4 ++-- .../teneo/hibernate/hbannotation/impl/CollectionOfElementsImpl.java | 4 ++-- .../eclipse/emf/teneo/hibernate/hbannotation/impl/FetchImpl.java | 4 ++-- .../emf/teneo/hibernate/hbannotation/impl/GenericGeneratorImpl.java | 4 ++-- .../teneo/hibernate/hbannotation/impl/HbAnnotationFactoryImpl.java | 4 ++-- .../teneo/hibernate/hbannotation/impl/HbAnnotationPackageImpl.java | 4 ++-- .../eclipse/emf/teneo/hibernate/hbannotation/impl/IdBagImpl.java | 4 ++-- .../eclipse/emf/teneo/hibernate/hbannotation/impl/MapKeyImpl.java | 4 ++-- .../emf/teneo/hibernate/hbannotation/impl/ParameterImpl.java | 4 ++-- .../eclipse/emf/teneo/hibernate/hbannotation/impl/TypeDefImpl.java | 4 ++-- .../org/eclipse/emf/teneo/hibernate/hbannotation/impl/TypeImpl.java | 4 ++-- .../eclipse/emf/teneo/hibernate/hbannotation/impl/WhereImpl.java | 4 ++-- .../hibernate/hbannotation/util/HbAnnotationAdapterFactory.java | 4 ++-- .../teneo/hibernate/hbannotation/util/HbAnnotationModelBuilder.java | 4 ++-- .../emf/teneo/hibernate/hbannotation/util/HbAnnotationSwitch.java | 4 ++-- .../teneo/hibernate/hbannotation/util/HbAnnotationValidator.java | 4 ++-- .../hibernate/hbannotation/util/HbEAnnotationParserImporter.java | 4 ++-- .../teneo/hibernate/hbannotation/util/HbMappingSchemaGenerator.java | 4 ++-- .../hibernate/hbannotation/util/HibernateDefaultAnnotator.java | 4 ++-- .../emf/teneo/hibernate/hbannotation/util/MappingBuilder.java | 4 ++-- .../eclipse/emf/teneo/hibernate/hbmodel/HbAnnotatedEAttribute.java | 4 ++-- .../org/eclipse/emf/teneo/hibernate/hbmodel/HbAnnotatedEClass.java | 4 ++-- .../eclipse/emf/teneo/hibernate/hbmodel/HbAnnotatedEDataType.java | 4 ++-- .../emf/teneo/hibernate/hbmodel/HbAnnotatedEModelElement.java | 4 ++-- .../eclipse/emf/teneo/hibernate/hbmodel/HbAnnotatedEPackage.java | 4 ++-- .../eclipse/emf/teneo/hibernate/hbmodel/HbAnnotatedEReference.java | 4 ++-- .../emf/teneo/hibernate/hbmodel/HbAnnotatedETypeElement.java | 4 ++-- .../src/org/eclipse/emf/teneo/hibernate/hbmodel/HbModelFactory.java | 4 ++-- .../src/org/eclipse/emf/teneo/hibernate/hbmodel/HbModelPackage.java | 4 ++-- .../emf/teneo/hibernate/hbmodel/impl/HbAnnotatedEAttributeImpl.java | 4 ++-- .../emf/teneo/hibernate/hbmodel/impl/HbAnnotatedEClassImpl.java | 4 ++-- .../emf/teneo/hibernate/hbmodel/impl/HbAnnotatedEDataTypeImpl.java | 4 ++-- .../emf/teneo/hibernate/hbmodel/impl/HbAnnotatedEPackageImpl.java | 4 ++-- .../emf/teneo/hibernate/hbmodel/impl/HbAnnotatedEReferenceImpl.java | 4 ++-- .../emf/teneo/hibernate/hbmodel/impl/HbModelFactoryImpl.java | 4 ++-- .../emf/teneo/hibernate/hbmodel/impl/HbModelPackageImpl.java | 4 ++-- .../emf/teneo/hibernate/hbmodel/util/HbModelAdapterFactory.java | 4 ++-- .../org/eclipse/emf/teneo/hibernate/hbmodel/util/HbModelSwitch.java | 4 ++-- .../emf/teneo/hibernate/mapper/AbstractAssociationMapper.java | 4 ++-- .../src/org/eclipse/emf/teneo/hibernate/mapper/AbstractMapper.java | 4 ++-- .../eclipse/emf/teneo/hibernate/mapper/AbstractPropertyMapper.java | 4 ++-- .../src/org/eclipse/emf/teneo/hibernate/mapper/BasicMapper.java | 4 ++-- .../src/org/eclipse/emf/teneo/hibernate/mapper/EmbeddedMapper.java | 4 ++-- .../src/org/eclipse/emf/teneo/hibernate/mapper/EntityMapper.java | 4 ++-- .../org/eclipse/emf/teneo/hibernate/mapper/FeatureMapMapping.java | 4 ++-- .../src/org/eclipse/emf/teneo/hibernate/mapper/FeatureMapper.java | 4 ++-- .../src/org/eclipse/emf/teneo/hibernate/mapper/GenerateHBM.java | 6 +++--- .../org/eclipse/emf/teneo/hibernate/mapper/HbMapperConstants.java | 6 +++--- .../emf/teneo/hibernate/mapper/HibernateMappingGenerator.java | 4 ++-- .../src/org/eclipse/emf/teneo/hibernate/mapper/IdMapper.java | 4 ++-- .../org/eclipse/emf/teneo/hibernate/mapper/ManyAttributeMapper.java | 4 ++-- .../org/eclipse/emf/teneo/hibernate/mapper/ManyToManyMapper.java | 4 ++-- .../src/org/eclipse/emf/teneo/hibernate/mapper/ManyToOneMapper.java | 4 ++-- .../src/org/eclipse/emf/teneo/hibernate/mapper/MappingContext.java | 6 +++--- .../org/eclipse/emf/teneo/hibernate/mapper/MappingException.java | 4 ++-- .../src/org/eclipse/emf/teneo/hibernate/mapper/OneToManyMapper.java | 4 ++-- .../src/org/eclipse/emf/teneo/hibernate/mapper/OneToOneMapper.java | 4 ++-- 80 files changed, 162 insertions(+), 162 deletions(-) diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/about.properties b/plugins/org.eclipse.emf.teneo.hibernate.mapper/about.properties index a9b735f0e..2ed9ee0f8 100755 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/about.properties +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/about.properties @@ -1,7 +1,7 @@ #/** # * # * -# * 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 @@ # * # * # * -# * $Id: about.properties,v 1.1 2006/11/01 16:18:42 mtaal Exp $ +# * $Id: about.properties,v 1.2 2007/02/01 12:35:55 mtaal Exp $ # */ # NLS_MESSAGEFORMAT_VAR diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/copyright.txt b/plugins/org.eclipse.emf.teneo.hibernate.mapper/copyright.txt index bc13383fe..4914e91d9 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/copyright.txt +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/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.hibernate.mapper/model/hbannotation.genmodel b/plugins/org.eclipse.emf.teneo.hibernate.mapper/model/hbannotation.genmodel index 474bda8f9..c59b9ef41 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/model/hbannotation.genmodel +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/model/hbannotation.genmodel @@ -1,7 +1,7 @@ # * -# * 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 @@ -13,7 +13,7 @@ # * # * # * -# * $Id: plugin.properties,v 1.1 2006/11/01 16:18:43 mtaal Exp $ +# * $Id: plugin.properties,v 1.2 2007/02/01 12:35:55 mtaal Exp $ # */ # NLS_MESSAGEFORMAT_VAR diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/HbMapperException.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/HbMapperException.java index fec03b207..3856f7b26 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/HbMapperException.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/HbMapperException.java @@ -1,7 +1,7 @@ /** * * - * 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 * * - * $Id: HbMapperException.java,v 1.1 2006/11/01 16:18:45 mtaal Exp $ + * $Id: HbMapperException.java,v 1.2 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate; @@ -23,7 +23,7 @@ import org.apache.commons.logging.LogFactory; * Local Runtime Exception which logs. * * @author Martin Taal - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ */ public class HbMapperException extends RuntimeException { diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/Cache.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/Cache.java index 55c77a6b3..647c841c7 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/Cache.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/Cache.java @@ -2,7 +2,7 @@ * * * - * $Id: Cache.java,v 1.3 2006/11/20 08:18:08 mtaal Exp $ + * $Id: Cache.java,v 1.4 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation; @@ -27,7 +27,7 @@ public interface Cache extends HbAnnotation { * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * Returns the value of the 'Usage' attribute. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/CacheConcurrencyStrategy.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/CacheConcurrencyStrategy.java index bafdbfeed..7f63ad211 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/CacheConcurrencyStrategy.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/CacheConcurrencyStrategy.java @@ -2,7 +2,7 @@ * * * - * $Id: CacheConcurrencyStrategy.java,v 1.3 2006/11/20 08:18:08 mtaal Exp $ + * $Id: CacheConcurrencyStrategy.java,v 1.4 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation; @@ -24,7 +24,7 @@ public final class CacheConcurrencyStrategy 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 Douglas Bitting\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 Douglas Bitting\n"; /** * The 'NONE' literal value. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/Cascade.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/Cascade.java index b07d01932..8e7d49462 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/Cascade.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/Cascade.java @@ -2,7 +2,7 @@ * * * - * $Id: Cascade.java,v 1.3 2006/11/20 08:18:08 mtaal Exp $ + * $Id: Cascade.java,v 1.4 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation; @@ -27,7 +27,7 @@ public interface Cascade extends HbAnnotation { * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * Returns the value of the 'Value' attribute list. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/CollectionOfElements.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/CollectionOfElements.java index 30e470f76..2b7430bd1 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/CollectionOfElements.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/CollectionOfElements.java @@ -2,7 +2,7 @@ * * * - * $Id: CollectionOfElements.java,v 1.3 2006/11/20 08:18:08 mtaal Exp $ + * $Id: CollectionOfElements.java,v 1.4 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation; @@ -29,7 +29,7 @@ public interface CollectionOfElements extends HbAnnotation { * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * Returns the value of the 'Target Element' attribute. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/Columns.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/Columns.java index d07c93575..a82a0d0ab 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/Columns.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/Columns.java @@ -2,7 +2,7 @@ * * * - * $Id: Columns.java,v 1.2 2006/11/13 14:53:00 mtaal Exp $ + * $Id: Columns.java,v 1.3 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation; @@ -28,7 +28,7 @@ public interface Columns extends HbAnnotation { * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * Returns the value of the 'Value' containment reference list. The list contents are of type diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/Fetch.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/Fetch.java index cb37b4088..32eded4b9 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/Fetch.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/Fetch.java @@ -2,7 +2,7 @@ * * * - * $Id: Fetch.java,v 1.2 2007/01/30 10:51:48 mtaal Exp $ + * $Id: Fetch.java,v 1.3 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation; @@ -29,7 +29,7 @@ public interface Fetch extends HbAnnotation { * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * Returns the value of the 'Value' attribute. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/GenericGenerator.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/GenericGenerator.java index 229e96e7a..2e070cbbd 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/GenericGenerator.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/GenericGenerator.java @@ -2,7 +2,7 @@ * * * - * $Id: GenericGenerator.java,v 1.3 2006/11/20 08:18:08 mtaal Exp $ + * $Id: GenericGenerator.java,v 1.4 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation; @@ -31,7 +31,7 @@ public interface GenericGenerator extends HbAnnotation { * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * Returns the value of the 'Name' attribute. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/HbAnnotation.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/HbAnnotation.java index 754df7e6b..5eaf5263d 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/HbAnnotation.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/HbAnnotation.java @@ -2,7 +2,7 @@ * * * - * $Id: HbAnnotation.java,v 1.3 2006/11/20 08:18:08 mtaal Exp $ + * $Id: HbAnnotation.java,v 1.4 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation; @@ -23,6 +23,6 @@ public interface HbAnnotation extends PAnnotation { * * @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 Douglas Bitting\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 Douglas Bitting\n"; } // HbAnnotation diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/HbAnnotationFactory.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/HbAnnotationFactory.java index 85332d899..0489b9d15 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/HbAnnotationFactory.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/HbAnnotationFactory.java @@ -2,7 +2,7 @@ * * * - * $Id: HbAnnotationFactory.java,v 1.3 2006/11/20 08:18:08 mtaal Exp $ + * $Id: HbAnnotationFactory.java,v 1.4 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation; @@ -19,7 +19,7 @@ public interface HbAnnotationFactory extends EFactory { * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * The singleton instance of the factory. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/HbAnnotationPackage.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/HbAnnotationPackage.java index e22661923..1f9aa5a37 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/HbAnnotationPackage.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/HbAnnotationPackage.java @@ -2,7 +2,7 @@ * * * - * $Id: HbAnnotationPackage.java,v 1.3 2006/11/20 08:18:08 mtaal Exp $ + * $Id: HbAnnotationPackage.java,v 1.4 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation; @@ -32,7 +32,7 @@ public interface HbAnnotationPackage extends EPackage { * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * The package name. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/HbFetchType.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/HbFetchType.java index 205a28382..1bd1aebb1 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/HbFetchType.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/HbFetchType.java @@ -2,7 +2,7 @@ * * * - * $Id: HbFetchType.java,v 1.1 2006/11/20 08:18:08 mtaal Exp $ + * $Id: HbFetchType.java,v 1.2 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation; @@ -27,7 +27,7 @@ public final class HbFetchType 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 Douglas Bitting\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 Douglas Bitting\n"; /** * The 'JOIN' literal value. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/IdBag.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/IdBag.java index 37148ba7a..08216767a 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/IdBag.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/IdBag.java @@ -2,7 +2,7 @@ * * * - * $Id: IdBag.java,v 1.3 2006/11/20 08:18:08 mtaal Exp $ + * $Id: IdBag.java,v 1.4 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation; @@ -26,7 +26,7 @@ public interface IdBag extends HbAnnotation { * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * Returns the value of the 'Generator' attribute. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/MapKey.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/MapKey.java index d35a77465..ef6928fba 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/MapKey.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/MapKey.java @@ -2,7 +2,7 @@ * * * - * $Id: MapKey.java,v 1.3 2006/11/20 08:18:08 mtaal Exp $ + * $Id: MapKey.java,v 1.4 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation; @@ -27,7 +27,7 @@ public interface MapKey extends HbAnnotation { * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * Returns the value of the 'Columns' containment reference list. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/Parameter.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/Parameter.java index d564f09f1..4caab34c8 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/Parameter.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/Parameter.java @@ -2,7 +2,7 @@ * * * - * $Id: Parameter.java,v 1.3 2006/11/20 08:18:08 mtaal Exp $ + * $Id: Parameter.java,v 1.4 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation; @@ -27,7 +27,7 @@ public interface Parameter extends HbAnnotation { * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * Returns the value of the 'Name' attribute. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/Type.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/Type.java index c15588f10..7b5fa89a3 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/Type.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/Type.java @@ -2,7 +2,7 @@ * * * - * $Id: Type.java,v 1.3 2006/11/20 08:18:08 mtaal Exp $ + * $Id: Type.java,v 1.4 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation; @@ -28,7 +28,7 @@ public interface Type extends HbAnnotation { * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * Returns the value of the 'Type' attribute. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/TypeDef.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/TypeDef.java index d3377ff62..c4e95caa5 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/TypeDef.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/TypeDef.java @@ -2,7 +2,7 @@ * * * - * $Id: TypeDef.java,v 1.2 2006/11/20 08:18:08 mtaal Exp $ + * $Id: TypeDef.java,v 1.3 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation; @@ -29,7 +29,7 @@ public interface TypeDef extends HbAnnotation { * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * Returns the value of the 'Name' attribute. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/Where.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/Where.java index fa35f8b0b..89a8571f9 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/Where.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/Where.java @@ -2,7 +2,7 @@ * * * - * $Id: Where.java,v 1.3 2006/11/20 08:18:08 mtaal Exp $ + * $Id: Where.java,v 1.4 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation; @@ -25,7 +25,7 @@ public interface Where extends HbAnnotation { * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * Returns the value of the 'Clause' attribute. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/CacheImpl.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/CacheImpl.java index bad9bb56e..8c3da1b14 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/CacheImpl.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/CacheImpl.java @@ -2,7 +2,7 @@ * * * - * $Id: CacheImpl.java,v 1.2 2007/01/30 10:51:47 mtaal Exp $ + * $Id: CacheImpl.java,v 1.3 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation.impl; @@ -38,7 +38,7 @@ public class CacheImpl extends EObjectImpl implements Cache { * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * The cached value of the '{@link #getEModelElement() EModel Element}' reference. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/CascadeImpl.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/CascadeImpl.java index 222df4aba..81d40cacc 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/CascadeImpl.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/CascadeImpl.java @@ -2,7 +2,7 @@ * * * - * $Id: CascadeImpl.java,v 1.1 2006/11/01 16:18:44 mtaal Exp $ + * $Id: CascadeImpl.java,v 1.2 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation.impl; @@ -40,7 +40,7 @@ public class CascadeImpl extends EObjectImpl implements Cascade { * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * The cached value of the '{@link #getEModelElement() EModel Element}' reference. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/CollectionOfElementsImpl.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/CollectionOfElementsImpl.java index 657aabac2..ca96d13ec 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/CollectionOfElementsImpl.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/CollectionOfElementsImpl.java @@ -2,7 +2,7 @@ * * * - * $Id: CollectionOfElementsImpl.java,v 1.1 2006/11/01 16:18:44 mtaal Exp $ + * $Id: CollectionOfElementsImpl.java,v 1.2 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation.impl; @@ -37,7 +37,7 @@ public class CollectionOfElementsImpl extends EObjectImpl implements CollectionO * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * The cached value of the '{@link #getEModelElement() EModel Element}' reference. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/FetchImpl.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/FetchImpl.java index 7b4fb9a3d..86aef79a6 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/FetchImpl.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/FetchImpl.java @@ -2,7 +2,7 @@ * * * - * $Id: FetchImpl.java,v 1.2 2007/01/30 10:51:47 mtaal Exp $ + * $Id: FetchImpl.java,v 1.3 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation.impl; @@ -36,7 +36,7 @@ public class FetchImpl extends EObjectImpl implements Fetch { * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * The cached value of the '{@link #getEModelElement() EModel Element}' reference. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/GenericGeneratorImpl.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/GenericGeneratorImpl.java index 33508c644..cff948604 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/GenericGeneratorImpl.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/GenericGeneratorImpl.java @@ -2,7 +2,7 @@ * * * - * $Id: GenericGeneratorImpl.java,v 1.1 2006/11/01 16:18:44 mtaal Exp $ + * $Id: GenericGeneratorImpl.java,v 1.2 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation.impl; @@ -42,7 +42,7 @@ public class GenericGeneratorImpl extends EObjectImpl implements GenericGenerato * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * The cached value of the '{@link #getEModelElement() EModel Element}' reference. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/HbAnnotationFactoryImpl.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/HbAnnotationFactoryImpl.java index 07107aaf6..46ddcf2fc 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/HbAnnotationFactoryImpl.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/HbAnnotationFactoryImpl.java @@ -2,7 +2,7 @@ * * * - * $Id: HbAnnotationFactoryImpl.java,v 1.4 2007/01/30 10:51:47 mtaal Exp $ + * $Id: HbAnnotationFactoryImpl.java,v 1.5 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation.impl; @@ -40,7 +40,7 @@ public class HbAnnotationFactoryImpl extends EFactoryImpl implements HbAnnotatio * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * Creates the default factory implementation. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/HbAnnotationPackageImpl.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/HbAnnotationPackageImpl.java index 96a9717b5..91152e2de 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/HbAnnotationPackageImpl.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/HbAnnotationPackageImpl.java @@ -2,7 +2,7 @@ * * * - * $Id: HbAnnotationPackageImpl.java,v 1.3 2006/11/20 08:18:08 mtaal Exp $ + * $Id: HbAnnotationPackageImpl.java,v 1.4 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation.impl; @@ -47,7 +47,7 @@ public class HbAnnotationPackageImpl extends EPackageImpl implements HbAnnotatio * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/IdBagImpl.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/IdBagImpl.java index 6f1c8790a..16defd0c3 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/IdBagImpl.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/IdBagImpl.java @@ -2,7 +2,7 @@ * * * - * $Id: IdBagImpl.java,v 1.1 2006/11/01 16:18:44 mtaal Exp $ + * $Id: IdBagImpl.java,v 1.2 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation.impl; @@ -36,7 +36,7 @@ public class IdBagImpl extends EObjectImpl implements IdBag { * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * The cached value of the '{@link #getEModelElement() EModel Element}' reference. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/MapKeyImpl.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/MapKeyImpl.java index b2f09af63..9e84fcbfb 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/MapKeyImpl.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/MapKeyImpl.java @@ -2,7 +2,7 @@ * * * - * $Id: MapKeyImpl.java,v 1.1 2006/11/01 16:18:44 mtaal Exp $ + * $Id: MapKeyImpl.java,v 1.2 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation.impl; @@ -42,7 +42,7 @@ public class MapKeyImpl extends EObjectImpl implements MapKey { * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * The cached value of the '{@link #getEModelElement() EModel Element}' reference. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/ParameterImpl.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/ParameterImpl.java index 04448d625..dea1dd532 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/ParameterImpl.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/ParameterImpl.java @@ -2,7 +2,7 @@ * * * - * $Id: ParameterImpl.java,v 1.1 2006/11/01 16:18:44 mtaal Exp $ + * $Id: ParameterImpl.java,v 1.2 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation.impl; @@ -36,7 +36,7 @@ public class ParameterImpl extends EObjectImpl implements Parameter { * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * The cached value of the '{@link #getEModelElement() EModel Element}' reference. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/TypeDefImpl.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/TypeDefImpl.java index 648289211..6a1734d11 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/TypeDefImpl.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/TypeDefImpl.java @@ -2,7 +2,7 @@ * * * - * $Id: TypeDefImpl.java,v 1.2 2007/01/30 10:51:47 mtaal Exp $ + * $Id: TypeDefImpl.java,v 1.3 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation.impl; @@ -42,7 +42,7 @@ public class TypeDefImpl extends EObjectImpl implements TypeDef { * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * The cached value of the '{@link #getEModelElement() EModel Element}' reference. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/TypeImpl.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/TypeImpl.java index 621cd80cd..9da299273 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/TypeImpl.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/TypeImpl.java @@ -2,7 +2,7 @@ * * * - * $Id: TypeImpl.java,v 1.1 2006/11/01 16:18:44 mtaal Exp $ + * $Id: TypeImpl.java,v 1.2 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation.impl; @@ -41,7 +41,7 @@ public class TypeImpl extends EObjectImpl implements Type { * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * The cached value of the '{@link #getEModelElement() EModel Element}' reference. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/WhereImpl.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/WhereImpl.java index 7f7bad131..604e2a15a 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/WhereImpl.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/impl/WhereImpl.java @@ -2,7 +2,7 @@ * * * - * $Id: WhereImpl.java,v 1.1 2006/11/01 16:18:44 mtaal Exp $ + * $Id: WhereImpl.java,v 1.2 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation.impl; @@ -35,7 +35,7 @@ public class WhereImpl extends EObjectImpl implements Where { * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * The cached value of the '{@link #getEModelElement() EModel Element}' reference. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/util/HbAnnotationAdapterFactory.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/util/HbAnnotationAdapterFactory.java index dac95336f..8f2a5f3aa 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/util/HbAnnotationAdapterFactory.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/util/HbAnnotationAdapterFactory.java @@ -2,7 +2,7 @@ * * * - * $Id: HbAnnotationAdapterFactory.java,v 1.4 2007/01/30 10:51:48 mtaal Exp $ + * $Id: HbAnnotationAdapterFactory.java,v 1.5 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation.util; @@ -39,7 +39,7 @@ public class HbAnnotationAdapterFactory extends AdapterFactoryImpl { * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * The cached model package. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/util/HbAnnotationModelBuilder.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/util/HbAnnotationModelBuilder.java index 4e57b3548..31676b8a8 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/util/HbAnnotationModelBuilder.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/util/HbAnnotationModelBuilder.java @@ -1,7 +1,7 @@ /** * * - * 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 @@ * Douglas Bitting * * - * $Id: HbAnnotationModelBuilder.java,v 1.2 2006/11/07 10:22:59 mtaal Exp $ + * $Id: HbAnnotationModelBuilder.java,v 1.3 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation.util; diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/util/HbAnnotationSwitch.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/util/HbAnnotationSwitch.java index cdfda5a8e..1206f09ea 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/util/HbAnnotationSwitch.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/util/HbAnnotationSwitch.java @@ -2,7 +2,7 @@ * * * - * $Id: HbAnnotationSwitch.java,v 1.4 2007/01/30 10:51:48 mtaal Exp $ + * $Id: HbAnnotationSwitch.java,v 1.5 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation.util; @@ -44,7 +44,7 @@ public class HbAnnotationSwitch { * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * The cached model package diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/util/HbAnnotationValidator.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/util/HbAnnotationValidator.java index 868789f4b..eefe48d71 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/util/HbAnnotationValidator.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/util/HbAnnotationValidator.java @@ -2,7 +2,7 @@ * * * - * $Id: HbAnnotationValidator.java,v 1.4 2007/01/30 10:51:48 mtaal Exp $ + * $Id: HbAnnotationValidator.java,v 1.5 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation.util; @@ -44,7 +44,7 @@ public class HbAnnotationValidator extends EObjectValidator { * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * The cached model package diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/util/HbEAnnotationParserImporter.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/util/HbEAnnotationParserImporter.java index b53a55b3d..08833936e 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/util/HbEAnnotationParserImporter.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/util/HbEAnnotationParserImporter.java @@ -1,7 +1,7 @@ /** * * - * 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 * * - * $Id: HbEAnnotationParserImporter.java,v 1.1 2006/11/01 16:18:43 mtaal Exp $ + * $Id: HbEAnnotationParserImporter.java,v 1.2 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation.util; diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/util/HbMappingSchemaGenerator.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/util/HbMappingSchemaGenerator.java index 7162241ff..d0dce9b9a 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/util/HbMappingSchemaGenerator.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/util/HbMappingSchemaGenerator.java @@ -1,7 +1,7 @@ /** * * - * 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 @@ * Douglas Bitting * * - * $Id: HbMappingSchemaGenerator.java,v 1.1 2006/11/01 16:18:43 mtaal Exp $ + * $Id: HbMappingSchemaGenerator.java,v 1.2 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation.util; diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/util/HibernateDefaultAnnotator.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/util/HibernateDefaultAnnotator.java index 6f5a56e0d..17be24869 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/util/HibernateDefaultAnnotator.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/util/HibernateDefaultAnnotator.java @@ -1,7 +1,7 @@ /** * * - * 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 @@ * Michael Kanaley, TIBCO Software Inc., custom type handling * * - * $Id: HibernateDefaultAnnotator.java,v 1.3 2006/11/13 21:29:37 mtaal Exp $ + * $Id: HibernateDefaultAnnotator.java,v 1.4 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation.util; diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/util/MappingBuilder.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/util/MappingBuilder.java index 7ea5435d2..a40ebc213 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/util/MappingBuilder.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/util/MappingBuilder.java @@ -1,7 +1,7 @@ /** * * - * 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 @@ * Douglas Bitting * * - * $Id: MappingBuilder.java,v 1.2 2006/11/07 10:22:59 mtaal Exp $ + * $Id: MappingBuilder.java,v 1.3 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbannotation.util; diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/HbAnnotatedEAttribute.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/HbAnnotatedEAttribute.java index 4c0c19739..784d3555f 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/HbAnnotatedEAttribute.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/HbAnnotatedEAttribute.java @@ -2,7 +2,7 @@ * * * - * $Id: HbAnnotatedEAttribute.java,v 1.3 2006/11/20 08:18:08 mtaal Exp $ + * $Id: HbAnnotatedEAttribute.java,v 1.4 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbmodel; @@ -29,7 +29,7 @@ public interface HbAnnotatedEAttribute extends PAnnotatedEAttribute, HbAnnotated * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * Returns the value of the 'Hb Type' containment reference. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/HbAnnotatedEClass.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/HbAnnotatedEClass.java index b708408ca..8c76282d9 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/HbAnnotatedEClass.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/HbAnnotatedEClass.java @@ -2,7 +2,7 @@ * * * - * $Id: HbAnnotatedEClass.java,v 1.3 2006/11/20 08:18:08 mtaal Exp $ + * $Id: HbAnnotatedEClass.java,v 1.4 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbmodel; @@ -29,7 +29,7 @@ public interface HbAnnotatedEClass extends PAnnotatedEClass { * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * Returns the value of the 'Hb Cache' containment reference. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/HbAnnotatedEDataType.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/HbAnnotatedEDataType.java index e92cc758b..e7c1806dd 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/HbAnnotatedEDataType.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/HbAnnotatedEDataType.java @@ -2,7 +2,7 @@ * * * - * $Id: HbAnnotatedEDataType.java,v 1.3 2006/11/20 08:18:08 mtaal Exp $ + * $Id: HbAnnotatedEDataType.java,v 1.4 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbmodel; @@ -29,7 +29,7 @@ public interface HbAnnotatedEDataType extends PAnnotatedEDataType, HbAnnotatedET * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * Returns the value of the 'Hb Type Def' containment reference. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/HbAnnotatedEModelElement.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/HbAnnotatedEModelElement.java index 19c39fb68..23af38c49 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/HbAnnotatedEModelElement.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/HbAnnotatedEModelElement.java @@ -2,7 +2,7 @@ * * * - * $Id: HbAnnotatedEModelElement.java,v 1.3 2006/11/20 08:18:08 mtaal Exp $ + * $Id: HbAnnotatedEModelElement.java,v 1.4 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbmodel; @@ -22,6 +22,6 @@ public interface HbAnnotatedEModelElement extends PAnnotatedEModelElement { * * @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 Douglas Bitting\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 Douglas Bitting\n"; } // HbAnnotatedEModelElement diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/HbAnnotatedEPackage.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/HbAnnotatedEPackage.java index 14fd29273..2ac75739f 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/HbAnnotatedEPackage.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/HbAnnotatedEPackage.java @@ -2,7 +2,7 @@ * * * - * $Id: HbAnnotatedEPackage.java,v 1.3 2006/11/20 08:18:08 mtaal Exp $ + * $Id: HbAnnotatedEPackage.java,v 1.4 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbmodel; @@ -30,7 +30,7 @@ public interface HbAnnotatedEPackage extends PAnnotatedEPackage { * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * Returns the value of the 'Hb Generic Generators' containment reference list. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/HbAnnotatedEReference.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/HbAnnotatedEReference.java index d0a567a3b..ddbcdf648 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/HbAnnotatedEReference.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/HbAnnotatedEReference.java @@ -2,7 +2,7 @@ * * * - * $Id: HbAnnotatedEReference.java,v 1.4 2007/01/30 10:51:48 mtaal Exp $ + * $Id: HbAnnotatedEReference.java,v 1.5 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbmodel; @@ -31,7 +31,7 @@ public interface HbAnnotatedEReference extends PAnnotatedEReference, HbAnnotated * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * Returns the value of the 'Hb Cache' containment reference. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/HbAnnotatedETypeElement.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/HbAnnotatedETypeElement.java index 43baeec48..f61ec670a 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/HbAnnotatedETypeElement.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/HbAnnotatedETypeElement.java @@ -2,7 +2,7 @@ * * * - * $Id: HbAnnotatedETypeElement.java,v 1.3 2006/11/20 08:18:08 mtaal Exp $ + * $Id: HbAnnotatedETypeElement.java,v 1.4 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbmodel; @@ -39,7 +39,7 @@ public interface HbAnnotatedETypeElement extends PAnnotatedEStructuralFeature, H * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * Returns the value of the 'Hb Where' containment reference. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/HbModelFactory.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/HbModelFactory.java index 09c081f52..6a2add832 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/HbModelFactory.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/HbModelFactory.java @@ -2,7 +2,7 @@ * * * - * $Id: HbModelFactory.java,v 1.3 2006/11/20 08:18:08 mtaal Exp $ + * $Id: HbModelFactory.java,v 1.4 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbmodel; @@ -19,7 +19,7 @@ public interface HbModelFactory extends EFactory { * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * The singleton instance of the factory. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/HbModelPackage.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/HbModelPackage.java index f597c7706..88b03a122 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/HbModelPackage.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/HbModelPackage.java @@ -2,7 +2,7 @@ * * * - * $Id: HbModelPackage.java,v 1.4 2007/01/24 23:29:25 mtaal Exp $ + * $Id: HbModelPackage.java,v 1.5 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbmodel; @@ -29,7 +29,7 @@ public interface HbModelPackage extends EPackage { * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * The package name. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/impl/HbAnnotatedEAttributeImpl.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/impl/HbAnnotatedEAttributeImpl.java index 7d6088056..c12f674b5 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/impl/HbAnnotatedEAttributeImpl.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/impl/HbAnnotatedEAttributeImpl.java @@ -2,7 +2,7 @@ * * * - * $Id: HbAnnotatedEAttributeImpl.java,v 1.3 2006/11/20 08:18:08 mtaal Exp $ + * $Id: HbAnnotatedEAttributeImpl.java,v 1.4 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbmodel.impl; @@ -52,7 +52,7 @@ public class HbAnnotatedEAttributeImpl extends PAnnotatedEAttributeImpl implemen * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * The cached value of the '{@link #getHbWhere() Hb Where}' containment reference. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/impl/HbAnnotatedEClassImpl.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/impl/HbAnnotatedEClassImpl.java index 92dc8c4e1..acfe88606 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/impl/HbAnnotatedEClassImpl.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/impl/HbAnnotatedEClassImpl.java @@ -2,7 +2,7 @@ * * * - * $Id: HbAnnotatedEClassImpl.java,v 1.3 2006/11/20 08:18:08 mtaal Exp $ + * $Id: HbAnnotatedEClassImpl.java,v 1.4 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbmodel.impl; @@ -33,7 +33,7 @@ public class HbAnnotatedEClassImpl extends PAnnotatedEClassImpl implements HbAnn * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * The cached value of the '{@link #getHbCache() Hb Cache}' containment reference. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/impl/HbAnnotatedEDataTypeImpl.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/impl/HbAnnotatedEDataTypeImpl.java index 394e24e2b..dfe1bf199 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/impl/HbAnnotatedEDataTypeImpl.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/impl/HbAnnotatedEDataTypeImpl.java @@ -2,7 +2,7 @@ * * * - * $Id: HbAnnotatedEDataTypeImpl.java,v 1.3 2006/11/20 08:18:08 mtaal Exp $ + * $Id: HbAnnotatedEDataTypeImpl.java,v 1.4 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbmodel.impl; @@ -59,7 +59,7 @@ public class HbAnnotatedEDataTypeImpl extends PAnnotatedEDataTypeImpl implements * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * The cached value of the '{@link #getHbWhere() Hb Where}' containment reference. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/impl/HbAnnotatedEPackageImpl.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/impl/HbAnnotatedEPackageImpl.java index 1edf57543..c6d42ebbd 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/impl/HbAnnotatedEPackageImpl.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/impl/HbAnnotatedEPackageImpl.java @@ -2,7 +2,7 @@ * * * - * $Id: HbAnnotatedEPackageImpl.java,v 1.3 2006/11/20 08:18:08 mtaal Exp $ + * $Id: HbAnnotatedEPackageImpl.java,v 1.4 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbmodel.impl; @@ -38,7 +38,7 @@ public class HbAnnotatedEPackageImpl extends PAnnotatedEPackageImpl implements H * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * The cached value of the '{@link #getHbGenericGenerators() Hb Generic Generators}' containment reference list. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/impl/HbAnnotatedEReferenceImpl.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/impl/HbAnnotatedEReferenceImpl.java index 727c5e7f0..f03f2bf31 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/impl/HbAnnotatedEReferenceImpl.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/impl/HbAnnotatedEReferenceImpl.java @@ -2,7 +2,7 @@ * * * - * $Id: HbAnnotatedEReferenceImpl.java,v 1.4 2007/01/30 10:51:47 mtaal Exp $ + * $Id: HbAnnotatedEReferenceImpl.java,v 1.5 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbmodel.impl; @@ -54,7 +54,7 @@ public class HbAnnotatedEReferenceImpl extends PAnnotatedEReferenceImpl implemen * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * The cached value of the '{@link #getHbWhere() Hb Where}' containment reference. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/impl/HbModelFactoryImpl.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/impl/HbModelFactoryImpl.java index cb59e8b81..6b5f745d9 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/impl/HbModelFactoryImpl.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/impl/HbModelFactoryImpl.java @@ -2,7 +2,7 @@ * * * - * $Id: HbModelFactoryImpl.java,v 1.4 2007/01/30 10:51:47 mtaal Exp $ + * $Id: HbModelFactoryImpl.java,v 1.5 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbmodel.impl; @@ -28,7 +28,7 @@ public class HbModelFactoryImpl extends EFactoryImpl implements HbModelFactory { * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * Creates the default factory implementation. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/impl/HbModelPackageImpl.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/impl/HbModelPackageImpl.java index b9c9831e1..9a00ff47a 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/impl/HbModelPackageImpl.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/impl/HbModelPackageImpl.java @@ -2,7 +2,7 @@ * * * - * $Id: HbModelPackageImpl.java,v 1.4 2007/01/30 10:51:47 mtaal Exp $ + * $Id: HbModelPackageImpl.java,v 1.5 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbmodel.impl; @@ -35,7 +35,7 @@ public class HbModelPackageImpl extends EPackageImpl implements HbModelPackage { * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/util/HbModelAdapterFactory.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/util/HbModelAdapterFactory.java index 969860c31..b157851f4 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/util/HbModelAdapterFactory.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/util/HbModelAdapterFactory.java @@ -2,7 +2,7 @@ * * * - * $Id: HbModelAdapterFactory.java,v 1.4 2007/01/30 10:51:47 mtaal Exp $ + * $Id: HbModelAdapterFactory.java,v 1.5 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbmodel.util; @@ -38,7 +38,7 @@ public class HbModelAdapterFactory extends AdapterFactoryImpl { * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * The cached model package. diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/util/HbModelSwitch.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/util/HbModelSwitch.java index 606d56a93..68f00758a 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/util/HbModelSwitch.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbmodel/util/HbModelSwitch.java @@ -2,7 +2,7 @@ * * * - * $Id: HbModelSwitch.java,v 1.4 2007/01/30 10:51:47 mtaal Exp $ + * $Id: HbModelSwitch.java,v 1.5 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.hbmodel.util; @@ -40,7 +40,7 @@ public class HbModelSwitch { * * @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 Douglas Bitting\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 Douglas Bitting\n"; /** * The cached model package diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/AbstractAssociationMapper.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/AbstractAssociationMapper.java index 77f580d35..9f045420c 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/AbstractAssociationMapper.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/AbstractAssociationMapper.java @@ -1,7 +1,7 @@ /** * * - * 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 * * - * $Id: AbstractAssociationMapper.java,v 1.7 2007/01/02 17:53:30 mtaal Exp $ + * $Id: AbstractAssociationMapper.java,v 1.8 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.mapper; diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/AbstractMapper.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/AbstractMapper.java index 4bf697cba..df4daf70a 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/AbstractMapper.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/AbstractMapper.java @@ -1,7 +1,7 @@ /** * * - * 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 * * - * $Id: AbstractMapper.java,v 1.8 2007/01/30 10:51:47 mtaal Exp $ + * $Id: AbstractMapper.java,v 1.9 2007/02/01 12:35:54 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.mapper; diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/AbstractPropertyMapper.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/AbstractPropertyMapper.java index 0320d8640..5f732b278 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/AbstractPropertyMapper.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/AbstractPropertyMapper.java @@ -1,7 +1,7 @@ /** * * - * 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 * * - * $Id: AbstractPropertyMapper.java,v 1.4 2006/11/13 19:55:09 mtaal Exp $ + * $Id: AbstractPropertyMapper.java,v 1.5 2007/02/01 12:35:54 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.mapper; diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/BasicMapper.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/BasicMapper.java index 4ef47fa9b..1877dc6be 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/BasicMapper.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/BasicMapper.java @@ -1,7 +1,7 @@ /** * * - * 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 * * - * $Id: BasicMapper.java,v 1.7 2006/11/20 08:18:08 mtaal Exp $ + * $Id: BasicMapper.java,v 1.8 2007/02/01 12:35:54 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.mapper; diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/EmbeddedMapper.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/EmbeddedMapper.java index 08e2eaf3e..3ac320826 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/EmbeddedMapper.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/EmbeddedMapper.java @@ -1,7 +1,7 @@ /** * * - * 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 * * - * $Id: EmbeddedMapper.java,v 1.5 2007/01/30 10:51:47 mtaal Exp $ + * $Id: EmbeddedMapper.java,v 1.6 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.mapper; diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/EntityMapper.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/EntityMapper.java index 1e4a700cd..d871c260b 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/EntityMapper.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/EntityMapper.java @@ -1,7 +1,7 @@ /** * * - * 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 * * - * $Id: EntityMapper.java,v 1.6 2007/01/30 10:51:47 mtaal Exp $ + * $Id: EntityMapper.java,v 1.7 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.mapper; diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/FeatureMapMapping.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/FeatureMapMapping.java index 2cef487da..321edcaac 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/FeatureMapMapping.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/FeatureMapMapping.java @@ -1,7 +1,7 @@ /** * * - * 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 * * - * $Id: FeatureMapMapping.java,v 1.4 2006/11/28 06:14:01 mtaal Exp $ + * $Id: FeatureMapMapping.java,v 1.5 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.mapper; diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/FeatureMapper.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/FeatureMapper.java index 45e368797..b451381f4 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/FeatureMapper.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/FeatureMapper.java @@ -1,7 +1,7 @@ /** * * - * 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 * * - * $Id: FeatureMapper.java,v 1.2 2006/11/12 00:08:19 mtaal Exp $ + * $Id: FeatureMapper.java,v 1.3 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.mapper; diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/GenerateHBM.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/GenerateHBM.java index 203b9be6b..5abe6ecab 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/GenerateHBM.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/GenerateHBM.java @@ -1,7 +1,7 @@ /** * * - * 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 * * - * $Id: GenerateHBM.java,v 1.1 2006/11/01 16:18:42 mtaal Exp $ + * $Id: GenerateHBM.java,v 1.2 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.mapper; @@ -39,7 +39,7 @@ import org.eclipse.emf.teneo.hibernate.hbannotation.util.MappingBuilder; * Class is responsible for generating the hbm file. Is run through a launcher therefore the main methods. * * @author Martin Taal - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ */ public class GenerateHBM { diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/HbMapperConstants.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/HbMapperConstants.java index b33b26836..b3dd7358b 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/HbMapperConstants.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/HbMapperConstants.java @@ -1,7 +1,7 @@ /** * * - * 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 * * - * $Id: HbMapperConstants.java,v 1.3 2006/11/13 14:53:00 mtaal Exp $ + * $Id: HbMapperConstants.java,v 1.4 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.mapper; @@ -21,7 +21,7 @@ package org.eclipse.emf.teneo.hibernate.mapper; * Constants used by the hibernate mapper * * @author Martin Taal - * @version $Revision: 1.3 $ + * @version $Revision: 1.4 $ */ public class HbMapperConstants { /** The expected parameter name which contains the enum class name */ diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/HibernateMappingGenerator.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/HibernateMappingGenerator.java index 84715a676..8db8d88ee 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/HibernateMappingGenerator.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/HibernateMappingGenerator.java @@ -1,7 +1,7 @@ /** * * - * 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 @@ -13,7 +13,7 @@ * Michael Kanaley, TIBCO Software Inc., custom type handling * * - * $Id: HibernateMappingGenerator.java,v 1.8 2007/02/01 12:06:35 mtaal Exp $ + * $Id: HibernateMappingGenerator.java,v 1.9 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.mapper; diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/IdMapper.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/IdMapper.java index 1004b6529..453f36403 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/IdMapper.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/IdMapper.java @@ -1,7 +1,7 @@ /** * * - * 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 * * - * $Id: IdMapper.java,v 1.6 2006/11/15 17:17:52 mtaal Exp $ + * $Id: IdMapper.java,v 1.7 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.mapper; diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/ManyAttributeMapper.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/ManyAttributeMapper.java index 1cc91fa70..7b6a9cdd4 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/ManyAttributeMapper.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/ManyAttributeMapper.java @@ -1,7 +1,7 @@ /** * * - * 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 * * - * $Id: ManyAttributeMapper.java,v 1.5 2006/11/23 13:51:30 mtaal Exp $ + * $Id: ManyAttributeMapper.java,v 1.6 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.mapper; diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/ManyToManyMapper.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/ManyToManyMapper.java index d2b14d328..d73050110 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/ManyToManyMapper.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/ManyToManyMapper.java @@ -1,7 +1,7 @@ /** * * - * 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 * * - * $Id: ManyToManyMapper.java,v 1.5 2006/11/23 13:51:30 mtaal Exp $ + * $Id: ManyToManyMapper.java,v 1.6 2007/02/01 12:35:54 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.mapper; diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/ManyToOneMapper.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/ManyToOneMapper.java index 341d1cac1..ef10a6260 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/ManyToOneMapper.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/ManyToOneMapper.java @@ -1,7 +1,7 @@ /** * * - * 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 * * - * $Id: ManyToOneMapper.java,v 1.5 2006/11/23 13:51:30 mtaal Exp $ + * $Id: ManyToOneMapper.java,v 1.6 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.mapper; diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/MappingContext.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/MappingContext.java index f1ea98478..ef020b1a1 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/MappingContext.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/MappingContext.java @@ -1,7 +1,7 @@ /** * * - * 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 * * - * $Id: MappingContext.java,v 1.7 2006/11/28 06:14:01 mtaal Exp $ + * $Id: MappingContext.java,v 1.8 2007/02/01 12:35:54 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.mapper; @@ -47,7 +47,7 @@ import org.eclipse.emf.teneo.util.SQLCaseStrategy; * Maps a basic attribute with many=true, e.g. list of simpletypes. * * @author Martin Taal - * @version $Revision: 1.7 $ + * @version $Revision: 1.8 $ */ public class MappingContext extends AbstractProcessingContext { diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/MappingException.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/MappingException.java index 0fb0d850b..a7b550471 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/MappingException.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/MappingException.java @@ -1,7 +1,7 @@ /** * * - * 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 * * - * $Id: MappingException.java,v 1.1 2006/11/01 16:18:42 mtaal Exp $ + * $Id: MappingException.java,v 1.2 2007/02/01 12:35:54 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.mapper; diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/OneToManyMapper.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/OneToManyMapper.java index 2bd7514ab..7aa059e35 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/OneToManyMapper.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/OneToManyMapper.java @@ -1,7 +1,7 @@ /** * * - * 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 * * - * $Id: OneToManyMapper.java,v 1.5 2006/11/23 13:51:30 mtaal Exp $ + * $Id: OneToManyMapper.java,v 1.6 2007/02/01 12:35:54 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.mapper; diff --git a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/OneToOneMapper.java b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/OneToOneMapper.java index a2db81005..24115ea82 100644 --- a/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/OneToOneMapper.java +++ b/plugins/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/mapper/OneToOneMapper.java @@ -1,7 +1,7 @@ /** * * - * 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 * * - * $Id: OneToOneMapper.java,v 1.6 2006/11/23 13:51:30 mtaal Exp $ + * $Id: OneToOneMapper.java,v 1.7 2007/02/01 12:35:55 mtaal Exp $ */ package org.eclipse.emf.teneo.hibernate.mapper; -- cgit v1.2.3