Skip to main content
summaryrefslogtreecommitdiffstats
blob: 0665e1286f0d0cc73c3f63205db2a83de4041605 (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: OTE Classpath Container
Bundle-SymbolicName: org.eclipse.osee.ote.container;singleton:=true
Bundle-Version: 0.19.0.qualifier
Bundle-Activator: org.eclipse.osee.ote.container.OteContainerActivator
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.core.resources,
 org.eclipse.jdt,
 org.eclipse.jdt.ui,
 org.eclipse.jdt.core,
 org.eclipse.osee.ote.runtimeManager,
 org.eclipse.osee.framework.jdk.core,
 org.eclipse.osee.ote.core
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Import-Package: org.eclipse.osee.framework.ui.workspacebundleloader
Bundle-Vendor: Eclipse Open System Engineering Environment

Back to the top