source: trunk/modelicaml/org.openmodelica.modelicaml.view.componentstree/META-INF/MANIFEST.MF

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

MOD: updating of classes and components during their creating in order to avoid live validation errors.
MOD: Modelica code importer progress monitors
MOD: OLD validation is reactivated and the new deactivated because EMF Validation (1.6.0) is not supoprted yet in Eclipse 3.8
MOD: Locate in views from validation view

File size: 1.9 KB
Line 
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: ModelicaML Class Components Tree
4Bundle-SymbolicName: org.openmodelica.modelicaml.view.componentstree;singleton:=true
5Bundle-Version: 1.1.12.qualifier
6Bundle-Activator: org.openmodelica.modelicaml.view.componentstree.Activator
7Bundle-Vendor: OpenModelica Project
8Require-Bundle: org.eclipse.ui,
9 org.eclipse.core.runtime,
10 org.eclipse.ui.navigator;bundle-version="3.5.0",
11 org.eclipse.uml2.uml;bundle-version="3.1.2",
12 com.google.inject;bundle-version="2.0.0",
13 org.openmodelica.modelicaml.common;bundle-version="1.0.1",
14 org.openmodelica.modelicaml.helper;bundle-version="1.0.0",
15 org.openmodelica.modelicaml.tabbedproperties.editors.glue;bundle-version="1.0.0",
16 org.openmodelica.modelicaml.editor.xtext.arraysubscript;bundle-version="1.0.0",
17 org.openmodelica.modelicaml.editor.xtext.arraysubscript.ui;bundle-version="1.0.0",
18 org.openmodelica.modelicaml.editor.xtext.modification;bundle-version="1.0.0",
19 org.openmodelica.modelicaml.editor.xtext.modification.ui;bundle-version="1.0.0",
20 org.openmodelica.modelicaml.editor.xtext.modeleditor;bundle-version="1.0.0",
21 org.openmodelica.modelicaml.view.valuebindings;bundle-version="1.0.0",
22 org.openmodelica.modelicaml.gen.modelica;bundle-version="1.2.2",
23 org.openmodelica.modelicaml.simulation;bundle-version="1.0.0",
24 org.eclipse.papyrus.infra.ui.resources;bundle-version="0.9.0",
25 org.eclipse.papyrus.views.modelexplorer;bundle-version="0.9.0",
26 org.eclipse.ui.views.properties.tabbed;bundle-version="3.5.300"
27Bundle-ActivationPolicy: lazy
28Import-Package: org.eclipse.core.resources,
29 org.eclipse.emf.common.util,
30 org.eclipse.emf.ecore,
31 org.eclipse.jface.text,
32 org.eclipse.ui.views.markers,
33 org.eclipse.uml2.uml,
34 org.eclipse.xtext.resource
35Bundle-RequiredExecutionEnvironment: JavaSE-1.6
36Export-Package: org.openmodelica.modelicaml.view.componentstree.display,
37 org.openmodelica.modelicaml.view.componentstree.views
Note: See TracBrowser for help on using the repository browser.