[jbossws-commits] JBossWS SVN: r1704 - branches/tdiesler/trunk/build

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Dec 21 10:27:45 EST 2006


Author: thomas.diesler at jboss.com
Date: 2006-12-21 10:27:43 -0500 (Thu, 21 Dec 2006)
New Revision: 1704

Modified:
   branches/tdiesler/trunk/build/ant.properties.example
Log:
partial commit

Modified: branches/tdiesler/trunk/build/ant.properties.example
===================================================================
--- branches/tdiesler/trunk/build/ant.properties.example	2006-12-21 15:27:39 UTC (rev 1703)
+++ branches/tdiesler/trunk/build/ant.properties.example	2006-12-21 15:27:43 UTC (rev 1704)
@@ -1,11 +1,15 @@
 #
 # A sample ant properties file
 #
+# $Id$
 
 # Required JBoss Home
 #jboss50.home=/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.Beta2
 #jboss42.home=/home/tdiesler/svn/jbossas/branches/Branch_4_2/build/output/jboss-4.2.0.CR1-ejb3
 
+# The JBoss server under test. This can be [jboss42|jboss50]
+jboss.integration.target=jboss50
+
 # The JBoss server instance
 jboss.server.instance=default
 
@@ -14,8 +18,7 @@
 tomcat.manager.username=manager
 tomcat.manager.password=manager
 
-# The target server the test endpoints are deployed to 
-# This can be [jboss|tomcat]
+# The target server the test endpoints are deployed to. This can be [jboss|tomcat]
 jbossws.target.server=jboss
 
 # JBoss Repository




More information about the jbossws-commits mailing list