Skip to main content
summaryrefslogtreecommitdiffstats
blob: 8435860fe99e8e8a48f86e1c86eee74e0909c497 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE ORCS Script DSL UI Integration
Bundle-SymbolicName: org.eclipse.osee.orcs.script.dsl.ui.integration;singleton:=true
Bundle-Version: 0.24.4.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.ui,
 org.eclipse.osee.orcs.script.dsl.ui
Import-Package: org.eclipse.core.runtime,
 org.eclipse.osee.framework.core.data,
 org.eclipse.osee.framework.core.enums,
 org.eclipse.osee.framework.core.model,
 org.eclipse.osee.framework.core.model.cache,
 org.eclipse.osee.framework.core.services,
 org.eclipse.osee.framework.core.util,
 org.eclipse.osee.framework.jdk.core.type,
 org.eclipse.osee.framework.skynet.core.types,
 org.eclipse.osee.framework.ui.skynet,
 org.eclipse.osee.framework.ui.swt,
 org.osgi.framework
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-ActivationPolicy: lazy

Back to the top