Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e2a41fae27666efe23c0c8228003f71e09b95028 (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Plugin.name (Incubation)
Bundle-SymbolicName: org.eclipse.gymnast.runtime.core;singleton:=true
Bundle-Version: 0.8.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.gymnast.runtime.core.LDTCorePlugin
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
Export-Package: org.eclipse.gymnast.runtime.core,
 org.eclipse.gymnast.runtime.core.ast,
 org.eclipse.gymnast.runtime.core.outline,
 org.eclipse.gymnast.runtime.core.parser,
 org.eclipse.gymnast.runtime.core.templates.ext,
 org.eclipse.gymnast.runtime.core.util
Require-Bundle: org.eclipse.ui.ide,
 org.eclipse.ui.views,
 org.eclipse.core.resources,
 org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.ui.editors,
 org.eclipse.jface.text
Eclipse-LazyStart: true

Back to the top