Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/src-gen/org/eclipse/papyrus/uml/textedit/connectionpointreference/xtext/uMLConnectionPointReference/impl/UMLConnectionPointReferencePackageImpl.java')
-rw-r--r--plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/src-gen/org/eclipse/papyrus/uml/textedit/connectionpointreference/xtext/uMLConnectionPointReference/impl/UMLConnectionPointReferencePackageImpl.java11
1 files changed, 10 insertions, 1 deletions
diff --git a/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/src-gen/org/eclipse/papyrus/uml/textedit/connectionpointreference/xtext/uMLConnectionPointReference/impl/UMLConnectionPointReferencePackageImpl.java b/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/src-gen/org/eclipse/papyrus/uml/textedit/connectionpointreference/xtext/uMLConnectionPointReference/impl/UMLConnectionPointReferencePackageImpl.java
index 4c3b4116ee2..6d880760e8a 100644
--- a/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/src-gen/org/eclipse/papyrus/uml/textedit/connectionpointreference/xtext/uMLConnectionPointReference/impl/UMLConnectionPointReferencePackageImpl.java
+++ b/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/src-gen/org/eclipse/papyrus/uml/textedit/connectionpointreference/xtext/uMLConnectionPointReference/impl/UMLConnectionPointReferencePackageImpl.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
-
+
*/
package org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.uMLConnectionPointReference.impl;
@@ -18,6 +18,10 @@ import org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.uMLConnec
import org.eclipse.uml2.uml.UMLPackage;
+import types.TypesPackage;
+
+import types.impl.TypesPackageImpl;
+
/**
* <!-- begin-user-doc -->
* An implementation of the model <b>Package</b>.
@@ -84,11 +88,16 @@ public class UMLConnectionPointReferencePackageImpl extends EPackageImpl impleme
// Initialize simple dependencies
UMLPackage.eINSTANCE.eClass();
+ // Obtain or create and register interdependencies
+ TypesPackageImpl theTypesPackage = (TypesPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(TypesPackage.eNS_URI) instanceof TypesPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(TypesPackage.eNS_URI) : TypesPackage.eINSTANCE);
+
// Create package meta-data objects
theUMLConnectionPointReferencePackage.createPackageContents();
+ theTypesPackage.createPackageContents();
// Initialize created meta-data
theUMLConnectionPointReferencePackage.initializePackageContents();
+ theTypesPackage.initializePackageContents();
// Mark meta-data to indicate it can't be changed
theUMLConnectionPointReferencePackage.freeze();

Back to the top