source: default/trunk/de.ugoe.cs.swe.bnftools.ebnf/META-INF/MANIFEST.MF @ 5

Last change on this file since 5 was 5, checked in by zeiss, 14 years ago
  • Property svn:mime-type set to text/plain
File size: 1.3 KB
Line 
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: bnftools core
4Bundle-Vendor: Software Engineering for Distributed Systems Group, University of Göttingen
5Bundle-Version: 1.0.0.qualifier
6Bundle-SymbolicName: de.ugoe.cs.swe.bnftools.ebnf; singleton:=true
7Bundle-ActivationPolicy: lazy
8Require-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
21Import-Package: org.apache.log4j
22Bundle-RequiredExecutionEnvironment: J2SE-1.5
23Export-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
Note: See TracBrowser for help on using the repository browser.