diff options
author | Quentin Le Menez | 2018-04-21 21:11:59 +0000 |
---|---|---|
committer | Quentin Le Menez | 2018-04-21 21:13:17 +0000 |
commit | 583f3e40fbbd646a5e13b3db29bbba77fb9efb0a (patch) | |
tree | ae7e3bba49581abcd8358a0063c594ff8c8e4ee8 /tests/junit/framework | |
parent | 0bdf62f7a9968d362c762f84a5a3e6da34f9f7a9 (diff) | |
download | org.eclipse.papyrus-583f3e40fbbd646a5e13b3db29bbba77fb9efb0a.tar.gz org.eclipse.papyrus-583f3e40fbbd646a5e13b3db29bbba77fb9efb0a.tar.xz org.eclipse.papyrus-583f3e40fbbd646a5e13b3db29bbba77fb9efb0a.zip |
Revert "Bug 533804 - [Diagram] Update batik dependencies for 1.9.1"
- a compilation error was introduced by this change, this needs to be reverted until resolved.
This reverts commit 0bdf62f7a9968d362c762f84a5a3e6da34f9f7a9.
Change-Id: Idfb6e8ebd7f04654e22bb017e61d3cd6ea36b65d
Diffstat (limited to 'tests/junit/framework')
-rwxr-xr-x | tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundlesTests.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundlesTests.java b/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundlesTests.java index 765d46ef28a..9ac4563248c 100755 --- a/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundlesTests.java +++ b/tests/junit/framework/org.eclipse.papyrus.bundles.tests/src/org/eclipse/papyrus/bundles/tests/BundlesTests.java @@ -56,7 +56,7 @@ public class BundlesTests extends AbstractPapyrusTest { private static final String INCUBATION_KEYWORD = "(Incubation)"; //$NON-NLS-1$ - private static final String BATIK_VERSION = "\"[1.9.1,2.0.0)\""; //$NON-NLS-1$ + private static final String BATIK_VERSION = "\"[1.6.0,1.7.0)\""; //$NON-NLS-1$ private static final String NATTABLE_VERSION = "1.5.0"; //$NON-NLS-1$ |