source: trunk/modelicaml/org.openmodelica.modelicaml.editor.xtext.modification/META-INF/MANIFEST.MF @ 992

Last change on this file since 992 was 598, checked in by wschamai, 14 years ago
File size: 1.9 KB
Line 
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: ModelicaML Modification Editor
4Bundle-Vendor: OpenModelica Project
5Bundle-Version: 1.0.0.qualifier
6Bundle-SymbolicName: org.openmodelica.modelicaml.editor.xtext.modification; singleton:=true
7Bundle-ActivationPolicy: lazy
8Require-Bundle: org.eclipse.xtext,
9 org.eclipse.xtext.generator;resolution:=optional,
10 org.apache.commons.logging;resolution:=optional,
11 org.eclipse.emf.codegen.ecore;resolution:=optional,
12 org.eclipse.emf.mwe.utils;resolution:=optional,
13 org.eclipse.emf.mwe2.launch;resolution:=optional,
14 com.ibm.icu;resolution:=optional,
15 org.eclipse.xtext.xtend;resolution:=optional,
16 org.eclipse.xtext.util,
17 org.eclipse.emf.ecore,
18 org.eclipse.emf.common,
19 org.antlr.runtime,
20 org.eclipse.uml2.codegen.ecore;bundle-version="1.6.0",
21 org.eclipse.uml2.uml;bundle-version="3.1.1",
22 org.openmodelica.modelicaml.common;bundle-version="1.0.0",
23 org.openmodelica.modelicaml.editor.xtext.modeleditor;bundle-version="1.0.0",
24 org.openmodelica.modelicaml.editor.xtext.modeleditor.generator;bundle-version="1.0.0",
25 org.openmodelica.modelicaml.editor.xtext.modeleditor.ui;bundle-version="1.0.0"
26Import-Package: org.apache.log4j
27Bundle-RequiredExecutionEnvironment: J2SE-1.5
28Export-Package: org.openmodelica.modelicaml.editor.xtext.modification,
29 org.openmodelica.modelicaml.editor.xtext.modification.services,
30 org.openmodelica.modelicaml.editor.xtext.modification.modification,
31 org.openmodelica.modelicaml.editor.xtext.modification.modification.impl,
32 org.openmodelica.modelicaml.editor.xtext.modification.modification.util,
33 org.openmodelica.modelicaml.editor.xtext.modification.parseTreeConstruction,
34 org.openmodelica.modelicaml.editor.xtext.modification.parser.antlr,
35 org.openmodelica.modelicaml.editor.xtext.modification.parser.antlr.internal,
36 org.openmodelica.modelicaml.editor.xtext.modification.validation
37
Note: See TracBrowser for help on using the repository browser.