Skip to main content
summaryrefslogtreecommitdiffstats
blob: 27a7da8aadbccb92afb7c7caff54c0998ac221b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.24.3.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.8
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.util
Bundle-Vendor: Eclipse Open System Engineering Environment
Export-Package: org.eclipse.osee.ote.ui.builder

Back to the top