Loading plugins/org.etsi.mts.tdl.helper/META-INF/MANIFEST.MF +1 −0 Original line number Diff line number Diff line Loading @@ -19,5 +19,6 @@ Require-Bundle: org.eclipse.xtext, org.etsi.mts.tdl.txi, org.eclipse.emf.ecore, org.eclipse.core.runtime, org.eclipse.emf.mwe.utils, org.eclipse.ocl.xtext.completeocl Export-Package: org.etsi.mts.tdl.helper plugins/org.etsi.mts.tdl.helper/src/org/etsi/mts/tdl/helper/TDLHelper.java +2 −1 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ import org.eclipse.emf.ecore.EStructuralFeature; import org.eclipse.emf.ecore.EValidator; import org.eclipse.emf.ecore.resource.Resource; import org.eclipse.emf.ecore.util.EcoreUtil; import org.eclipse.emf.mwe.utils.StandaloneSetup; import org.eclipse.ocl.common.OCLConstants; import org.eclipse.ocl.pivot.internal.delegate.OCLInvocationDelegateFactory; import org.eclipse.ocl.pivot.internal.delegate.OCLSettingDelegateFactory; Loading Loading @@ -150,7 +151,7 @@ public class TDLHelper { */ public static XtextResourceSet getNewResourceSet() { if (!Platform.isRunning()) { new org.eclipse.emf.mwe.utils.StandaloneSetup().setPlatformUri("./"); new StandaloneSetup().setPlatformUri("./"); injector = new TDLan2StandaloneSetup().createInjectorAndDoEMFRegistration(); injector = new TPLan2StandaloneSetup().createInjectorAndDoEMFRegistration(); injector = new TDLtxiStandaloneSetup().createInjectorAndDoEMFRegistration(); Loading Loading
plugins/org.etsi.mts.tdl.helper/META-INF/MANIFEST.MF +1 −0 Original line number Diff line number Diff line Loading @@ -19,5 +19,6 @@ Require-Bundle: org.eclipse.xtext, org.etsi.mts.tdl.txi, org.eclipse.emf.ecore, org.eclipse.core.runtime, org.eclipse.emf.mwe.utils, org.eclipse.ocl.xtext.completeocl Export-Package: org.etsi.mts.tdl.helper
plugins/org.etsi.mts.tdl.helper/src/org/etsi/mts/tdl/helper/TDLHelper.java +2 −1 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ import org.eclipse.emf.ecore.EStructuralFeature; import org.eclipse.emf.ecore.EValidator; import org.eclipse.emf.ecore.resource.Resource; import org.eclipse.emf.ecore.util.EcoreUtil; import org.eclipse.emf.mwe.utils.StandaloneSetup; import org.eclipse.ocl.common.OCLConstants; import org.eclipse.ocl.pivot.internal.delegate.OCLInvocationDelegateFactory; import org.eclipse.ocl.pivot.internal.delegate.OCLSettingDelegateFactory; Loading Loading @@ -150,7 +151,7 @@ public class TDLHelper { */ public static XtextResourceSet getNewResourceSet() { if (!Platform.isRunning()) { new org.eclipse.emf.mwe.utils.StandaloneSetup().setPlatformUri("./"); new StandaloneSetup().setPlatformUri("./"); injector = new TDLan2StandaloneSetup().createInjectorAndDoEMFRegistration(); injector = new TPLan2StandaloneSetup().createInjectorAndDoEMFRegistration(); injector = new TDLtxiStandaloneSetup().createInjectorAndDoEMFRegistration(); Loading