Skip to main content
summaryrefslogtreecommitdiffstats
blob: 0c6ee0562bb8182048f3a11fcdb08838ffc64a39 (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: Workspace
Bundle-SymbolicName: org.eclipse.osee.framework.ui.ws;singleton:=true
Bundle-Version: 0.25.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,
 org.eclipse.ui.navigator
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.osee.framework.ui.ws
Bundle-Vendor: Eclipse Open System Engineering Environment

Back to the top