Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptessier2015-04-14 16:41:57 +0000
committerptessier2015-04-17 07:04:21 +0000
commitb752557d0120bb36366a1bc85dda0edcda8879a2 (patch)
treeee5975e66f3c5a6b7c3a3d6e29ea7d2b44351fcd /tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/META-INF/MANIFEST.MF
parentf544749c737d2d08868881c4a72ef9ae7996187e (diff)
downloadorg.eclipse.papyrus-b752557d0120bb36366a1bc85dda0edcda8879a2.tar.gz
org.eclipse.papyrus-b752557d0120bb36366a1bc85dda0edcda8879a2.tar.xz
org.eclipse.papyrus-b752557d0120bb36366a1bc85dda0edcda8879a2.zip
Bug 463290 - Papyrus diagram shall be expanded with new visual graphical
notation Add singleton and tests Change-Id: I9e737fe040ff43d7b60fc2db250a06f8ac464500
Diffstat (limited to 'tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/META-INF/MANIFEST.MF')
-rw-r--r--tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/META-INF/MANIFEST.MF3
1 files changed, 2 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 11ac88dcbd1..eabd046cd59 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,6 +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.framework;bundle-version="1.1.0",
+ org.eclipse.papyrus.junit.utils
Export-Package: org.eclipse.papyrus.infra.gmfdiag.common.tests,
org.eclipse.papyrus.infra.gmfdiag.common.utils
Bundle-Vendor: %providerName

Back to the top