Skip to content

Commit 3bc4e96

Browse files
committed
ST6RI-916 Added EMF and Ecore dependencies to org.omg.sysml.model.bundle
Prior to this change, opening a model file in the Xtext IDE caused an error (unable to load EObject).
1 parent 400d122 commit 3bc4e96

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

org.omg.sysml.model.bundle/META-INF/MANIFEST.MF

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Bundle-Version: 0.59.0.qualifier
88
Export-Package: org.omg.sysml.lang.sysml,
99
org.omg.sysml.lang.sysml.impl,
1010
org.omg.sysml.lang.sysml.util
11+
Require-Bundle: org.eclipse.emf.ant;bundle-version="2.13.0",
12+
org.eclipse.emf.common;bundle-version="2.44.0",
13+
org.eclipse.emf.ecore;bundle-version="2.41.0"
1114
Bundle-ClassPath: .,
1215
lib/org.omg.sysml.model-0.59.0-SNAPSHOT.jar
1316
Bundle-SymbolicName: org.omg.sysml.model.bundle;singleton:=true

0 commit comments

Comments
 (0)