Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2015-04-28 11:01:28 +0000
committerCamille Letavernier2015-04-28 11:01:28 +0000
commitdadd3ac93fecbeeb79a5f5cbb9e3fd520abd0a1b (patch)
tree52975df5f7843a76fdbfc686b726b769ace7fc3f /tests/junit/plugins/infra
parent19cd09900e5f86e14d5bf043e2a3ab2d30b1fb9b (diff)
downloadorg.eclipse.papyrus-dadd3ac93fecbeeb79a5f5cbb9e3fd520abd0a1b.tar.gz
org.eclipse.papyrus-dadd3ac93fecbeeb79a5f5cbb9e3fd520abd0a1b.tar.xz
org.eclipse.papyrus-dadd3ac93fecbeeb79a5f5cbb9e3fd520abd0a1b.zip
[Releng] Fix bundle dependencies
Change-Id: Iebaec4a8e9991cf7b370fa78a04ae72b8136a025 Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
Diffstat (limited to 'tests/junit/plugins/infra')
-rw-r--r--tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/META-INF/MANIFEST.MF b/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/META-INF/MANIFEST.MF
index ae15e4a68ac..38fce97226f 100644
--- a/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/META-INF/MANIFEST.MF
+++ b/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Require-Bundle: org.junit;bundle-version="4.10.0",
org.eclipse.papyrus.junit.framework;bundle-version="1.1.0",
- org.eclipse.papyrus.junit.utils
+ org.eclipse.papyrus.junit.utils;bundle-version="1.1.0"
Export-Package: org.eclipse.papyrus.infra.gmfdiag.common.tests,
org.eclipse.papyrus.infra.gmfdiag.common.utils
Bundle-Vendor: %providerName

Back to the top