[releng] add missing dependencies after removed re-exports in Papyrus
Change-Id: I8f54a442e5e40d86d18864e56a6845f4a42b92e2
Signed-off-by: Ansgar Radermacher <ansgar.radermacher@cea.fr>
diff --git a/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/META-INF/MANIFEST.MF b/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/META-INF/MANIFEST.MF
index 0ee3afb..6da4d87 100644
--- a/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/META-INF/MANIFEST.MF
+++ b/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/META-INF/MANIFEST.MF
@@ -29,7 +29,12 @@
org.polarsys.esf.core.resources.graphical;bundle-version="0.7.0";visibility:=reexport,
org.eclipse.papyrus.infra.architecture;bundle-version="2.0.0",
org.eclipse.papyrus.uml.diagram.composite;bundle-version="3.0.0",
- org.eclipse.papyrus.uml.properties;bundle-version="3.0.0"
+ org.eclipse.papyrus.uml.properties;bundle-version="3.0.0",
+ org.eclipse.papyrus.infra.emf.gmf;bundle-version="1.0.0",
+ org.eclipse.papyrus.uml.tools;bundle-version="4.0.0",
+ org.eclipse.papyrus.infra.core.log;bundle-version="1.1.0",
+ org.eclipse.gef;bundle-version="3.0.0",
+ org.eclipse.ui.forms;bundle-version="3.0.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ActivationPolicy: lazy
Bundle-Localization: src/main/resources/properties/plugin
diff --git a/core/importmodel/org.polarsys.esf.core.importmodel.common/META-INF/MANIFEST.MF b/core/importmodel/org.polarsys.esf.core.importmodel.common/META-INF/MANIFEST.MF
index f97ba49..6368dfa 100644
--- a/core/importmodel/org.polarsys.esf.core.importmodel.common/META-INF/MANIFEST.MF
+++ b/core/importmodel/org.polarsys.esf.core.importmodel.common/META-INF/MANIFEST.MF
@@ -27,7 +27,11 @@
org.eclipse.emf.common.ui,
org.polarsys.esf.core.common;bundle-version="0.7.0";visibility:=reexport,
org.eclipse.emf.transaction,
- org.polarsys.esf.core.profile.esfarchitectureconcepts.application;bundle-version="0.7.0";visibility:=reexport
+ org.polarsys.esf.core.profile.esfarchitectureconcepts.application;bundle-version="0.7.0";visibility:=reexport,
+ org.eclipse.papyrus.infra.core.sashwindows.di;bundle-version="2.0.0",
+ org.eclipse.core.expressions;bundle-version="3.0.0",
+ org.eclipse.papyrus.infra.ui;bundle-version="2.0.0",
+ org.eclipse.papyrus.infra.emf.gmf;bundle-version="1.0.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ActivationPolicy: lazy
Bundle-Localization: src/main/resources/properties/plugin
diff --git a/core/org.polarsys.esf.core.common.ui/META-INF/MANIFEST.MF b/core/org.polarsys.esf.core.common.ui/META-INF/MANIFEST.MF
index 0c86e3f..4fe8048 100644
--- a/core/org.polarsys.esf.core.common.ui/META-INF/MANIFEST.MF
+++ b/core/org.polarsys.esf.core.common.ui/META-INF/MANIFEST.MF
@@ -16,7 +16,9 @@
org.eclipse.papyrus.infra.viewpoints.policy;bundle-version="1.2.0",
org.eclipse.papyrus.infra.architecture;bundle-version="2.0.0",
org.eclipse.papyrus.infra.architecture.representation;bundle-version="2.0.0",
- org.eclipse.papyrus.infra.widgets;bundle-version="3.0.0"
+ org.eclipse.papyrus.infra.widgets;bundle-version="3.0.0",
+ org.eclipse.papyrus.infra.core;bundle-version="3.0.0",
+ org.eclipse.papyrus.infra.core.architecture;bundle-version="2.0.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Localization: src/main/resources/properties/plugin
Bundle-ActivationPolicy: lazy
diff --git a/core/org.polarsys.esf.core.utils/META-INF/MANIFEST.MF b/core/org.polarsys.esf.core.utils/META-INF/MANIFEST.MF
index 63ae4a7..a305b4b 100644
--- a/core/org.polarsys.esf.core.utils/META-INF/MANIFEST.MF
+++ b/core/org.polarsys.esf.core.utils/META-INF/MANIFEST.MF
@@ -25,7 +25,8 @@
org.eclipse.emf.common.ui;bundle-version="2.10.0",
org.eclipse.papyrus.infra.viewpoints.policy;bundle-version="3.0.0",
org.eclipse.papyrus.infra.core.architecture;bundle-version="2.0.0",
- org.eclipse.papyrus.infra.architecture;bundle-version="2.0.0"
+ org.eclipse.papyrus.infra.architecture;bundle-version="2.0.0",
+ org.eclipse.papyrus.infra.ui;bundle-version="2.0.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ActivationPolicy: lazy
Export-Package: org.polarsys.esf.core.utils
diff --git a/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/META-INF/MANIFEST.MF b/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/META-INF/MANIFEST.MF
index 67c7d54..1b64945 100644
--- a/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/META-INF/MANIFEST.MF
+++ b/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/META-INF/MANIFEST.MF
@@ -17,7 +17,8 @@
org.eclipse.papyrus.uml.decoratormodel;bundle-version="2.1.0",
org.eclipse.papyrus.infra.emf.readonly;bundle-version="3.0.0",
com.google.guava;bundle-version="21.0.0",
- org.polarsys.esf.core.common.ui;bundle-version="0.7.0"
+ org.polarsys.esf.core.common.ui;bundle-version="0.7.0",
+ org.eclipse.papyrus.infra.core;bundle-version="3.0.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ActivationPolicy: lazy
Bundle-Localization: src/main/resources/properties/plugin