Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: bd173ae4db6fb4b225c1ddb61dc83d202a833745 (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.m2m.atl.emftvm.launcher;singleton:=true
Bundle-Version: 4.0.0.qualifier
Bundle-Activator: org.eclipse.m2m.atl.emftvm.launcher.EmftvmLauncherPlugin
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.ui;bundle-version="3.5.0";visibility:=reexport,
 org.eclipse.ui.console;bundle-version="3.4.0";visibility:=reexport,
 org.eclipse.debug.core;bundle-version="3.5.0";visibility:=reexport,
 org.eclipse.debug.ui;bundle-version="3.5.0";visibility:=reexport,
 org.eclipse.jface.text;bundle-version="3.5.0",
 org.eclipse.m2m.atl.common,
 org.eclipse.m2m.atl.core.ui,
 org.eclipse.m2m.atl.adt.ui,
 org.eclipse.m2m.atl.debug.core;visibility:=reexport,
 org.eclipse.m2m.atl.emftvm;visibility:=reexport
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.m2m.atl.emftvm.launcher,
 org.eclipse.m2m.atl.emftvm.launcher.compat,
 org.eclipse.m2m.atl.emftvm.launcher.debug,
 org.eclipse.m2m.atl.emftvm.launcher.profiler
Automatic-Module-Name: org.eclipse.m2m.atl.emftvm.launcher

Back to the top