[jboss-cvs] Picketlink SVN: r834 - integration-tests/trunk/common-dist/jbossws.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 23 13:05:34 EDT 2011


Author: anil.saldhana at 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



More information about the jboss-cvs-commits mailing list