source: trunk/modelicaml/org.openmodelica.modelicaml.editor.xtext.arraysubscript/META-INF/MANIFEST.MF

Last change on this file was 1603, checked in by wschamai, 12 years ago

MOD: improvement of plugin dependencies

File size: 1.8 KB
RevLine 
[1295]1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: org.openmodelica.modelicaml.editor.xtext.arraysubscript
4Bundle-Vendor: OpenModelica Project
[1448]5Bundle-Version: 1.0.0.qualifier
[1295]6Bundle-SymbolicName: org.openmodelica.modelicaml.editor.xtext.arraysubscript; singleton:=true
7Bundle-ActivationPolicy: lazy
8Require-Bundle: org.eclipse.xtext;bundle-version="2.0.0";visibility:=reexport,
9 org.apache.log4j;bundle-version="1.2.15";visibility:=reexport,
10 org.apache.commons.logging;bundle-version="1.0.4";resolution:=optional;visibility:=reexport,
11 org.eclipse.xtext.generator;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.openmodelica.modelicaml.editor.xtext.modeleditor;bundle-version="1.0.0",
16 org.openmodelica.modelicaml.editor.xtext.modeleditor.ui;bundle-version="1.0.0",
17 org.eclipse.uml2.codegen.ecore;bundle-version="1.7.1",
18 org.eclipse.uml2.uml;bundle-version="3.2.100",
19 org.eclipse.xtext.util,
20 org.eclipse.emf.ecore,
21 org.eclipse.emf.common,
22 org.antlr.runtime,
23 org.eclipse.xtext.common.types
[1603]24Import-Package: org.apache.commons.logging,
25 org.apache.log4j,
26 org.eclipse.xtext.xbase.lib
[1295]27Bundle-RequiredExecutionEnvironment: J2SE-1.5
28Export-Package: org.openmodelica.modelicaml.editor.xtext.array,
29 org.openmodelica.modelicaml.editor.xtext.array.services,
30 org.openmodelica.modelicaml.editor.xtext.array.arraysubscript,
31 org.openmodelica.modelicaml.editor.xtext.array.arraysubscript.impl,
32 org.openmodelica.modelicaml.editor.xtext.array.arraysubscript.util,
33 org.openmodelica.modelicaml.editor.xtext.array.serializer,
34 org.openmodelica.modelicaml.editor.xtext.array.parser.antlr,
35 org.openmodelica.modelicaml.editor.xtext.array.parser.antlr.internal,
36 org.openmodelica.modelicaml.editor.xtext.array.validation
37
Note: See TracBrowser for help on using the repository browser.