Skip to main content
summaryrefslogtreecommitdiffstats
blob: 8f9af0039205918f9b239324bb6303a078696e43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE JDK Ui Plug-in (Incubation)
Bundle-SymbolicName: org.eclipse.osee.framework.ui.jdk;singleton:=true
Bundle-Version: 0.9.7.qualifier
Bundle-Activator: org.eclipse.osee.framework.ui.jdk.Activator
Bundle-Vendor: Eclipse Open System Engineering Environment
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.osee.framework.ui.jdk,
 org.eclipse.osee.framework.ui.jdk.swing
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top