Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-07-30 09:31:46 +0000
committerCamille Letavernier2014-08-01 09:29:18 +0000
commit04fd14959bb57edb8a848f58d4933a62a13f8563 (patch)
tree5a7cdd9f7f876321d33e13ab945b8dd434bd026d /tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/META-INF/MANIFEST.MF
parent5f7ce530f671b70bf2c76f84c2b10aaf2c53d26f (diff)
downloadorg.eclipse.papyrus-04fd14959bb57edb8a848f58d4933a62a13f8563.tar.gz
org.eclipse.papyrus-04fd14959bb57edb8a848f58d4933a62a13f8563.tar.xz
org.eclipse.papyrus-04fd14959bb57edb8a848f58d4933a62a13f8563.zip
[Tests refactoring] Remove dependencies to Junit.utils + Change imports
Diffstat (limited to 'tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/META-INF/MANIFEST.MF')
-rw-r--r--tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/META-INF/MANIFEST.MF b/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/META-INF/MANIFEST.MF
index 001e81d1def..52a3e959a73 100644
--- a/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/META-INF/MANIFEST.MF
+++ b/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/META-INF/MANIFEST.MF
@@ -18,7 +18,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.papyrus.infra.gmfdiag.commands;bundle-version="1.0.0",
org.eclipse.papyrus.infra.core.sasheditor;bundle-version="1.0.0",
org.junit;bundle-version="4.10.0",
- org.eclipse.papyrus.junit.utils;bundle-version="1.0.0",
+ org.eclipse.papyrus.junit.framework;bundle-version="1.0.0",
org.eclipse.gmf.tooling.runtime
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy

Back to the top