Author: thomas.diesler(a)jboss.com
Date: 2007-01-26 19:19:01 -0500 (Fri, 26 Jan 2007)
New Revision: 2153
Removed:
trunk/build/hudson/hudson-home/jobs/JBossWS-AS-4.0/
trunk/build/hudson/hudson-home/jobs/JBossWS-AS-4.2/
Modified:
trunk/build/ant.properties.example
trunk/integration-jboss40/build.xml
trunk/integration-jboss42/build.xml
trunk/integration-jboss50/build.xml
Log:
Remove stale hudson jobs
Fix jbpm-bpel.sar deployment
Modified: trunk/build/ant.properties.example
===================================================================
--- trunk/build/ant.properties.example 2007-01-27 00:13:43 UTC (rev 2152)
+++ trunk/build/ant.properties.example 2007-01-27 00:19:01 UTC (rev 2153)
@@ -28,7 +28,7 @@
hudson.jboss50.url=https://svn.jboss.org/repos/jbossas/trunk
hudson.jboss50.build=jboss-5.0.0.Beta2
-hudson.jboss50.rev=59935
+hudson.jboss50.rev=HEAD
hudson.jboss42.url=https://svn.jboss.org/repos/jbossas/branches/Branch_4_2
hudson.jboss42.build=jboss-4.2.0.CR1
Modified: trunk/integration-jboss40/build.xml
===================================================================
--- trunk/integration-jboss40/build.xml 2007-01-27 00:13:43 UTC (rev 2152)
+++ trunk/integration-jboss40/build.xml 2007-01-27 00:19:01 UTC (rev 2153)
@@ -322,7 +322,7 @@
<mkdir
dir="${jboss40.home}/server/${jboss.server.instance}/deploy/jbossws.sar"/>
<unjar
dest="${jboss40.home}/server/${jboss.server.instance}/deploy/jbossws.sar"
src="${jboss40.output.lib.dir}/jbossws40.sar"/>
<!-- deploy the BPEL sar -->
- <copy file="${thirdparty.dir}/jbpm-bpel.sar"
todir="${jboss.server.instance}/deploy"/>
+ <copy file="${thirdparty.dir}/jbpm-bpel.sar"
todir="${jboss40.home}/server/${jboss.server.instance}/deploy"/>
<!-- The JBossAS testsuite references jbosswsfrom thirdparty -->
<copy todir="${jboss40.home}/../../../thirdparty/jboss/jbossws/lib"
overwrite="true">
<fileset dir="${core.output.lib.dir}">
@@ -363,7 +363,7 @@
<mkdir
dir="${jboss40.home}/server/${jboss.server.instance}/deploy/jbossws14.sar"/>
<unjar
dest="${jboss40.home}/server/${jboss.server.instance}/deploy/jbossws14.sar"
src="${jboss40.output.lib.dir}/jbossws40-jdk14.sar"/>
<!-- deploy the BPEL sar -->
- <copy file="${thirdparty.dir}/jbpm-bpel.sar"
todir="${jboss.server.instance}/deploy"/>
+ <copy file="${thirdparty.dir}/jbpm-bpel.sar"
todir="${jboss40.home}/server/${jboss.server.instance}/deploy"/>
<!-- The JBossAS testsuite references jbosswsfrom thirdparty -->
<copy todir="${jboss40.home}/../../../thirdparty/jboss/jbossws/lib"
overwrite="true">
<fileset dir="${jboss40.output.lib.dir}">
Modified: trunk/integration-jboss42/build.xml
===================================================================
--- trunk/integration-jboss42/build.xml 2007-01-27 00:13:43 UTC (rev 2152)
+++ trunk/integration-jboss42/build.xml 2007-01-27 00:19:01 UTC (rev 2153)
@@ -156,7 +156,7 @@
<mkdir
dir="${jboss42.home}/server/${jboss.server.instance}/deploy/jbossws.sar"/>
<unjar
dest="${jboss42.home}/server/${jboss.server.instance}/deploy/jbossws.sar"
src="${jboss42.output.lib.dir}/jbossws42.sar"/>
<!-- deploy the BPEL sar -->
- <copy file="${thirdparty.dir}/jbpm-bpel.sar"
todir="${jboss.server.instance}/deploy"/>
+ <copy file="${thirdparty.dir}/jbpm-bpel.sar"
todir="${jboss42.home}/server/${jboss.server.instance}/deploy"/>
<!-- The JBossAS testsuite references jbosswsfrom thirdparty -->
<copy todir="${jboss42.home}/../../../thirdparty/jboss/jbossws/lib"
overwrite="true">
<fileset dir="${core.output.lib.dir}">
Modified: trunk/integration-jboss50/build.xml
===================================================================
--- trunk/integration-jboss50/build.xml 2007-01-27 00:13:43 UTC (rev 2152)
+++ trunk/integration-jboss50/build.xml 2007-01-27 00:19:01 UTC (rev 2153)
@@ -165,7 +165,7 @@
<mkdir
dir="${jboss50.home}/server/${jboss.server.instance}/deploy/jbossws.sar"/>
<unjar
dest="${jboss50.home}/server/${jboss.server.instance}/deploy/jbossws.sar"
src="${jboss50.output.lib.dir}/jbossws50.sar"/>
<!-- deploy the BPEL sar -->
- <copy file="${thirdparty.dir}/jbpm-bpel.sar"
todir="${jboss.server.instance}/deploy"/>
+ <copy file="${thirdparty.dir}/jbpm-bpel.sar"
todir="${jboss50.home}/server/${jboss.server.instance}/deploy"/>
<!-- The JBossAS testsuite references jbosswsfrom thirdparty -->
<copy todir="${jboss50.home}/../../../thirdparty/jboss/jbossws/lib"
overwrite="true">
<fileset dir="${core.output.lib.dir}">