Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPauline DEVILLE2017-05-24 08:47:43 +0000
committerPatrick Tessier2017-08-29 14:46:56 +0000
commit55b860c9e3d908ee0f978df7171f6de1c6ef90aa (patch)
tree1fefdd288624c7f264a6ad7ad20280c638771ba1 /tests/junit/plugins/infra/gmfdiag
parentb5235659bbf5d93af11ca0185bec2eb579458482 (diff)
downloadorg.eclipse.papyrus-55b860c9e3d908ee0f978df7171f6de1c6ef90aa.tar.gz
org.eclipse.papyrus-55b860c9e3d908ee0f978df7171f6de1c6ef90aa.tar.xz
org.eclipse.papyrus-55b860c9e3d908ee0f978df7171f6de1c6ef90aa.zip
Bug 446853 - [use case diagram] center label on actor
Change-Id: Ib547c8158ac4fd3001a9cd9a1c78c59f44b94fdd Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
Diffstat (limited to 'tests/junit/plugins/infra/gmfdiag')
-rw-r--r--tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/META-INF/MANIFEST.MF b/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/META-INF/MANIFEST.MF
index 12957585a73..16b32d0d291 100644
--- a/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/META-INF/MANIFEST.MF
+++ b/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/META-INF/MANIFEST.MF
@@ -19,7 +19,7 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.gef;bundle-version="3.10.0",
org.eclipse.gmf.runtime.diagram.ui;bundle-version="1.8.0",
org.eclipse.papyrus.uml.diagram.clazz;bundle-version="[3.0.0,4.0.0)",
- org.eclipse.papyrus.uml.diagram.usecase;bundle-version="[3.0.0,4.0.0)",
+ org.eclipse.papyrus.uml.diagram.usecase;bundle-version="[4.0.0,5.0.0)",
org.eclipse.papyrus.junit.framework;bundle-version="[1.2.0,2.0.0)"
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy

Back to the top