Skip to main content
summaryrefslogtreecommitdiffstats
blob: 9d25d75abbe54ad95896b1974442a870d2df8ce8 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.eclipse.osee.framework.types
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-Version: 0.9.5.qualifier
Bundle-SymbolicName: org.eclipse.osee.framework.types; singleton:=true
Eclipse-RegisterBuddy: org.eclipse.xtext.log4j
Bundle-ActivationPolicy: lazy
Eclipse-ExtensibleAPI: true
Require-Bundle: org.apache.log4j;bundle-version="1.2.15",
 org.eclipse.xtext;bundle-version="1.0.0",
 org.eclipse.xtext.generator;resolution:=optional,
 org.eclipse.xtend;bundle-version="1.0.0";resolution:=optional,
 org.eclipse.xtend.typesystem.emf;resolution:=optional,
 org.eclipse.xpand;bundle-version="1.0.0";resolution:=optional,
 org.eclipse.xtend.util.stdlib;resolution:=optional,
 de.itemis.xtext.antlr;resolution:=optional,
 org.eclipse.xtext.util;bundle-version="1.0.0",
 org.eclipse.emf.ecore,
 org.eclipse.emf.common,
 org.antlr.runtime,
 org.eclipse.xtext.xtend;bundle-version="1.0.0";resolution:=optional,
 org.eclipse.emf.mwe2.launch;bundle-version="1.0.0";resolution:=optional,
 org.eclipse.emf.compare;bundle-version="1.0.0",
 org.eclipse.emf.compare.diff;bundle-version="1.0.0",
 org.eclipse.emf.compare.match;bundle-version="1.0.0",
 org.apache.commons.logging;bundle-version="1.1.1";resolution:=optional
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.osee.framework,
 org.eclipse.osee.framework.osee,
 org.eclipse.osee.framework.oseeTypes,
 org.eclipse.osee.framework.oseeTypes.impl,
 org.eclipse.osee.framework.oseeTypes.util,
 org.eclipse.osee.framework.parseTreeConstruction,
 org.eclipse.osee.framework.parser.antlr,
 org.eclipse.osee.framework.services,
 org.eclipse.osee.framework.validation,
 org.eclipse.osee.framework.parser.antlr.internal
Import-Package: org.eclipse.core.runtime,
 org.eclipse.osee.framework.core.cache,
 org.eclipse.osee.framework.core.data,
 org.eclipse.osee.framework.core.enums,
 org.eclipse.osee.framework.core.exception,
 org.eclipse.osee.framework.core.model,
 org.eclipse.osee.framework.core.operation,
 org.eclipse.osee.framework.core.services,
 org.eclipse.osee.framework.core.util,
 org.eclipse.osee.framework.jdk.core.type,
 org.eclipse.osee.framework.jdk.core.util,
 org.eclipse.osgi.util,
 org.osgi.framework,
 org.osgi.util.tracker,
 org.apache.log4j
Bundle-Activator: org.eclipse.osee.framework.internal.InternalTypesActivator

Back to the top