[jboss-cvs] JBossAS SVN: r96125 - projects/jboss-osgi/trunk/hudson/hudson-home/jobs/jbossosgi-matrix-jbossmc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Nov 7 17:44:02 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-11-07 17:44:02 -0500 (Sat, 07 Nov 2009)
New Revision: 96125

Modified:
   projects/jboss-osgi/trunk/hudson/hudson-home/jobs/jbossosgi-matrix-jbossmc/config.xml
Log:
Set jdk1.6 explicitly. For some reason that causes HUDSON_HOME to be visible

Modified: projects/jboss-osgi/trunk/hudson/hudson-home/jobs/jbossosgi-matrix-jbossmc/config.xml
===================================================================
--- projects/jboss-osgi/trunk/hudson/hudson-home/jobs/jbossosgi-matrix-jbossmc/config.xml	2009-11-07 21:30:05 UTC (rev 96124)
+++ projects/jboss-osgi/trunk/hudson/hudson-home/jobs/jbossosgi-matrix-jbossmc/config.xml	2009-11-07 22:44:02 UTC (rev 96125)
@@ -25,6 +25,7 @@
   </scm>
   <canRoam>true</canRoam>
   <disabled>false</disabled>
+  <jdk>jdk1.6</jdk>
   <triggers class="vector">
     <hudson.triggers.TimerTrigger>
       <spec>0 6 * * *</spec>
@@ -46,7 +47,6 @@
       </values>
     </axis>
   </axes>
-  <jdk>jdk1.6</jdk>
   <builders>
     <hudson.tasks.Shell>
       <command>




More information about the jboss-cvs-commits mailing list