[jboss-cvs] JBossAS SVN: r85790 - trunk/server.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 12 16:39:00 EDT 2009


Author: pgier
Date: 2009-03-12 16:39:00 -0400 (Thu, 12 Mar 2009)
New Revision: 85790

Modified:
   trunk/server/pom.xml
Log:
[JBAS-6613] filtering the /bin content while copying breaks jbosssvc.exe

Modified: trunk/server/pom.xml
===================================================================
--- trunk/server/pom.xml	2009-03-12 18:30:28 UTC (rev 85789)
+++ trunk/server/pom.xml	2009-03-12 20:39:00 UTC (rev 85790)
@@ -183,7 +183,7 @@
                 
                 <property name="build.bin" value="output/bin"/>
                 <mkdir dir="${build.bin}"/>
-                <copy todir="${build.bin}" filtering="yes">
+                <copy todir="${build.bin}" filtering="no">
                   <fileset dir="src/bin">
                     <include name="**"/>
                   </fileset>




More information about the jboss-cvs-commits mailing list