Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5f3d130f897b0d466cd4b2ac646c64abcd85079c (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: com.windriver.debug.tcf.ui;singleton:=true
Bundle-Version: 0.2.0
Bundle-Activator: com.windriver.debug.tcf.ui.TCFUI
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.debug.core,
 org.eclipse.debug.ui,
 com.windriver.debug.tcf.core,
 com.windriver.tcf.api
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Eclipse-LazyStart: true
Export-Package: com.windriver.debug.tcf.ui.adapters,
 com.windriver.debug.tcf.ui.launch

Back to the top