Arnault Lapitre | a22ba40 | 2017-04-03 16:11:19 +0200 | [diff] [blame] | 1 | Manifest-Version: 1.0
|
| 2 | Export-Package: org.eclipse.efm.papyrus.view.property.concretesyntax.sheet
|
| 3 | Bundle-SymbolicName: org.eclipse.efm.modeling.ui.views.property.tab.xlia;singleton:=true
|
| 4 | Bundle-Version: 0.0.1.qualifier
|
| 5 | Bundle-Name: Diversity XLIA XText Properties (Incubation)
|
| 6 | Require-Bundle: org.eclipse.papyrus.uml.xtext.integration.ui;bundle-version="1.1.3",
|
| 7 | org.eclipse.uml2.uml,
|
| 8 | org.eclipse.papyrus.uml.tools.utils,
|
| 9 | org.eclipse.xtext.ui;bundle-version="2.9.0",
|
| 10 | org.eclipse.gmf.runtime.diagram.ui.properties;bundle-version="1.7.0",
|
| 11 | org.eclipse.papyrus.infra.emf;bundle-version="1.1.3",
|
| 12 | org.eclipse.papyrus.infra.core.log,
|
| 13 | org.eclipse.efm.formalml.xtext.ui;bundle-version="[0.0.1,1.0.0)",
|
| 14 | org.eclipse.efm.modeling.codegen.xlia;bundle-version="[0.0.1,1.0.0)",
|
| 15 | org.eclipse.efm.formalml;bundle-version="[0.0.1,1.0.0)",
|
| 16 | org.eclipse.efm.ui;bundle-version="0.0.1"
|
| 17 | Bundle-ActivationPolicy: lazy
|
| 18 | Bundle-Activator: org.eclipse.efm.papyrus.view.property.concretesyntax.ActivatorXLIAProperties
|
| 19 | Bundle-ManifestVersion: 2
|
| 20 | Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
| 21 | Bundle-Vendor: Eclipse Modeling Project
|
Arnault Lapitre | 040d54b | 2018-05-18 05:09:29 +0200 | [diff] [blame] | 22 | Automatic-Module-Name: org.eclipse.efm.modeling.ui.views.property.tab.xlia
|