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

Last change on this file since 856 was 811, checked in by wschamai, 13 years ago
File size: 2.0 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.editor.xtext.valuebinding.client.ui;bundle-version="1.0.0",
21 org.openmodelica.modelicaml.tabbedproperties.editors;bundle-version="1.0.1",
22 org.openmodelica.modelicaml.editor.xtext.valuebinding.provider;bundle-version="1.0.0",
23 org.openmodelica.modelicaml.editor.xtext.valuebinding.provider.generator;bundle-version="1.0.0",
24 org.openmodelica.modelicaml.editor.xtext.valuebinding.provider.ui;bundle-version="1.0.0",
25 org.openmodelica.modelicaml.editor.xtext.valuebinding.mediator;bundle-version="1.0.0",
26 org.openmodelica.modelicaml.editor.xtext.valuebinding.mediator.generator;bundle-version="1.0.0",
27 org.openmodelica.modelicaml.editor.xtext.valuebinding.mediator.ui;bundle-version="1.0.0",
28 org.eclipse.papyrus.profile;bundle-version="0.7.4"
29Bundle-RequiredExecutionEnvironment: JavaSE-1.6
30Bundle-ActivationPolicy: lazy
31Export-Package: org.openmodelica.modelicaml.view.valuebindings.dialogs,
32 org.openmodelica.modelicaml.view.valuebindings.helpers
33Import-Package: org.eclipse.papyrus.diagram.common.editparts
Note: See TracBrowser for help on using the repository browser.