[jboss-cvs] JBossAS SVN: r110436 - branches/JBPAPP_5_1_0_Final_HornetQ_2_2/hornetq-int/src/etc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 24 09:32:08 EST 2011


Author: pferraro
Date: 2011-01-24 09:32:08 -0500 (Mon, 24 Jan 2011)
New Revision: 110436

Modified:
   branches/JBPAPP_5_1_0_Final_HornetQ_2_2/hornetq-int/src/etc/build.xml
Log:
JBPAPP-5770 Oops - <fileset/> support for <replace/> is only supported in ant 1.8+

Modified: branches/JBPAPP_5_1_0_Final_HornetQ_2_2/hornetq-int/src/etc/build.xml
===================================================================
--- branches/JBPAPP_5_1_0_Final_HornetQ_2_2/hornetq-int/src/etc/build.xml	2011-01-24 08:59:54 UTC (rev 110435)
+++ branches/JBPAPP_5_1_0_Final_HornetQ_2_2/hornetq-int/src/etc/build.xml	2011-01-24 14:32:08 UTC (rev 110436)
@@ -54,10 +54,8 @@
       </antcall>
 
       <!-- we need to disable guest security for production-based profiles -->
-      <replace token="guest=guest" value="#guest=guest">
-         <fileset dir="${jboss_home}">
-            <include name="server/production*/conf/props/hornetq-*.properties"/>
-         </fileset>
+      <replace dir="${jboss_home}" token="guest=guest" value="#guest=guest">
+         <include name="server/production*/conf/props/hornetq-*.properties"/>
       </replace>
    </target>
 



More information about the jboss-cvs-commits mailing list