You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2005/09/09 19:33:15 UTC

svn commit: r279827 - /db/torque/test/trunk/test-project/maven.xml

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: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org