Skip to main content
summaryrefslogtreecommitdiffstats
blob: 392def2e1fd6b4ffffdde790d41c17a22b846069 (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: Workspace
Bundle-SymbolicName: org.eclipse.osee.framework.ui.ws;singleton:=true
Bundle-Version: 0.11.1.qualifier
Bundle-Activator: org.eclipse.osee.framework.ui.ws.internal.Activator
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.jdt.core,
 org.eclipse.jdt.ui,
 org.eclipse.core.resources,
 org.eclipse.jface.text,
 org.eclipse.ui.ide,
 org.eclipse.ui.editors,
 org.eclipse.osee.framework.jdk.core,
 org.eclipse.osee.framework.logging,
 org.eclipse.osee.framework.plugin.core,
 org.eclipse.osee.framework.ui.plugin
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.osee.framework.ui.ws
Bundle-Vendor: Eclipse Open System Engineering Environment

Back to the top