Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3b6a04d0208c0592e031d7fdacd6020a4b06417e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tcf.te.ui.forms;singleton:=true
Bundle-Version: 1.3.0.qualifier
Bundle-Activator: org.eclipse.tcf.te.ui.forms.activator.UIPlugin
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.8.0",
 org.eclipse.ui;bundle-version="3.8.0",
 org.eclipse.ui.forms;bundle-version="3.5.200",
 org.eclipse.tcf.te.runtime;bundle-version="1.2.0",
 org.eclipse.tcf.te.ui.swt;bundle-version="1.2.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Localization: plugin
Bundle-Vendor: %providerName
Export-Package: org.eclipse.tcf.te.ui.forms,
 org.eclipse.tcf.te.ui.forms.activator;x-internal:=true,
 org.eclipse.tcf.te.ui.forms.blocks,
 org.eclipse.tcf.te.ui.forms.interfaces.tracing,
 org.eclipse.tcf.te.ui.forms.parts

Back to the top