Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorCamille Letavernier2014-04-18 18:16:51 +0000
committerCamille Letavernier2014-04-18 18:16:51 +0000
commit2f1bc0358c27171ffdcfd6a954a4fa30f2494047 (patch)
treead59ca1632442cc71ee9cd36592a9213818cb1c5 /tests
parent2b5851460cd7381dcf67f9fa67600fccba485398 (diff)
downloadorg.eclipse.papyrus-2f1bc0358c27171ffdcfd6a954a4fa30f2494047.tar.gz
org.eclipse.papyrus-2f1bc0358c27171ffdcfd6a954a4fa30f2494047.tar.xz
org.eclipse.papyrus-2f1bc0358c27171ffdcfd6a954a4fa30f2494047.zip
[Releng - Trivial] Fix dependency version
Diffstat (limited to 'tests')
-rw-r--r--tests/junit/plugins/uml/org.eclipse.papyrus.diagram.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/junit/plugins/uml/org.eclipse.papyrus.diagram.tests/META-INF/MANIFEST.MF b/tests/junit/plugins/uml/org.eclipse.papyrus.diagram.tests/META-INF/MANIFEST.MF
index 883507bd8e3..2a1600b582c 100644
--- a/tests/junit/plugins/uml/org.eclipse.papyrus.diagram.tests/META-INF/MANIFEST.MF
+++ b/tests/junit/plugins/uml/org.eclipse.papyrus.diagram.tests/META-INF/MANIFEST.MF
@@ -22,7 +22,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.papyrus.uml.tools;bundle-version="1.0.0",
org.eclipse.gmf.runtime.common.core,
org.eclipse.papyrus.junit.utils;bundle-version="1.0.0",
- org.eclipse.papyrus.uml.diagram.profile
+ org.eclipse.papyrus.uml.diagram.profile;bundle-version="1.0.0"
Export-Package: org.eclipse.papyrus.diagram.tests.canonical
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy

Back to the top