Skip to main content
summaryrefslogtreecommitdiffstats
blob: 0d825e51b9b9631adee74cbe658b3e58c21e3646 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Swt Plug-in (Incubation)
Bundle-SymbolicName: org.eclipse.osee.framework.ui.swt;singleton:=true
Bundle-Version: 0.9.4.qualifier
Bundle-Activator: org.eclipse.osee.framework.ui.swt.internal.Activator
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.swt,
 org.eclipse.jface,
 org.eclipse.jface.text,
 org.eclipse.ui,
 org.eclipse.ui.forms;bundle-version="3.4.1"
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.osee.framework.ui.swt,
 org.eclipse.osee.framework.ui.swt.hex,
 org.eclipse.osee.framework.ui.swt.styledText
Bundle-Vendor: Eclipse.org
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.eclipse.osee.framework.logging

Back to the top