Author: tfischer
Date: Fri Sep  9 10:33:11 2005
New Revision: 279827

URL: http://svn.apache.org/viewcvs?rev=279827&view=rev
Log:
delete target/sql directory at the beginning of the test to allow running the 
test twice

Modified:
    db/torque/test/trunk/test-project/maven.xml

Modified: db/torque/test/trunk/test-project/maven.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/test/trunk/test-project/maven.xml?rev=279827&r1=279826&r2=279827&view=diff
==============================================================================
--- db/torque/test/trunk/test-project/maven.xml (original)
+++ db/torque/test/trunk/test-project/maven.xml Fri Sep  9 10:33:11 2005
@@ -19,7 +19,7 @@
 
 <!-- ======================================================================== 
-->
 <!--                                                                          
-->
-<!--  maven Buildfile                                                         
-->
+<!--  maven Buildfile for the test project                                    
-->
 <!--                                                                          
-->
 <!-- $Id: maven.xml 239655 2005-08-24 13:13:22Z henning $ -->
 <!--                                                                          
-->
@@ -39,6 +39,7 @@
     <property file="../profile/${torque.test.profile}/build.properties" />
     <property file="../profile/${torque.test.profile}/project.properties" />
     
+    <delete dir="target/sql" />
     <copy todir="${torque.schema.dir}">
       <fileset dir="src/schema">
         <include name="*" />



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to