Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-09-08 04:30:16 +0000
committerAlexander Kurtakov2017-09-08 04:30:16 +0000
commitfe8c916393dbce189c2f7dc0ce047a4b40d93f0a (patch)
tree5c9783d2e05083503abf973b74a33a9e8ab5a180
parentfe53fa1c6a70936fc6ff2f438ea4509a765991eb (diff)
downloadrt.equinox.p2-I20170909-0920.tar.gz
rt.equinox.p2-I20170909-0920.tar.xz
rt.equinox.p2-I20170909-0920.zip
Update p2 tests.reconciler.product to include the new batik bundle. Change-Id: Ie4608538ea5d454675529cb769dc186850847eab Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--bundles/org.eclipse.equinox.p2.tests.reconciler.product/reconciler.product2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests.reconciler.product/reconciler.product b/bundles/org.eclipse.equinox.p2.tests.reconciler.product/reconciler.product
index 3079621b2..4729758dd 100644
--- a/bundles/org.eclipse.equinox.p2.tests.reconciler.product/reconciler.product
+++ b/bundles/org.eclipse.equinox.p2.tests.reconciler.product/reconciler.product
@@ -31,7 +31,7 @@
<plugin id="javax.xml"/>
<plugin id="org.apache.batik.css"/>
<plugin id="org.apache.batik.util"/>
- <plugin id="org.apache.batik.util.gui"/>
+ <plugin id="org.apache.batik.i18n"/>
<plugin id="org.apache.commons.codec"/>
<plugin id="org.apache.commons.logging"/>
<plugin id="org.apache.httpcomponents.httpclient"/>

Back to the top