[jbossws-commits] JBossWS SVN: r8487 - in stack/native/trunk/src/main: scripts and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Oct 15 09:26:05 EDT 2008


Author: alessio.soldano at jboss.com
Date: 2008-10-15 09:26:05 -0400 (Wed, 15 Oct 2008)
New Revision: 8487

Added:
   stack/native/trunk/src/main/distro/ant.properties.example
Removed:
   stack/native/trunk/src/main/distro/ant.properties
Modified:
   stack/native/trunk/src/main/scripts/assembly-bin-dist.xml
Log:
[JBWS-2363] Renaming ant.properties


Deleted: stack/native/trunk/src/main/distro/ant.properties
===================================================================
--- stack/native/trunk/src/main/distro/ant.properties	2008-10-15 13:13:50 UTC (rev 8486)
+++ stack/native/trunk/src/main/distro/ant.properties	2008-10-15 13:26:05 UTC (rev 8487)
@@ -1,31 +0,0 @@
-#
-# A sample ant properties file
-#
-
-# Optional JBoss Home
-jboss422.home=@jboss422.home@
-jboss423.home=@jboss423.home@
-jboss424.home=@jboss424.home@
-jboss500.home=@jboss500.home@
-jboss501.home=@jboss501.home@
-
-# The JBoss server under test. This can be [jboss422|jboss423|jboss424|jboss500|jboss501]
-jbossws.integration.target=jboss500
-
-# 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
-
-# JBoss JMX invoker authentication
-#jmx.authentication.username=admin
-#jmx.authentication.password=admin
-
-# Java Compiler options
-javac.debug=yes
-javac.deprecation=no
-javac.fail.onerror=yes
-javac.verbose=no

Copied: stack/native/trunk/src/main/distro/ant.properties.example (from rev 8464, stack/native/trunk/src/main/distro/ant.properties)
===================================================================
--- stack/native/trunk/src/main/distro/ant.properties.example	                        (rev 0)
+++ stack/native/trunk/src/main/distro/ant.properties.example	2008-10-15 13:26:05 UTC (rev 8487)
@@ -0,0 +1,31 @@
+#
+# A sample ant properties file
+#
+
+# Optional JBoss Home
+jboss422.home=@jboss422.home@
+jboss423.home=@jboss423.home@
+jboss424.home=@jboss424.home@
+jboss500.home=@jboss500.home@
+jboss501.home=@jboss501.home@
+
+# The JBoss server under test. This can be [jboss422|jboss423|jboss424|jboss500|jboss501]
+jbossws.integration.target=jboss500
+
+# 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
+
+# JBoss JMX invoker authentication
+#jmx.authentication.username=admin
+#jmx.authentication.password=admin
+
+# Java Compiler options
+javac.debug=yes
+javac.deprecation=no
+javac.fail.onerror=yes
+javac.verbose=no

Modified: stack/native/trunk/src/main/scripts/assembly-bin-dist.xml
===================================================================
--- stack/native/trunk/src/main/scripts/assembly-bin-dist.xml	2008-10-15 13:13:50 UTC (rev 8486)
+++ stack/native/trunk/src/main/scripts/assembly-bin-dist.xml	2008-10-15 13:26:05 UTC (rev 8487)
@@ -21,7 +21,7 @@
       <outputDirectory>/</outputDirectory>
       <filtered>true</filtered>
       <includes>
-        <include>ant.properties</include>
+        <include>ant.properties.example</include>
       </includes>
     </fileSet>
     <!-- build -->




More information about the jbossws-commits mailing list