Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b3f8587c1d9b1a6d58a2cb8c59ae8bc708ab4b57 (plain) (blame)
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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.m2m.atl.emftvm;singleton:=true
Bundle-Version: 4.0.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
DynamicImport-Package: *
Export-Package: org.eclipse.m2m.atl.emftvm,
 org.eclipse.m2m.atl.emftvm.constraints,
 org.eclipse.m2m.atl.emftvm.impl,
 org.eclipse.m2m.atl.emftvm.impl.resource,
 org.eclipse.m2m.atl.emftvm.jit,
 org.eclipse.m2m.atl.emftvm.launcher.compat,
 org.eclipse.m2m.atl.emftvm.profiler,
 org.eclipse.m2m.atl.emftvm.util
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.emf.ecore.xmi;bundle-version="2.4.0";visibility:=reexport,
 org.eclipse.m2m.atl.emftvm.trace;visibility:=reexport,
 org.eclipse.m2m.atl.common,
 org.eclipse.core.resources,
 org.eclipse.emf.validation;bundle-version="1.4.0",
 org.objectweb.asm;bundle-version="[5.0.1,7.0.0)",
 org.eclipse.m2m.atl.core.emf;visibility:=reexport
Bundle-ActivationPolicy: lazy
Automatic-Module-Name: org.eclipse.m2m.atl.emftvm

Back to the top