[jboss-cvs] JBossAS SVN: r97730 - projects/jboss-osgi/trunk/hudson.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Dec 11 08:24:54 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-12-11 08:24:53 -0500 (Fri, 11 Dec 2009)
New Revision: 97730

Modified:
   projects/jboss-osgi/trunk/hudson/ant.properties.example
Log:
Update hudson setup

Modified: projects/jboss-osgi/trunk/hudson/ant.properties.example
===================================================================
--- projects/jboss-osgi/trunk/hudson/ant.properties.example	2009-12-11 13:23:28 UTC (rev 97729)
+++ projects/jboss-osgi/trunk/hudson/ant.properties.example	2009-12-11 13:24:53 UTC (rev 97730)
@@ -3,33 +3,33 @@
 #
 # $Id: ant.properties.example 3995 2007-07-26 08:52:45Z thomas.diesler at jboss.com $
 
-# The JBoss settings
-jboss.server.instance=default
-jboss.bind.address=127.0.0.1
+# Hudson Workspace Root
+# hudson.root=/home/username/workspace/hudson/jboss-osgi
 
+# Hudson QA Environment
+# hudson.username=username
+
+#hudson.jboss501.zip=file:///home/hudson/download/java/jboss/jboss-5.0.1.GA.zip
+#hudson.jboss510.zip=file:///home/hudson/download/java/jboss/jboss-5.1.0.GA.zip
+#hudson.jboss600.zip=file:///home/hudson/download/java/jboss/jboss-6.0.0.M1.zip
+
 # JDK settings
 java.home.jdk15=/usr/java/jdk1.5.0_22
 java.home.jdk16=/usr/java/jdk1.6.0_17
 
-# Hudson QA Environment
-hudson.username=changeme
-
+# Maven settings
 hudson.maven.name=apache-maven-2.2.1
 hudson.maven.path=/usr/java/apache-maven-2.2.1
+hudson.maven.profile=$HUDSONDIR/profiles.xml.local.qa
 
-# Hudson Workspace Root
-# hudson.root=/home/username/workspace/hudson/jboss-osgi
+# The JBoss settings
+jboss.server.instance=default
+jboss.bind.address=127.0.0.1
 
-hudson.maven.profile=$HUDSONDIR/profiles.xml.local.qa
-
-hudson.host=jbmuc.dyndns.org
+hudson.host=localhost
 hudson.admin.port=8250
 hudson.http.port=8280
 
-#hudson.jboss501.zip=file:///home/hudson/download/java/jboss/jboss-5.0.1.GA.zip
-#hudson.jboss510.zip=file:///home/hudson/download/java/jboss/jboss-5.1.0.GA.zip
-#hudson.jboss600.zip=file:///home/hudson/download/java/jboss/jboss-6.0.0.M1.zip
-
 hudson.mail.recipients=
 hudson.mail.admin=yourname at yourdomain.com
 hudson.smtp.host=localhost




More information about the jboss-cvs-commits mailing list