Author: anil.saldhana(a)jboss.com
Date: 2011-03-23 13:05:33 -0400 (Wed, 23 Mar 2011)
New Revision: 834
Added:
integration-tests/trunk/common-dist/jbossws/ant.properties.jbas6
Log:
add an extra ant props for JBAS6 to set the jbws integration
Added: integration-tests/trunk/common-dist/jbossws/ant.properties.jbas6
===================================================================
--- integration-tests/trunk/common-dist/jbossws/ant.properties.jbas6
(rev 0)
+++ integration-tests/trunk/common-dist/jbossws/ant.properties.jbas6 2011-03-23 17:05:33
UTC (rev 834)
@@ -0,0 +1,16 @@
+# JBoss Home
+jboss510.home=../jboss-5.1.0.GA
+jboss600.home=../jboss-6.0.0.Final
+
+# JBoss WS integration target
+jbossws.integration.target=jboss600
+
+# The JBoss settings
+jboss.server.instance=default
+jboss.bind.address=localhost
+
+# Java Compiler options
+javac.debug=yes
+javac.deprecation=no
+javac.fail.onerror=yes
+javac.verbose=no
Show replies by date