Author: thomas.diesler(a)jboss.com
Date: 2006-12-21 09:40:58 -0500 (Thu, 21 Dec 2006)
New Revision: 1699
Modified:
branches/tdiesler/trunk/build/build.xml
Log:
partial commit
Modified: branches/tdiesler/trunk/build/build.xml
===================================================================
--- branches/tdiesler/trunk/build/build.xml 2006-12-21 14:40:52 UTC (rev 1698)
+++ branches/tdiesler/trunk/build/build.xml 2006-12-21 14:40:58 UTC (rev 1699)
@@ -370,7 +370,7 @@
<!-- Build jbossws.deployer -->
<jar jarfile="${build.lib.dir}/jbossws50.deployer"
manifest="${build.etc.dir}/default.mf">
<fileset dir="${build.lib.dir}">
- <include name="jbossws-jboss-integration.jar"/>
+ <include name="jbossws-jboss50-integration.jar"/>
<include name="jbossws-core.jar"/>
<include name="jboss-jaxws.jar"/>
</fileset>
@@ -385,6 +385,9 @@
<!-- Build jbossws42.sar -->
<jar jarfile="${build.lib.dir}/jbossws42.sar"
manifest="${build.etc.dir}/default.mf">
<fileset dir="${build.lib.dir}">
+ <include name="jbossws-jboss42-integration.jar"/>
+ <include name="jbossws-core.jar"/>
+ <include name="jboss-jaxws.jar"/>
<include name="jbossws-context.war"/>
</fileset>
<fileset dir="${thirdparty.dir}">
Show replies by date