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

Last change on this file since 70 was 70, checked in by hkaulbersch, 10 years ago

Added a method to get the whole path of generated files.

  • Property svn:mime-type set to text/plain
File size: 1.4 KB
Line 
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: de.ugoe.cs.swe.bnftools.ebnf
4Bundle-Vendor: My Company
5Bundle-Version: 1.0.0.qualifier
6Bundle-SymbolicName: de.ugoe.cs.swe.bnftools.ebnf; singleton:=true
7Bundle-ActivationPolicy: lazy
8Require-Bundle: org.eclipse.xtext;visibility:=reexport,
9 org.eclipse.xtext.xbase;resolution:=optional;visibility:=reexport,
10 org.eclipse.xtext.generator;resolution:=optional,
11 org.apache.commons.logging;bundle-version="1.0.4";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 org.eclipse.xtext.util,
16 org.eclipse.emf.ecore,
17 org.eclipse.emf.common,
18 org.antlr.runtime,
19 org.eclipse.xtext.common.types
20Import-Package: org.apache.log4j,
21 org.eclipse.core.resources,
22 org.eclipse.core.runtime;version="3.4.0",
23 org.eclipse.xtext.xbase.lib
24Bundle-RequiredExecutionEnvironment: J2SE-1.5
25Export-Package: de.ugoe.cs.swe.bnftools,
26 de.ugoe.cs.swe.bnftools.services,
27 de.ugoe.cs.swe.bnftools.ebnf,
28 de.ugoe.cs.swe.bnftools.ebnf.impl,
29 de.ugoe.cs.swe.bnftools.ebnf.util,
30 de.ugoe.cs.swe.bnftools.serializer,
31 de.ugoe.cs.swe.bnftools.parser.antlr,
32 de.ugoe.cs.swe.bnftools.parser.antlr.internal,
33 de.ugoe.cs.swe.bnftools.validation,
34 de.ugoe.cs.swe.bnftools.scoping,
35 de.ugoe.cs.swe.bnftools.generator,
36 de.ugoe.cs.swe.bnftools.formatting
Note: See TracBrowser for help on using the repository browser.