[jboss-cvs] JBossAS SVN: r57686 - trunk/tools/etc/cruisecontrol/jbossnative

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 16 18:10:50 EDT 2006


Author: rrajesh
Date: 2006-10-16 18:10:49 -0400 (Mon, 16 Oct 2006)
New Revision: 57686

Modified:
   trunk/tools/etc/cruisecontrol/jbossnative/daemon-windows.xml
Log:
Updated jbossnative builds to use the new build scripts

Modified: trunk/tools/etc/cruisecontrol/jbossnative/daemon-windows.xml
===================================================================
--- trunk/tools/etc/cruisecontrol/jbossnative/daemon-windows.xml	2006-10-16 19:30:25 UTC (rev 57685)
+++ trunk/tools/etc/cruisecontrol/jbossnative/daemon-windows.xml	2006-10-16 22:10:49 UTC (rev 57686)
@@ -38,11 +38,11 @@
     <target name="scpJBossNative" depends="buildNative">
     	<property name="jbossnative.version" value="${jbossnative.version}"/>
     	<property name="platform" value="${platform}"/>
-        <scp file="work/jboss-native-${jbossnative.version}-win32-src/dist/jboss-native-${jbossnative.version}-${platform}-i686.zip" trust="yes"
+        <scp file="work/jboss-native-${jbossnative.version}-${platform}-i686.zip" trust="yes"
 		todir="cruisecontrol at dev03.qa.atl.jboss.com:/home/cruisecontrol/work/jbossnative-builder/output/${platform}" keyfile="cc" passphrase="cruise"/>
-        <scp file="work/jboss-native-${jbossnative.version}-win32-src/dist/jboss-native-${jbossnative.version}-${platform}-amd64.zip" trust="yes"
+        <scp file="work/jboss-native-${jbossnative.version}-${platform}-amd64.zip" trust="yes"
 		todir="cruisecontrol at dev03.qa.atl.jboss.com:/home/cruisecontrol/work/jbossnative-builder/output/${platform}" keyfile="cc" passphrase="cruise"/>
-        <scp file="work/jboss-native-${jbossnative.version}-win32-src/dist/jboss-native-${jbossnative.version}-${platform}-ia64.zip" trust="yes"
+        <scp file="work/jboss-native-${jbossnative.version}-${platform}-ia64.zip" trust="yes"
 		todir="cruisecontrol at dev03.qa.atl.jboss.com:/home/cruisecontrol/work/jbossnative-builder/output/${platform}" keyfile="cc" passphrase="cruise"/>    	
         <scp file="work/jboss-native-${jbossnative.version}-${platform}-i686-static.zip" trust="yes"
 		todir="cruisecontrol at dev03.qa.atl.jboss.com:/home/cruisecontrol/work/jbossnative-builder/output/${platform}" keyfile="cc" passphrase="cruise"/>




More information about the jboss-cvs-commits mailing list