[jboss-cvs] JBossAS SVN: r84740 - in projects/jboss-osgi/trunk/hudson/hudson-home/jobs: JBoss-OSGi-JDK1.6 and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Feb 25 10:38:26 EST 2009
Author: thomas.diesler at jboss.com
Date: 2009-02-25 10:38:26 -0500 (Wed, 25 Feb 2009)
New Revision: 84740
Modified:
projects/jboss-osgi/trunk/hudson/hudson-home/jobs/JBoss-OSGi-JDK1.5/config.xml
projects/jboss-osgi/trunk/hudson/hudson-home/jobs/JBoss-OSGi-JDK1.6/config.xml
Log:
Fix non-matrix jobs
Modified: projects/jboss-osgi/trunk/hudson/hudson-home/jobs/JBoss-OSGi-JDK1.5/config.xml
===================================================================
--- projects/jboss-osgi/trunk/hudson/hudson-home/jobs/JBoss-OSGi-JDK1.5/config.xml 2009-02-25 15:30:12 UTC (rev 84739)
+++ projects/jboss-osgi/trunk/hudson/hudson-home/jobs/JBoss-OSGi-JDK1.5/config.xml 2009-02-25 15:38:26 UTC (rev 84740)
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
-<matrix-project>
- <actions class="java.util.concurrent.CopyOnWriteArrayList"/>
+<project>
+ <actions class="vector" />
<description>Build and test JBoss OSGi @version.id@ on JDK1.5</description>
<logRotator>
<daysToKeep>60</daysToKeep>
@@ -69,4 +69,4 @@
</hudson.tasks.Mailer>
</publishers>
<buildWrappers/>
-</matrix-project>
+</project>
Modified: projects/jboss-osgi/trunk/hudson/hudson-home/jobs/JBoss-OSGi-JDK1.6/config.xml
===================================================================
--- projects/jboss-osgi/trunk/hudson/hudson-home/jobs/JBoss-OSGi-JDK1.6/config.xml 2009-02-25 15:30:12 UTC (rev 84739)
+++ projects/jboss-osgi/trunk/hudson/hudson-home/jobs/JBoss-OSGi-JDK1.6/config.xml 2009-02-25 15:38:26 UTC (rev 84740)
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
-<matrix-project>
- <actions class="java.util.concurrent.CopyOnWriteArrayList"/>
+<project>
+ <actions class="vector" />
<description>Build and test JBoss OSGi @version.id@ on JDK1.6</description>
<logRotator>
<daysToKeep>60</daysToKeep>
@@ -69,4 +69,4 @@
</hudson.tasks.Mailer>
</publishers>
<buildWrappers/>
-</matrix-project>
+</project>
More information about the jboss-cvs-commits
mailing list