Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: cf821f296f0c3489b08f7ba7b92465d994f34fc7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.m2m.atl.core;singleton:=true
Bundle-Version: 4.2.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.m2m.atl.core,
 org.eclipse.m2m.atl.core.launch;uses:="org.eclipse.m2m.atl.core",
 org.eclipse.m2m.atl.core.service;uses:="org.eclipse.m2m.atl.core,org.eclipse.m2m.atl.core.launch"
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.core.runtime;visibility:=reexport
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Automatic-Module-Name: org.eclipse.m2m.atl.core

Back to the top