source: trunk/modelicaml/org.openmodelica.modelicaml.helper/META-INF/MANIFEST.MF @ 1612

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

BUG FIX: deleting old simulation files.
BUG FIX: selection listening in components tree.
NEW: search dialog for components tree.
NEW: quick plot view in verification dialog.
MOD: verification report tabs.

File size: 1.7 KB
Line 
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: ModelicaML Helpers
4Bundle-SymbolicName: org.openmodelica.modelicaml.helper;singleton:=true
5Bundle-Version: 1.0.0.qualifier
6Bundle-Activator: org.openmodelica.modelicaml.helper.Activator
7Require-Bundle: org.eclipse.ui,
8 org.eclipse.core.runtime,
9 org.eclipse.uml2;bundle-version="3.0.0",
10 org.eclipse.emf.ecore;bundle-version="2.6.1",
11 org.openmodelica.modelicaml.common;bundle-version="1.0.1",
12 org.openmodelica.modelicaml.view.valuebindings;bundle-version="1.0.0",
13 org.openmodelica.modelicaml.gen.modelica;bundle-version="1.2.2",
14 org.eclipse.core.filesystem;bundle-version="1.3.100",
15 org.openmodelica.modelicaml.simulation;bundle-version="1.0.0",
16 org.eclipse.ui.navigator;bundle-version="3.5.101",
17 org.apache.commons.lang;bundle-version="2.4.0",
18 org.eclipse.papyrus.editor;bundle-version="0.8.2",
19 org.eclipse.papyrus.infra.core;bundle-version="0.9.0",
20 org.eclipse.uml2.uml;bundle-version="4.0.0",
21 org.eclipse.emf.transaction;bundle-version="1.4.0",
22 org.eclipse.papyrus.views.modelexplorer;bundle-version="0.9.0",
23 org.eclipse.ui.views.properties.tabbed;bundle-version="3.5.300",
24 org.eclipse.papyrus.uml.tools.utils;bundle-version="0.9.0",
25 org.openmodelica.simulation.libs.jfreechart;bundle-version="1.0.13"
26Bundle-ActivationPolicy: lazy
27Bundle-RequiredExecutionEnvironment: JavaSE-1.6
28Import-Package: org.eclipse.emf.ecore,
29 org.openmodelica.modelicaml.simulation.omc
30Bundle-Vendor: OpenModelica Project
31Export-Package: org.openmodelica.modelicaml.helper.datacollection,
32 org.openmodelica.modelicaml.helper.dialogs,
33 org.openmodelica.modelicaml.helper.generators,
34 org.openmodelica.modelicaml.helper.handlers,
35 org.openmodelica.modelicaml.helper.structures
36Bundle-ClassPath: .,
37 swt-grouplayout.jar
Note: See TracBrowser for help on using the repository browser.