[jboss-cvs] JBossAS SVN: r85775 - branches/Branch_5_x/server.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 12 07:19:41 EDT 2009


Author: dimitris at jboss.org
Date: 2009-03-12 07:19:41 -0400 (Thu, 12 Mar 2009)
New Revision: 85775

Modified:
   branches/Branch_5_x/server/build.xml
Log:
JBAS-6613, filtering the /bin content while copying breaks jbosssvc.exe

Modified: branches/Branch_5_x/server/build.xml
===================================================================
--- branches/Branch_5_x/server/build.xml	2009-03-12 10:14:51 UTC (rev 85774)
+++ branches/Branch_5_x/server/build.xml	2009-03-12 11:19:41 UTC (rev 85775)
@@ -364,7 +364,7 @@
   <!-- Compile bin scripts -->
   <target name="compile-bin" depends="init">
     <mkdir dir="${build.bin}"/>
-    <copy todir="${build.bin}" filtering="yes">
+    <copy todir="${build.bin}" filtering="no">
       <fileset dir="${source.bin}">
         <include name="**/*"/>
       </fileset>




More information about the jboss-cvs-commits mailing list