Author: thomas.diesler(a)jboss.com
Date: 2007-01-26 19:13:43 -0500 (Fri, 26 Jan 2007)
New Revision: 2152
Removed:
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.0/
branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBossWS-AS-4.2/
Modified:
branches/jbossws-1.2.0/build/ant.properties.example
branches/jbossws-1.2.0/build/version.properties
branches/jbossws-1.2.0/integration-jboss40/build.xml
branches/jbossws-1.2.0/integration-jboss42/build.xml
branches/jbossws-1.2.0/integration-jboss50/build.xml
Log:
Update version.idRemove stale hudson jobsFix jbpm-bpel.sar deployment
Modified: branches/jbossws-1.2.0/build/ant.properties.example
===================================================================
--- branches/jbossws-1.2.0/build/ant.properties.example 2007-01-26 23:26:25 UTC (rev
2151)
+++ branches/jbossws-1.2.0/build/ant.properties.example 2007-01-27 00:13:43 UTC (rev
2152)
@@ -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: branches/jbossws-1.2.0/build/version.properties
===================================================================
--- branches/jbossws-1.2.0/build/version.properties 2007-01-26 23:26:25 UTC (rev 2151)
+++ branches/jbossws-1.2.0/build/version.properties 2007-01-27 00:13:43 UTC (rev 2152)
@@ -5,8 +5,8 @@
specification.vendor=JBoss (
http://www.jboss.org)
specification.version=jbossws-2.0
-version.id=2.0.0.CR3
-repository.id=snapshot
+version.id=1.2.0.GA
+repository.id=1.2.0.GA
implementation.title=JBoss Web Services (JBossWS)
implementation.url=http://www.jboss.org/products/jbossws
Modified: branches/jbossws-1.2.0/integration-jboss40/build.xml
===================================================================
--- branches/jbossws-1.2.0/integration-jboss40/build.xml 2007-01-26 23:26:25 UTC (rev
2151)
+++ branches/jbossws-1.2.0/integration-jboss40/build.xml 2007-01-27 00:13:43 UTC (rev
2152)
@@ -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: branches/jbossws-1.2.0/integration-jboss42/build.xml
===================================================================
--- branches/jbossws-1.2.0/integration-jboss42/build.xml 2007-01-26 23:26:25 UTC (rev
2151)
+++ branches/jbossws-1.2.0/integration-jboss42/build.xml 2007-01-27 00:13:43 UTC (rev
2152)
@@ -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: branches/jbossws-1.2.0/integration-jboss50/build.xml
===================================================================
--- branches/jbossws-1.2.0/integration-jboss50/build.xml 2007-01-26 23:26:25 UTC (rev
2151)
+++ branches/jbossws-1.2.0/integration-jboss50/build.xml 2007-01-27 00:13:43 UTC (rev
2152)
@@ -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}">