You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by ar...@apache.org on 2006/08/09 15:50:30 UTC

svn commit: r430053 - /db/ojb/branches/OJB_1_0_RELEASE/build.xml

Author: arminw
Date: Wed Aug  9 06:50:29 2006
New Revision: 430053

URL: http://svn.apache.org/viewvc?rev=430053&view=rev
Log:
fix property name, delete directories before creation

Modified:
    db/ojb/branches/OJB_1_0_RELEASE/build.xml

Modified: db/ojb/branches/OJB_1_0_RELEASE/build.xml
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/build.xml?rev=430053&r1=430052&r2=430053&view=diff
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/build.xml (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/build.xml Wed Aug  9 06:50:29 2006
@@ -1731,6 +1731,8 @@
         <property name="bean.output" value="forward/beans"/>
         <property name="db.output" value="forward/xml"/>
 
+        <delete dir="${bean.output}" verbose="false"/>
+        <delete dir="${db.output}" verbose="false"/>
         <mkdir dir="${bean.output}"/>
         <mkdir dir="${db.output}"/>
 
@@ -1739,7 +1741,7 @@
                  classpathref="runtime-classpath"/>
         <forward.repository input="${input}"
                             beanOutput="${bean.output}"
-                            torqueOutput="${db.output}"/>
+                            dbOutput="${db.output}"/>
     </target>
 
     <!-- ================================================================== -->



---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org