1 | Manifest-Version: 1.0
|
---|
2 | Bundle-ManifestVersion: 2
|
---|
3 | Bundle-Name: bnftools core
|
---|
4 | Bundle-Vendor: Software Engineering for Distributed Systems Group, University of Göttingen
|
---|
5 | Bundle-Version: 1.0.0.qualifier
|
---|
6 | Bundle-SymbolicName: de.ugoe.cs.swe.bnftools.ebnf; singleton:=true
|
---|
7 | Bundle-ActivationPolicy: lazy
|
---|
8 | Require-Bundle: org.eclipse.xtext,
|
---|
9 | org.eclipse.xtext.generator;resolution:=optional,
|
---|
10 | de.itemis.xtext.antlr;resolution:=optional,
|
---|
11 | org.apache.commons.logging;resolution:=optional,
|
---|
12 | org.eclipse.emf.codegen.ecore;resolution:=optional,
|
---|
13 | org.eclipse.emf.mwe.utils;resolution:=optional,
|
---|
14 | org.eclipse.emf.mwe2.launch;resolution:=optional,
|
---|
15 | com.ibm.icu;resolution:=optional,
|
---|
16 | org.eclipse.xtext.xtend;resolution:=optional,
|
---|
17 | org.eclipse.xtext.util,
|
---|
18 | org.eclipse.emf.ecore,
|
---|
19 | org.eclipse.emf.common,
|
---|
20 | org.antlr.runtime
|
---|
21 | Import-Package: org.apache.log4j
|
---|
22 | Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
---|
23 | Export-Package: de.ugoe.cs.swe.bnftools,
|
---|
24 | de.ugoe.cs.swe.bnftools.analysis,
|
---|
25 | de.ugoe.cs.swe.bnftools.ebnf,
|
---|
26 | de.ugoe.cs.swe.bnftools.ebnf.impl,
|
---|
27 | de.ugoe.cs.swe.bnftools.ebnf.util,
|
---|
28 | de.ugoe.cs.swe.bnftools.parseTreeConstruction,
|
---|
29 | de.ugoe.cs.swe.bnftools.parser.antlr,
|
---|
30 | de.ugoe.cs.swe.bnftools.parser.antlr.internal,
|
---|
31 | de.ugoe.cs.swe.bnftools.services,
|
---|
32 | de.ugoe.cs.swe.bnftools.utils,
|
---|
33 | de.ugoe.cs.swe.bnftools.validation,
|
---|
34 | de.ugoe.cs.swe.bnftools.valueconverter
|
---|