source: trunk/modelicaml/org.openmodelica.modelicaml.view.valuebindings/META-INF/MANIFEST.MF @ 1345

Last change on this file since 1345 was 1345, checked in by wschamai, 13 years ago

Migration to Eclipse 3.7, Papyrus 0.8 and Xtext 2

File size: 1.6 KB
Line 
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: ModelicaML Value Bindings View
4Bundle-SymbolicName: org.openmodelica.modelicaml.view.valuebindings; singleton:=true
5Bundle-Version: 1.0.0.qualifier
6Bundle-Activator: org.openmodelica.modelicaml.view.valuebindings.Activator
7Bundle-Vendor: OpenModelica Project
8Require-Bundle: org.eclipse.ui,
9 org.eclipse.core.runtime,
10 org.eclipse.emf;bundle-version="2.6.0",
11 org.openmodelica.modelicaml.common;bundle-version="1.0.1",
12 org.eclipse.uml2.uml;bundle-version="3.1.2",
13 org.openmodelica.modelicaml.profile;bundle-version="1.2.19",
14 org.eclipse.papyrus.modelexplorer;bundle-version="0.7.3",
15 org.eclipse.papyrus.service.edit;bundle-version="0.7.3",
16 org.eclipse.ui.navigator;bundle-version="3.5.0",
17 com.google.inject;bundle-version="2.0.0",
18 org.openmodelica.modelicaml.editor.xtext.modification.ui;bundle-version="1.0.0",
19 org.openmodelica.modelicaml.tabbedproperties.editors.glue;bundle-version="1.0.0",
20 org.openmodelica.modelicaml.tabbedproperties.editors;bundle-version="1.0.1",
21 org.openmodelica.modelicaml.editor.xtext.valuebinding.client.ui;bundle-version="1.0.0",
22 org.openmodelica.modelicaml.editor.xtext.valuebinding.provider.ui;bundle-version="1.0.0",
23 org.openmodelica.modelicaml.editor.xtext.valuebinding.mediator.ui;bundle-version="1.0.0",
24 org.eclipse.papyrus.profile;bundle-version="0.7.4"
25Bundle-RequiredExecutionEnvironment: JavaSE-1.6
26Bundle-ActivationPolicy: lazy
27Export-Package: org.openmodelica.modelicaml.view.valuebindings.dialogs,
28 org.openmodelica.modelicaml.view.valuebindings.helpers,
29 org.openmodelica.modelicaml.view.valuebindings.model
30Import-Package: org.eclipse.papyrus.diagram.common.editparts
Note: See TracBrowser for help on using the repository browser.