source: trunk/modelicaml/kepler/org.openmodelica.modelicaml.relations/META-INF/MANIFEST.MF @ 1847

Last change on this file since 1847 was 1796, checked in by wschamai, 11 years ago

Initial commit for ModelicaML migrated to Eclipse Kepler with Papyrus 0.10 and Acceleo 3.

File size: 1.1 KB
Line 
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: ModelicaML Relations
4Bundle-SymbolicName: org.openmodelica.modelicaml.relations; singleton:=true
5Bundle-Version: 1.0.0.qualifier
6Bundle-Activator: org.openmodelica.modelicaml.relations.Activator
7Bundle-Vendor: OpenModelica Project
8Require-Bundle: org.eclipse.core.runtime,
9 org.openmodelica.modelicaml.common;bundle-version="1.0.1",
10 org.eclipse.uml2.uml;bundle-version="4.0.0",
11 org.eclipse.papyrus.editor;bundle-version="0.9.0",
12 org.eclipse.papyrus.infra.core;bundle-version="0.9.0",
13 org.eclipse.papyrus.views.modelexplorer;bundle-version="0.9.0",
14 org.eclipse.ui.views.properties.tabbed;bundle-version="3.5.300",
15 org.eclipse.ui.navigator;bundle-version="3.5.200",
16 org.eclipse.emf.transaction;bundle-version="1.4.0",
17 org.eclipse.papyrus.infra.emf;bundle-version="0.10.0",
18 org.eclipse.ui.ide;bundle-version="3.9.0",
19 org.eclipse.papyrus.uml.tools;bundle-version="0.10.0"
20Bundle-RequiredExecutionEnvironment: JavaSE-1.6
21Bundle-ActivationPolicy: lazy
22Export-Package: org.openmodelica.modelicaml.relations.dialogs,
23 org.openmodelica.modelicaml.relations.handlers
Note: See TracBrowser for help on using the repository browser.