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

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

MOD: using .mat format for simulation results instead of .plt and .xml
NEW: dialog for VeM generation settings
MOD: marker types

File size: 1.0 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.eclipse.papyrus.core;bundle-version="0.7.3",
12 org.openmodelica.modelicaml.common;bundle-version="1.0.1",
13 org.eclipse.papyrus.umlutils;bundle-version="0.7.3",
14 org.eclipse.papyrus.diagram.common;bundle-version="0.7.3",
15 org.openmodelica.modelicaml.view.valuebindings;bundle-version="1.0.0"
16Bundle-ActivationPolicy: lazy
17Bundle-RequiredExecutionEnvironment: JavaSE-1.6
18Import-Package: org.eclipse.emf.ecore,
19 org.eclipse.uml2.uml
20Bundle-Vendor: OpenModelica Project
21Export-Package: org.openmodelica.modelicaml.helper.dialogs,
22 org.openmodelica.modelicaml.helper.handlers,
23 org.openmodelica.modelicaml.helper.impl
24Bundle-ClassPath: .,
25 swt-grouplayout.jar
Note: See TracBrowser for help on using the repository browser.