Skip to main content
summaryrefslogtreecommitdiffstats
blob: 6c58af0f449f084a4792ee3fa083e2ce167df0bb (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: MuxTool Plug-in (Incubation)
Bundle-SymbolicName: org.eclipse.osee.ote.ui.mux;singleton:=true
Bundle-Version: 0.10.0.qualifier
Bundle-Activator: org.eclipse.osee.ote.ui.mux.MuxToolPlugin
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.osee.ote.message,
 org.eclipse.osee.framework.plugin.core,
 org.eclipse.osee.framework.jdk.core,
 org.eclipse.osee.framework.ui.swt,
 org.eclipse.osee.ote.core,
 org.eclipse.osee.ote.client,
 org.eclipse.osee.ote.ui,
 org.eclipse.osee.ote.connection.service,
 org.eclipse.help
Bundle-ActivationPolicy: lazy
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.eclipse.osee.framework.logging,
 org.eclipse.osee.framework.ui.plugin.util,
 org.eclipse.osee.framework.ui.plugin.xnavigate

Back to the top