source: branches/xtext-MDT/org.modelica.xtext/META-INF/MANIFEST.MF @ 540

Last change on this file since 540 was 540, checked in by nasko, 15 years ago

Added subfolders/files of org.modelica.xtext

File size: 1.2 KB
Line 
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: org.modelica.xtext
4Bundle-Vendor: My Company
5Bundle-Version: 1.0.0
6Bundle-SymbolicName: org.modelica.xtext; singleton:=true
7Eclipse-RegisterBuddy: org.eclipse.xtext.log4j
8Bundle-ActivationPolicy: lazy
9Require-Bundle: org.eclipse.xtext,
10 org.eclipse.xtext.generator;resolution:=optional,
11 de.itemis.xtext.antlr;resolution:=optional,
12 org.apache.commons.logging;resolution:=optional,
13 org.eclipse.emf.codegen.ecore;resolution:=optional,
14 org.eclipse.xtext.log4j;resolution:=optional,
15 org.eclipse.emf.mwe.utils;resolution:=optional,
16 org.eclipse.emf.mwe.core;resolution:=optional,
17 com.ibm.icu;resolution:=optional,
18 org.eclipse.xtext.xtend;resolution:=optional,
19 org.eclipse.xtext.util,
20 org.eclipse.emf.ecore,
21 org.eclipse.emf.common,
22 org.antlr.runtime,
23 org.eclipse.xtend
24Bundle-RequiredExecutionEnvironment: J2SE-1.5
25Export-Package: org.modelica.xtext,
26 org.modelica.xtext.services,
27 org.modelica.xtext.modelicaBase,
28 org.modelica.xtext.modelicaBase.impl,
29 org.modelica.xtext.modelicaBase.util,
30 org.modelica.xtext.parseTreeConstruction,
31 org.modelica.xtext.parser.antlr,
32 org.modelica.xtext.validation
Note: See TracBrowser for help on using the repository browser.