-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathMANIFEST.MF
More file actions
20 lines (20 loc) · 771 Bytes
/
MANIFEST.MF
File metadata and controls
20 lines (20 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.omg.sysml.interactive
Bundle-RequiredExecutionEnvironment: JavaSE-21
Bundle-SymbolicName: org.omg.sysml.interactive
Bundle-Version: 0.59.0.qualifier
Export-Package: org.omg.sysml.interactive
Require-Bundle: org.eclipse.emf.ecore,
com.google.inject,
org.eclipse.xtext,
org.omg.sysml.model.bundle;bundle-version="0.59.0",
org.omg.sysml;bundle-version="0.59.0",
org.omg.sysml.execution;bundle-version="0.59.0",
org.omg.kerml.xtext;bundle-version="0.59.0",
org.omg.sysml.xtext;bundle-version="0.59.0",
com.google.gson;bundle-version="2.8.6",
org.eclipse.xtext.common.types
Import-Package: org.omg.sysml.plantuml
Bundle-Vendor: SysML v2 Submission Team
Automatic-Module-Name: org.omg.sysml.interactive