Author: alessio.soldano(a)jboss.com
Date: 2013-03-29 09:37:43 -0400 (Fri, 29 Mar 2013)
New Revision: 17429
Modified:
shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml
Log:
[JBWS-3618] Fixing binary distro too
Modified: shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml
===================================================================
--- shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml 2013-03-29
11:18:24 UTC (rev 17428)
+++ shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml 2013-03-29
13:37:43 UTC (rev 17429)
@@ -278,6 +278,10 @@
<include name="serializer-*.jar"/>
<include name="xalan-*.jar"/>
</fileset>
+ <fileset dir="${jboss.home}/modules/org/codehaus/woodstox/main/">
+ <include name="woodstox-core-asl-*.jar"/>
+ <include name="stax2-api-*.jar"/>
+ </fileset>
<fileset dir="${jboss.home}/modules/org/jboss/xnio/main/">
<include name="xnio-api-*.jar"/>
</fileset>
@@ -438,6 +442,10 @@
<include name="serializer-*.jar"/>
<include name="xalan-*.jar"/>
</fileset>
+ <fileset
dir="${jboss.home}/modules/system/layers/base/org/codehaus/woodstox/main/">
+ <include name="woodstox-core-asl-*.jar"/>
+ <include name="stax2-api-*.jar"/>
+ </fileset>
<fileset
dir="${jboss.home}/modules/system/layers/base/org/jboss/xnio/main/">
<include name="xnio-api-*.jar"/>
</fileset>
@@ -601,6 +609,10 @@
<include name="serializer-*.jar"/>
<include name="xalan-*.jar"/>
</fileset>
+ <fileset
dir="${jboss.home}/modules/system/layers/base/org/codehaus/woodstox/main/">
+ <include name="woodstox-core-asl-*.jar"/>
+ <include name="stax2-api-*.jar"/>
+ </fileset>
<fileset
dir="${jboss.home}/modules/system/layers/base/org/jboss/xnio/main/">
<include name="xnio-api-*.jar"/>
</fileset>
Show replies by date