Skip to main content
summaryrefslogtreecommitdiffstats
blob: 953ceb8e64696fa7eddce52004c78944bac079ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Osee DSL Integration
Bundle-SymbolicName: org.eclipse.osee.framework.core.dsl.integration; singleton:=true
Bundle-Version: 0.9.5.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Import-Package: org.eclipse.core.runtime,
 org.eclipse.emf.compare.diff.metamodel,
 org.eclipse.emf.compare.diff.service,
 org.eclipse.emf.compare.match.metamodel,
 org.eclipse.emf.compare.match.service,
 org.eclipse.osee.framework.core.data,
 org.eclipse.osee.framework.core.enums,
 org.eclipse.osee.framework.core.exception,
 org.eclipse.osee.framework.core.message,
 org.eclipse.osee.framework.core.model,
 org.eclipse.osee.framework.core.model.access,
 org.eclipse.osee.framework.core.model.cache,
 org.eclipse.osee.framework.core.model.type,
 org.eclipse.osee.framework.core.operation,
 org.eclipse.osee.framework.core.services,
 org.eclipse.osee.framework.core.util,
 org.eclipse.osee.framework.jdk.core.text.change,
 org.eclipse.osee.framework.jdk.core.type,
 org.eclipse.osee.framework.jdk.core.util,
 org.osgi.framework,
 org.osgi.util.tracker
Require-Bundle: org.eclipse.osee.framework.core.dsl,
 org.eclipse.emf.ecore,
 org.eclipse.emf.common,
 org.eclipse.xtext
Eclipse-ExtensibleAPI: true 
Bundle-Activator: org.eclipse.osee.framework.core.dsl.integration.internal.Activator
Export-Package: org.eclipse.osee.framework.core.dsl.integration,
 org.eclipse.osee.framework.core.dsl.integration.util

Back to the top