[jboss-svn-commits] JBL Code SVN: r34812 - labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Aug 20 09:26:17 EDT 2010


Author: whitingjr
Date: 2010-08-20 09:26:16 -0400 (Fri, 20 Aug 2010)
New Revision: 34812

Modified:
   labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller/server-api.xml
Log:
Changed the delete to remove only files not the directory.

Modified: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller/server-api.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller/server-api.xml	2010-08-20 12:39:27 UTC (rev 34811)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller/server-api.xml	2010-08-20 13:26:16 UTC (rev 34812)
@@ -52,7 +52,9 @@
       <xmltask source="${sever.home}/server/production/deploy/hornetq/hornetq-configuration.xml">
          <copy path="/:configuration/:journal-directory/text()" property="hornetq.journal.dir"/>
       </xmltask>
-      <delete dir="${hornetq.journal.dir}"/>
+      <delete>
+         <fileset dir="${hornetq.journal.dir}" includes="*.hq"/>
+      </delete>
       
       <xmltask source="${sever.home}/server/production/deploy/hornetq/hornetq-configuration.xml">
          <copy path="/:configuration/:large-messages-directory/text()" property="large.messages.dir"/>



More information about the jboss-svn-commits mailing list