Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 15b0f89a65e02a256a0937157f00ca7ac6868230 (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
26
27
28
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.m2m.atl.adt.ui;singleton:=true
Bundle-Version: 4.0.1.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.m2m.atl.adt.ui,
 org.eclipse.m2m.atl.adt.ui.common,
 org.eclipse.m2m.atl.adt.ui.handlers,
 org.eclipse.m2m.atl.adt.ui.perspective,
 org.eclipse.m2m.atl.adt.ui.startup,
 org.eclipse.m2m.atl.adt.ui.wizard.atlfile,
 org.eclipse.m2m.atl.adt.ui.wizard.atlplugin,
 org.eclipse.m2m.atl.adt.ui.wizard.atlproject
Bundle-ClassPath: .
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.m2m.atl.common,
 org.eclipse.debug.ui,
 org.eclipse.m2m.atl.adt,
 org.eclipse.ui.console,
 org.eclipse.emf.ecore.editor,
 org.eclipse.emf.ecore.xmi,
 org.eclipse.m2m.atl.engine
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Activator: org.eclipse.m2m.atl.adt.ui.AtlUIPlugin
Automatic-Module-Name: org.eclipse.m2m.atl.adt.ui

Back to the top