Author: thomas.diesler(a)jboss.com
Date: 2007-07-17 12:12:35 -0400 (Tue, 17 Jul 2007)
New Revision: 3913
Modified:
trunk/build/ant.properties.example
trunk/integration/native/ant-import/build-bin-dist.xml
trunk/integration/native/src/main/etc/bin-dist-build.xml
trunk/integration/sunri/ant-import/build-bin-dist.xml
trunk/integration/xfire/ant-import/build-bin-dist.xml
Log:
Fix binary distributions
Modified: trunk/build/ant.properties.example
===================================================================
--- trunk/build/ant.properties.example 2007-07-17 15:41:18 UTC (rev 3912)
+++ trunk/build/ant.properties.example 2007-07-17 16:12:35 UTC (rev 3913)
@@ -44,7 +44,7 @@
hudson.jboss40.build=jboss-4.0.5.SP1
hudson.jboss40.rev=HEAD
-hudson.mail.recipients=thomas.diesler(a)jboss.com, heiko.braun(a)jboss.com
+hudson.mail.recipients=
hudson.smtp.host=localhost
# JBossWS Release
Modified: trunk/integration/native/ant-import/build-bin-dist.xml
===================================================================
--- trunk/integration/native/ant-import/build-bin-dist.xml 2007-07-17 15:41:18 UTC (rev
3912)
+++ trunk/integration/native/ant-import/build-bin-dist.xml 2007-07-17 16:12:35 UTC (rev
3913)
@@ -115,6 +115,7 @@
</fileset>
<fileset dir="${int.jboss50.dir}/output/lib">
<include name="jbossws-jboss50.jar"/>
+ <include name="jbossws-jboss50-deployer.zip"/>
</fileset>
<fileset dir="${int.jboss42.dir}/output/lib">
<include name="jbossws-jboss42.jar"/>
@@ -135,7 +136,6 @@
<include name="jbossws-native40.sar"/>
<include name="jbossws-native42.sar"/>
<include name="jbossws-native50.sar"/>
- <include name="jbossws-native50-deployer.zip"/>
</fileset>
<fileset dir="${core.dir}/thirdparty">
<include name="juddi-service.sar"/>
Modified: trunk/integration/native/src/main/etc/bin-dist-build.xml
===================================================================
--- trunk/integration/native/src/main/etc/bin-dist-build.xml 2007-07-17 15:41:18 UTC (rev
3912)
+++ trunk/integration/native/src/main/etc/bin-dist-build.xml 2007-07-17 16:12:35 UTC (rev
3913)
@@ -98,6 +98,7 @@
<target name="tests-init" depends="prepare,tests-classpath">
<path id="ws.stack.classpath">
+ <pathelement location="${lib.dir}/jbossws-spi.jar"/>
<pathelement location="${lib.dir}/jboss-jaxrpc.jar"/>
<pathelement location="${lib.dir}/jboss-jaxws.jar"/>
<pathelement location="${lib.dir}/jboss-saaj.jar"/>
@@ -106,7 +107,6 @@
</path>
<path id="tests.extra.classpath">
- <pathelement location="${lib.dir}/jbossws-spi.jar"/>
<pathelement location="${thirdparty.dir}/policy.jar"/>
</path>
Modified: trunk/integration/sunri/ant-import/build-bin-dist.xml
===================================================================
--- trunk/integration/sunri/ant-import/build-bin-dist.xml 2007-07-17 15:41:18 UTC (rev
3912)
+++ trunk/integration/sunri/ant-import/build-bin-dist.xml 2007-07-17 16:12:35 UTC (rev
3913)
@@ -107,12 +107,12 @@
</fileset>
<fileset dir="${int.jboss50.dir}/output/lib">
<include name="jbossws-jboss50.jar"/>
+ <include name="jbossws-jboss50-deployer.zip"/>
</fileset>
<fileset dir="${int.sunri.dir}/output/lib">
<include name="jbossws-context.war"/>
<include name="jbossws-sunri42.sar"/>
<include name="jbossws-sunri50.sar"/>
- <include name="jbossws-sunri50-deployer.zip"/>
<include name="jbossws-sunri-client.jar"/>
</fileset>
<fileset dir="${int.sunri.dir}/thirdparty"/>
Modified: trunk/integration/xfire/ant-import/build-bin-dist.xml
===================================================================
--- trunk/integration/xfire/ant-import/build-bin-dist.xml 2007-07-17 15:41:18 UTC (rev
3912)
+++ trunk/integration/xfire/ant-import/build-bin-dist.xml 2007-07-17 16:12:35 UTC (rev
3913)
@@ -108,12 +108,12 @@
</fileset>
<fileset dir="${int.jboss50.dir}/output/lib">
<include name="jbossws-jboss50.jar"/>
+ <include name="jbossws-jboss50-deployer.zip"/>
</fileset>
<fileset dir="${int.xfire.dir}/output/lib">
<include name="jbossws-context.war"/>
<include name="jbossws-xfire42.sar"/>
<include name="jbossws-xfire50.sar"/>
- <include name="jbossws-xfire50-deployer.zip"/>
</fileset>
<fileset dir="${int.xfire.dir}/thirdparty"/>
</copy>