Skip to main content
summaryrefslogtreecommitdiffstats
blob: 9c687020e8b162dfe6f7be552ef1469fb24df4fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OTE Builder Plug-in (Incubation)
Bundle-SymbolicName: org.eclipse.osee.ote.ui.builder;singleton:=true
Bundle-Version: 0.17.0.qualifier
Bundle-Activator: org.eclipse.osee.ote.ui.builder.Activator
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.jdt.core
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Import-Package: org.eclipse.core.resources,
 org.eclipse.osee.framework.jdk.core.util,
 org.eclipse.osee.framework.logging,
 org.eclipse.osee.framework.plugin.core.server,
 org.eclipse.osee.framework.plugin.core.util
Bundle-Vendor: Eclipse Open System Engineering Environment
Export-Package: org.eclipse.osee.ote.ui.builder

Back to the top