[jboss-cvs] JBossAS SVN: r85612 - in projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs: JBoss-6.0.0 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Mar 7 18:11:52 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-03-07 18:11:52 -0500 (Sat, 07 Mar 2009)
New Revision: 85612

Modified:
   projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBoss-5.1.0/config.xml
   projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBoss-6.0.0/config.xml
Log:
Add jboss510, jboss600 to matrix - WIP

Modified: projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBoss-5.1.0/config.xml
===================================================================
--- projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBoss-5.1.0/config.xml	2009-03-07 22:57:25 UTC (rev 85611)
+++ projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBoss-5.1.0/config.xml	2009-03-07 23:11:52 UTC (rev 85612)
@@ -37,8 +37,8 @@
 rm -f $JBOSS_ZIP
 
 # Create new jboss.zip 
-cd build/output/$JBOSS_VERSION
-zip -r $JBOSS_ZIP *
+cd build/output
+zip -r $JBOSS_ZIP $JBOSS_VERSION/*
 
       </command>
     </hudson.tasks.Shell>

Modified: projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBoss-6.0.0/config.xml
===================================================================
--- projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBoss-6.0.0/config.xml	2009-03-07 22:57:25 UTC (rev 85611)
+++ projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBoss-6.0.0/config.xml	2009-03-07 23:11:52 UTC (rev 85612)
@@ -37,8 +37,8 @@
 rm -f $JBOSS_ZIP
 
 # Create new jboss.zip 
-cd build/output/$JBOSS_VERSION
-zip -r $JBOSS_ZIP *
+cd build/output
+zip -r $JBOSS_ZIP $JBOSS_VERSION/*
 
       </command>
     </hudson.tasks.Shell>




More information about the jboss-cvs-commits mailing list