diff options
author | Vincent Lorenzo | 2018-03-20 10:24:46 +0000 |
---|---|---|
committer | vincent lorenzo | 2018-03-23 14:04:06 +0000 |
commit | 20b61b1805a8fcabb95ca1ce470e8e281e2f867a (patch) | |
tree | 2b84250f07ef0f434abedd47cdc84183ef20b87f /tests/junit/plugins/editor | |
parent | b36be92ed00417eeb48f5ed3c77a6d89f1fd2295 (diff) | |
download | org.eclipse.papyrus-20b61b1805a8fcabb95ca1ce470e8e281e2f867a.tar.gz org.eclipse.papyrus-20b61b1805a8fcabb95ca1ce470e8e281e2f867a.tar.xz org.eclipse.papyrus-20b61b1805a8fcabb95ca1ce470e8e281e2f867a.zip |
Bug 532639: [Table][Matrix] System shall enable to specify the creation location of relationships created using a matrix editor.
Change-Id: I4ffde565f069e65c85c838bd14aebb4b809c61b7
Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
Diffstat (limited to 'tests/junit/plugins/editor')
-rw-r--r-- | tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/META-INF/MANIFEST.MF | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/META-INF/MANIFEST.MF b/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/META-INF/MANIFEST.MF index 84296dda6b1..8a24d52aa6d 100644 --- a/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/META-INF/MANIFEST.MF +++ b/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/META-INF/MANIFEST.MF @@ -24,8 +24,8 @@ Require-Bundle: org.eclipse.ui, org.eclipse.ui.navigator;bundle-version="3.5.0", org.eclipse.papyrus.infra.services.validation;bundle-version="[3.0.0,4.0.0)", org.eclipse.papyrus.uml.service.validation;bundle-version="[2.1.0,3.0.0)", - org.eclipse.papyrus.infra.nattable.common;bundle-version="[4.0.0,5.0.0)", - org.eclipse.papyrus.infra.nattable;bundle-version="[5.0.0,6.0.0)", + org.eclipse.papyrus.infra.nattable.common;bundle-version="[5.0.0,6.0.0)", + org.eclipse.papyrus.infra.nattable;bundle-version="[6.0.0,7.0.0)", org.eclipse.papyrus.uml.nattable.menu;bundle-version="[1.2.0,2.0.0)", org.eclipse.papyrus.uml.diagram.sequence;bundle-version="[5.0.0,6.0.0)", org.eclipse.papyrus.infra.emf;bundle-version="[3.0.0,4.0.0)", |