Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaged Elaasar2018-03-13 00:43:22 +0000
committerMaged Elaasar2018-04-02 04:13:09 +0000
commit05d1e3df05a90b922102c99dacca0903aff4f520 (patch)
treee2dced7c864a694312ced4d73ae18e40510a28b3 /tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/META-INF/MANIFEST.MF
parent1fe4f73f3e7b231b46610302bd4e1a36471856a1 (diff)
downloadorg.eclipse.papyrus-05d1e3df05a90b922102c99dacca0903aff4f520.tar.gz
org.eclipse.papyrus-05d1e3df05a90b922102c99dacca0903aff4f520.tar.xz
org.eclipse.papyrus-05d1e3df05a90b922102c99dacca0903aff4f520.zip
Fix build issues resulting from recent changes for Bug 518452
Change-Id: I1a34138a2c1fa8396565ba8d411a64b915e47176 Signed-off-by: Maged Elaasar <melaasar@gmail.com>
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.MF3
1 files changed, 1 insertions, 2 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 5ef33b4625d..03aeb636ed9 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
@@ -17,8 +17,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.papyrus.junit.utils;bundle-version="[2.0.0,3.0.0)",
org.eclipse.xtext.xbase.lib;bundle-version="2.8.1"
Export-Package: org.eclipse.papyrus.uml.diagram.communication.tests,
- org.eclipse.papyrus.uml.diagram.communication.tests.canonical,
- org.eclipse.papyrus.uml.diagram.communication.tests.generation
+ org.eclipse.papyrus.uml.diagram.communication.tests.canonical
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.2.100.qualifier

Back to the top