Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpfullbright2009-09-02 06:25:25 +0000
committerpfullbright2009-09-02 06:25:25 +0000
commit6a5266cf0a8dc0be00b285d364474a3a4451683f (patch)
tree0bcfd00107c88bd0370c2e39a459fed593e3cb55
parent9abb321b963445992188153607f04b005d900ea2 (diff)
downloadwebtools.dali-6a5266cf0a8dc0be00b285d364474a3a4451683f.tar.gz
webtools.dali-6a5266cf0a8dc0be00b285d364474a3a4451683f.tar.xz
webtools.dali-6a5266cf0a8dc0be00b285d364474a3a4451683f.zip
test fix - regenerated model
-rw-r--r--jpa/plugins/org.eclipse.jpt.eclipselink.core/src/org/eclipse/jpt/eclipselink/core/resource/orm/EclipseLinkOrmPackage.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.eclipselink.core/src/org/eclipse/jpt/eclipselink/core/resource/orm/EclipseLinkOrmPackage.java b/jpa/plugins/org.eclipse.jpt.eclipselink.core/src/org/eclipse/jpt/eclipselink/core/resource/orm/EclipseLinkOrmPackage.java
index fcba49bc94..5bcd898bfc 100644
--- a/jpa/plugins/org.eclipse.jpt.eclipselink.core/src/org/eclipse/jpt/eclipselink/core/resource/orm/EclipseLinkOrmPackage.java
+++ b/jpa/plugins/org.eclipse.jpt.eclipselink.core/src/org/eclipse/jpt/eclipselink/core/resource/orm/EclipseLinkOrmPackage.java
@@ -4554,16 +4554,11 @@ public class EclipseLinkOrmPackage extends EPackageImpl
OrmPackage.eINSTANCE.eClass();
XMLTypePackage.eINSTANCE.eClass();
- // Obtain or create and register interdependencies
- EclipseLink1_1OrmPackage theEclipseLink1_1OrmPackage = (EclipseLink1_1OrmPackage)(EPackage.Registry.INSTANCE.getEPackage(EclipseLink1_1OrmPackage.eNS_URI) instanceof EclipseLink1_1OrmPackage ? EPackage.Registry.INSTANCE.getEPackage(EclipseLink1_1OrmPackage.eNS_URI) : EclipseLink1_1OrmPackage.eINSTANCE);
-
// Create package meta-data objects
theEclipseLinkOrmPackage.createPackageContents();
- theEclipseLink1_1OrmPackage.createPackageContents();
// Initialize created meta-data
theEclipseLinkOrmPackage.initializePackageContents();
- theEclipseLink1_1OrmPackage.initializePackageContents();
// Mark meta-data to indicate it can't be changed
theEclipseLinkOrmPackage.freeze();

Back to the top