[jbossws-commits] JBossWS SVN: r4462 - framework/trunk.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Aug 22 07:17:50 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-08-22 07:17:49 -0400 (Wed, 22 Aug 2007)
New Revision: 4462

Modified:
   framework/trunk/ant.properties.example
Log:
Add jboss.server.instance

Modified: framework/trunk/ant.properties.example
===================================================================
--- framework/trunk/ant.properties.example	2007-08-22 11:08:19 UTC (rev 4461)
+++ framework/trunk/ant.properties.example	2007-08-22 11:17:49 UTC (rev 4462)
@@ -3,16 +3,17 @@
 #
 # $Id: ant.properties.example 3995 2007-07-26 08:52:45Z thomas.diesler at jboss.com $
 
-# JDK settings
-#java.home.jdk16=/usr/java/jdk1.6
-
 # The JBoss settings
+jboss.server.instance=default
 jboss.bind.address=localhost
 
 # JBoss Repository
 #jboss.repository=file:/home/tdiesler/svn/jboss.local.repository
 jboss.repository=http://repository.jboss.org
 
+# JDK settings
+#java.home.jdk16=/usr/java/jdk1.6
+
 # Hudson QA Environment
 hudson.username=changeme
 hudson.password=changeme




More information about the jbossws-commits mailing list