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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]