Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-07-30 13:22:11 +0000
committerCamille Letavernier2014-08-01 10:41:37 +0000
commit19ba10944918ea92b92f93d428e28511e3454da5 (patch)
tree31d48c2a92f7a3e9887ab70f297bd1dd02f9cf27 /tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/META-INF/MANIFEST.MF
parent04fd14959bb57edb8a848f58d4933a62a13f8563 (diff)
downloadorg.eclipse.papyrus-19ba10944918ea92b92f93d428e28511e3454da5.tar.gz
org.eclipse.papyrus-19ba10944918ea92b92f93d428e28511e3454da5.tar.xz
org.eclipse.papyrus-19ba10944918ea92b92f93d428e28511e3454da5.zip
[Tests refactoring] Fix compilation errors
Diffstat (limited to 'tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/META-INF/MANIFEST.MF')
-rw-r--r--tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/META-INF/MANIFEST.MF b/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/META-INF/MANIFEST.MF
index 62cb4b6ce50..039c3b115a4 100644
--- a/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/META-INF/MANIFEST.MF
+++ b/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,8 @@ Manifest-Version: 1.0
Require-Bundle: org.junit;bundle-version="4.10.0",
org.eclipse.papyrus.junit.framework;bundle-version="1.0.0",
org.eclipse.uml2.uml.edit;bundle-version="4.0.100",
- org.eclipse.ui
+ org.eclipse.ui,
+ org.eclipse.papyrus.junit.utils;bundle-version="1.0.0"
Export-Package: org.eclipse.papyrus.uml.service.types.tests.creation,
org.eclipse.papyrus.uml.service.types.tests.registry,
org.eclipse.papyrus.uml.service.types.tests.suites

Back to the top