-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathMANIFEST.MF
More file actions
49 lines (49 loc) · 1.64 KB
/
MANIFEST.MF
File metadata and controls
49 lines (49 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-21
Bundle-Version: 0.52.1.qualifier
Bundle-ClassPath: .,
lib/sysml-v2-api-client-all.jar
Bundle-SymbolicName: org.omg.sysml;singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xtext,
org.eclipse.xtext.xbase,
org.eclipse.xtext.xbase.lib;bundle-version="2.14.0",
org.eclipse.xtext.util,
org.eclipse.xtend.lib;bundle-version="2.14.0",
org.antlr.runtime;bundle-version="[3.2.0,3.2.1)",
org.eclipse.core.runtime,
org.eclipse.emf.ecore;visibility:=reexport,
org.eclipse.emf.ecore.xmi;visibility:=reexport,
org.eclipse.uml2.common;visibility:=reexport,
org.eclipse.ocl.ecore;visibility:=reexport,
org.eclipse.emf.mwe2.launch;bundle-version="2.9.1",
org.eclipse.xtext.xtext.generator;bundle-version="2.12.0",
org.eclipse.m2m.qvt.oml,
org.eclipse.uml2.uml.resources,
org.eclipse.equinox.common;bundle-version="3.5.0"
Export-Package: org.omg.sysml,
org.omg.sysml.adapter,
org.omg.sysml.api,
org.omg.sysml.delegate.invocation,
org.omg.sysml.delegate.setting,
org.omg.sysml.expressions,
org.omg.sysml.expressions.util,
org.omg.sysml.lang.sysml,
org.omg.sysml.lang.sysml.impl,
org.omg.sysml.lang.sysml.util,
org.omg.sysml.lang.types,
org.omg.sysml.lang.types.impl,
org.omg.sysml.model,
org.omg.sysml.qvt,
org.omg.sysml.util,
org.omg.sysml.util.repository,
org.omg.sysml.util.traversal,
org.omg.sysml.util.traversal.facade,
org.omg.sysml.util.traversal.facade.impl
Import-Package: org.apache.commons.logging,
org.apache.log4j
Automatic-Module-Name: org.omg.sysml