Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlorenzo2012-06-14 09:04:42 +0000
committervlorenzo2012-06-14 09:04:42 +0000
commite333bc8c2fee06ae5897ecec504d140d8a285b97 (patch)
tree66f989c5e03aa8d9086cf25b37b399320908dc57 /tests/junit/extraplugins
parent2ce867599d8cd86c2cd14618dd0ba026a6b1a719 (diff)
downloadorg.eclipse.papyrus-e333bc8c2fee06ae5897ecec504d140d8a285b97.tar.gz
org.eclipse.papyrus-e333bc8c2fee06ae5897ecec504d140d8a285b97.tar.xz
org.eclipse.papyrus-e333bc8c2fee06ae5897ecec504d140d8a285b97.zip
382592: [General] Add tests plugins to releng for uml compare
https://bugs.eclipse.org/bugs/show_bug.cgi?id=382592
Diffstat (limited to 'tests/junit/extraplugins')
-rw-r--r--tests/junit/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare.file.tests/META-INF/MANIFEST.MF3
-rw-r--r--tests/junit/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare.tests/META-INF/MANIFEST.MF3
2 files changed, 4 insertions, 2 deletions
diff --git a/tests/junit/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare.file.tests/META-INF/MANIFEST.MF b/tests/junit/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare.file.tests/META-INF/MANIFEST.MF
index b4fd0de72dd..00d02bd5bdc 100644
--- a/tests/junit/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare.file.tests/META-INF/MANIFEST.MF
+++ b/tests/junit/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare.file.tests/META-INF/MANIFEST.MF
@@ -14,7 +14,8 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.papyrus.uml.compare.file;bundle-version="0.9.0",
org.eclipse.papyrus.infra.emf.compare.common;bundle-version="0.9.0",
org.eclipse.papyrus.infra.core;bundle-version="0.9.0",
- org.eclipse.papyrus.infra.emf.compare.ui;bundle-version="0.9.0"
+ org.eclipse.papyrus.infra.emf.compare.ui;bundle-version="0.9.0",
+ org.eclipse.compare;bundle-version="3.5.300"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.papyrus.uml.compare.file.tests
diff --git a/tests/junit/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare.tests/META-INF/MANIFEST.MF b/tests/junit/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare.tests/META-INF/MANIFEST.MF
index 603570d668a..7cca07104e2 100644
--- a/tests/junit/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare.tests/META-INF/MANIFEST.MF
+++ b/tests/junit/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare.tests/META-INF/MANIFEST.MF
@@ -15,7 +15,8 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.gmf.runtime.diagram.ui;bundle-version="1.5.0",
org.eclipse.papyrus.uml.compare;bundle-version="0.9.0",
org.eclipse.papyrus.infra.emf.compare.common;bundle-version="0.9.0",
- org.eclipse.papyrus.infra.emf.compare.ui;bundle-version="0.9.0"
+ org.eclipse.papyrus.infra.emf.compare.ui;bundle-version="0.9.0",
+ org.eclipse.compare;bundle-version="3.5.300"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.papyrus.uml.compare.tests

Back to the top