Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: bdebd8c1e3dc79e8ede38800a7df98e75a8bc030 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.m2m.atl.emftvm.ant;singleton:=true
Bundle-Version: 4.0.1.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.apache.ant;bundle-version="1.7.1",
 org.eclipse.m2m.atl.emftvm,
 org.eclipse.ant.core;bundle-version="3.2.101",
 org.eclipse.core.resources;bundle-version="3.5.2",
 org.eclipse.core.runtime;bundle-version="3.5.0",
 org.eclipse.m2m.atl.common,
 org.eclipse.m2m.atl.emftvm.compiler,
 org.eclipse.m2m.atl.engine
Bundle-Activator: org.eclipse.m2m.atl.emftvm.ant.EmftvmAntPlugin
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.m2m.atl.emftvm.ant
Automatic-Module-Name: org.eclipse.m2m.atl.emftvm.ant

Back to the top