Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: afe4ae8c0e9433d78d42f9a0962cf2ce8a3283f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.m2m.atl.core.ant;singleton:=true
Bundle-Version: 4.0.1.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.runtime,
 org.apache.ant,
 org.eclipse.m2m.atl.core,
 org.eclipse.m2m.atl.common
Bundle-Vendor: %providerName
Export-Package: org.eclipse.m2m.atl.core.ant,
 org.eclipse.m2m.atl.core.ant.tasks,
 org.eclipse.m2m.atl.core.ant.tasks.nested
Bundle-Localization: plugin
Automatic-Module-Name: org.eclipse.m2m.atl.core.ant

Back to the top