Skip to main content
summaryrefslogtreecommitdiffstats
blob: 2e1c99237842c4eecd241beb97b4e86759052845 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OTE UI Host Cmd Plugin (Incubation)
Bundle-SymbolicName: org.eclipse.osee.ote.ui.host.cmd;singleton:=true
Bundle-Version: 0.9.5.qualifier
Bundle-Activator: org.eclipse.osee.ote.ui.host.cmd.UiPlugin
Require-Bundle: org.eclipse.ui,
 org.eclipse.osee.framework.jdk.core,
 org.eclipse.osee.ote.core,
 org.eclipse.osee.framework.jini,
 net.jini,
 org.eclipse.osee.framework.ui.service.control,
 org.eclipse.osee.framework.plugin.core,
 org.eclipse.osee.framework.ui.plugin,
 org.eclipse.osee.framework.ui.swt,
 org.eclipse.osgi,
 org.eclipse.core.runtime
Bundle-ActivationPolicy: lazy
Bundle-Vendor: Eclipse Open System Engineering Environment
Export-Package: org.eclipse.osee.ote.ui.host.cmd
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.eclipse.osee.framework.logging

Back to the top