[jboss-cvs] JBossAS SVN: r85815 - in projects/jboss-osgi/trunk/build/hudson/hudson-home: jobs and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 13 07:35:55 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-03-13 07:35:54 -0400 (Fri, 13 Mar 2009)
New Revision: 85815

Added:
   projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/Embedded-JDK1.5/
   projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/Embedded-JDK1.5/config.xml
   projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/Embedded-JDK1.6/
   projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/Embedded-JDK1.6/config.xml
Modified:
   projects/jboss-osgi/trunk/build/hudson/hudson-home/config.xml
Log:
Add embedded hudson jobs

Modified: projects/jboss-osgi/trunk/build/hudson/hudson-home/config.xml
===================================================================
--- projects/jboss-osgi/trunk/build/hudson/hudson-home/config.xml	2009-03-13 10:55:33 UTC (rev 85814)
+++ projects/jboss-osgi/trunk/build/hudson/hudson-home/config.xml	2009-03-13 11:35:54 UTC (rev 85815)
@@ -8,6 +8,7 @@
   
   <table>
   <tr align="left"><th>Bind Addr</th><td>@jboss.bind.address@</td></tr>
+  <tr align="left"><th>Documentation</th><td><a href='job/Container-JDK1.6/javadoc/'>JavaDoc</a></td></tr>
   </table>
 ]]>
   </systemMessage>

Added: projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/Embedded-JDK1.5/config.xml
===================================================================
--- projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/Embedded-JDK1.5/config.xml	                        (rev 0)
+++ projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/Embedded-JDK1.5/config.xml	2009-03-13 11:35:54 UTC (rev 85815)
@@ -0,0 +1,38 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<maven2-moduleset>
+  <actions/>
+  <description>Build and test the JBossOSGi Embedded on JDK1.5
+</description>
+  <keepDependencies>false</keepDependencies>
+  <properties/>
+  <scm class="hudson.scm.SubversionSCM">
+    <locations>
+      <hudson.scm.SubversionSCM_-ModuleLocation>
+        <remote>@hudson.osgi.url@</remote>
+        <local>jboss-osgi</local>
+      </hudson.scm.SubversionSCM_-ModuleLocation>
+    </locations>
+    <useUpdate>true</useUpdate>
+    <browser class="hudson.scm.browsers.FishEyeSVN">
+      <url>http://fisheye.jboss.com/browse/JBossOSGi/</url>
+      <rootModule></rootModule>
+    </browser>
+    <excludedRegions></excludedRegions>
+  </scm>
+  <assignedNode>master</assignedNode>
+  <canRoam>false</canRoam>
+  <disabled>false</disabled>
+  <jdk>jdk1.5</jdk>
+  <triggers class="vector"/>
+  <rootModule>
+    <groupId>org.jboss.osgi</groupId>
+    <artifactId>jboss-osgi</artifactId>
+  </rootModule>
+  <goals>clean package</goals>
+  <aggregatorStyleBuild>true</aggregatorStyleBuild>
+  <usePrivateRepository>false</usePrivateRepository>
+  <ignoreUpstremChanges>true</ignoreUpstremChanges>
+  <reporters/>
+  <publishers/>
+  <buildWrappers/>
+</maven2-moduleset>
\ No newline at end of file


Property changes on: projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/Embedded-JDK1.5/config.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/Embedded-JDK1.6/config.xml
===================================================================
--- projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/Embedded-JDK1.6/config.xml	                        (rev 0)
+++ projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/Embedded-JDK1.6/config.xml	2009-03-13 11:35:54 UTC (rev 85815)
@@ -0,0 +1,38 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<maven2-moduleset>
+  <actions/>
+  <description>Build and test the JBossOSGi Embedded on JDK1.6
+</description>
+  <keepDependencies>false</keepDependencies>
+  <properties/>
+  <scm class="hudson.scm.SubversionSCM">
+    <locations>
+      <hudson.scm.SubversionSCM_-ModuleLocation>
+        <remote>@hudson.osgi.url@</remote>
+        <local>jboss-osgi</local>
+      </hudson.scm.SubversionSCM_-ModuleLocation>
+    </locations>
+    <useUpdate>true</useUpdate>
+    <browser class="hudson.scm.browsers.FishEyeSVN">
+      <url>http://fisheye.jboss.com/browse/JBossOSGi/</url>
+      <rootModule></rootModule>
+    </browser>
+    <excludedRegions></excludedRegions>
+  </scm>
+  <assignedNode>master</assignedNode>
+  <canRoam>false</canRoam>
+  <disabled>false</disabled>
+  <jdk>jdk1.6</jdk>
+  <triggers class="vector"/>
+  <rootModule>
+    <groupId>org.jboss.osgi</groupId>
+    <artifactId>jboss-osgi</artifactId>
+  </rootModule>
+  <goals>clean package</goals>
+  <aggregatorStyleBuild>true</aggregatorStyleBuild>
+  <usePrivateRepository>false</usePrivateRepository>
+  <ignoreUpstremChanges>true</ignoreUpstremChanges>
+  <reporters/>
+  <publishers/>
+  <buildWrappers/>
+</maven2-moduleset>
\ No newline at end of file


Property changes on: projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/Embedded-JDK1.6/config.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF




More information about the jboss-cvs-commits mailing list