Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 611ac867f11484d9e84ed75b65fbd159a2977344 (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: %pluginName
Bundle-SymbolicName: org.eclipse.m2m.atl.profiler.exportmodel;singleton:=true
Bundle-Version: 4.2.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.m2m.atl.profiler.exportmodel.provider.ExportmodelEditPlugin$Implementation
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.m2m.atl.profiler.exportmodel,
 org.eclipse.m2m.atl.profiler.exportmodel.impl,
 org.eclipse.m2m.atl.profiler.exportmodel.provider,
 org.eclipse.m2m.atl.profiler.exportmodel.util
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.emf.ecore;visibility:=reexport,
 org.eclipse.emf.edit;visibility:=reexport
Bundle-ActivationPolicy: lazy
Automatic-Module-Name: org.eclipse.m2m.atl.profiler.exportmodel

Back to the top