Author: thomas.diesler(a)jboss.com
Date: 2007-03-02 09:41:35 -0500 (Fri, 02 Mar 2007)
New Revision: 2509
Modified:
trunk/build/ant-import/build-deploy.xml
trunk/build/ant-import/build-release.xml
Log:
include stax-api.jar, wstx.jar
Modified: trunk/build/ant-import/build-deploy.xml
===================================================================
--- trunk/build/ant-import/build-deploy.xml 2007-03-02 13:53:32 UTC (rev 2508)
+++ trunk/build/ant-import/build-deploy.xml 2007-03-02 14:41:35 UTC (rev 2509)
@@ -158,6 +158,8 @@
<include name="jaxb-impl.jar" />
<include name="jaxb-xjc.jar" />
<include name="jbossws-wsconsume-impl.jar" />
+ <include name="stax-api.jar"/>
+ <include name="wstx.jar"/>
</fileset>
</copy>
<copy todir="${jboss40.home}/server/${jboss.server.instance}/lib"
overwrite="true">
Modified: trunk/build/ant-import/build-release.xml
===================================================================
--- trunk/build/ant-import/build-release.xml 2007-03-02 13:53:32 UTC (rev 2508)
+++ trunk/build/ant-import/build-release.xml 2007-03-02 14:41:35 UTC (rev 2509)
@@ -208,6 +208,8 @@
<include name="juddi-service.sar"/>
<include name="mail.jar"/>
<include name="serializer.jar"/>
+ <include name="stax-api.jar"/>
+ <include name="wstx.jar"/>
<include name="xalan.jar"/>
<include name="xercesImpl.jar"/>
</fileset>
Show replies by date