[jboss-osgi-commits] JBoss-OSGI SVN: r89392 - in projects/jboss-osgi/trunk/build/hudson/hudson-home: jobs and 2 other directories.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Mon May 25 16:10:11 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-05-25 16:10:11 -0400 (Mon, 25 May 2009)
New Revision: 89392

Added:
   projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/jbossosgi-projects/
   projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/jbossosgi-projects/config.xml
Modified:
   projects/jboss-osgi/trunk/build/hudson/hudson-home/config.xml
   projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/jbossosgi-jdk16/config.xml
Log:
Add jbossosgi-projects job

Modified: projects/jboss-osgi/trunk/build/hudson/hudson-home/config.xml
===================================================================
--- projects/jboss-osgi/trunk/build/hudson/hudson-home/config.xml	2009-05-25 19:53:26 UTC (rev 89391)
+++ projects/jboss-osgi/trunk/build/hudson/hudson-home/config.xml	2009-05-25 20:10:11 UTC (rev 89392)
@@ -9,7 +9,7 @@
 <table>
 <tr align="left"><th>Bind Addr</th><td>@jboss.bind.address@</td></tr>
 <tr align="left"><th>JavaDoc</th><td>
-<a href='job/jbossosgi-jdk16/ws/jboss-osgi/spi/target/apidocs/index.html'>SPI</a>&nbsp;
+<a href='job/jbossosgi-projects/ws/jboss-osgi/spi/trunk/target/apidocs/index.html'>SPI</a>&nbsp;
 </td></tr>
 <tr align="left"><th>Userguide</th><td>
 <a href='job/jbossosgi-jdk16/ws/jboss-osgi/build/distribution/target/auto-install-dest/docs/userguide/pdf/JBossOSGi - Userguide.pdf'>PDF</a>&nbsp;

Modified: projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/jbossosgi-jdk16/config.xml
===================================================================
--- projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/jbossosgi-jdk16/config.xml	2009-05-25 19:53:26 UTC (rev 89391)
+++ projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/jbossosgi-jdk16/config.xml	2009-05-25 20:10:11 UTC (rev 89392)
@@ -59,10 +59,6 @@
     </hudson.tasks.Shell>
   </builders>
   <publishers class="vector">
-    <hudson.tasks.JavadocArchiver>
-      <javadocDir>jboss-osgi/spi/target/apidocs</javadocDir>
-      <keepAll>false</keepAll>
-    </hudson.tasks.JavadocArchiver>
     <hudson.tasks.junit.JUnitResultArchiver>
       <testResults>jboss-osgi/**/target/surefire-reports/TEST-*.xml</testResults>
     </hudson.tasks.junit.JUnitResultArchiver>

Added: projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/jbossosgi-projects/config.xml
===================================================================
--- projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/jbossosgi-projects/config.xml	                        (rev 0)
+++ projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/jbossosgi-projects/config.xml	2009-05-25 20:10:11 UTC (rev 89392)
@@ -0,0 +1,43 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<project>
+  <actions/>
+  <description>Build and test JBossOSGi Projects</description>
+  <logRotator>
+    <daysToKeep>60</daysToKeep>
+    <numToKeep>-1</numToKeep>
+  </logRotator>
+  <keepDependencies>false</keepDependencies>
+  <properties/>
+  <scm class="hudson.scm.SubversionSCM">
+    <locations>
+      <hudson.scm.SubversionSCM_-ModuleLocation>
+        <remote>https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects</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>
+  <canRoam>true</canRoam>
+  <disabled>false</disabled>
+  <jdk>jdk1.6</jdk>
+  <triggers class="vector">
+  </triggers>
+  <builders>
+    <hudson.tasks.Maven>
+      <targets>-U -fae clean install</targets>
+      <mavenName>apache-maven</mavenName>
+      <properties>-U -Djboss.bind.address=@jboss.bind.address@</properties>
+    </hudson.tasks.Maven>
+  </builders>
+  <publishers>
+    <hudson.tasks.junit.JUnitResultArchiver>
+      <testResults>jboss-osgi/**/target/surefire-reports/TEST-*.xml</testResults>
+    </hudson.tasks.junit.JUnitResultArchiver>
+  </publishers>
+  <buildWrappers/>
+</project>
\ No newline at end of file


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




More information about the jboss-osgi-commits mailing list