Author: doogie
Date: Wed Nov 5 22:17:36 2008
New Revision: 711773
URL:
http://svn.apache.org/viewvc?rev=711773&view=revLog:
Remove the prepare targets, they are already defined in common.xml.
Modified:
ofbiz/trunk/framework/base/build.xml
ofbiz/trunk/framework/start/build.xml
Modified: ofbiz/trunk/framework/base/build.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/build.xml?rev=711773&r1=711772&r2=711773&view=diff==============================================================================
--- ofbiz/trunk/framework/base/build.xml (original)
+++ ofbiz/trunk/framework/base/build.xml Wed Nov 5 22:17:36 2008
@@ -37,15 +37,6 @@
</path>
<!-- ================================================================== -->
- <!-- Makes sure the needed directory structure is in place -->
- <!-- ================================================================== -->
-
- <target name="prepare" depends="clean-lib">
- <mkdir dir="${build.dir}/classes"/>
- <mkdir dir="${build.dir}/lib"/>
- </target>
-
- <!-- ================================================================== -->
<!-- Compilation of the source files -->
<!-- ================================================================== -->
Modified: ofbiz/trunk/framework/start/build.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/start/build.xml?rev=711773&r1=711772&r2=711773&view=diff==============================================================================
--- ofbiz/trunk/framework/start/build.xml (original)
+++ ofbiz/trunk/framework/start/build.xml Wed Nov 5 22:17:36 2008
@@ -28,15 +28,6 @@
<property name="name" value="ofbiz-base"/>
<!-- ================================================================== -->
- <!-- Makes sure the needed directory structure is in place -->
- <!-- ================================================================== -->
-
- <target name="prepare" depends="clean-lib">
- <mkdir dir="${build.dir}/classes/META-INF"/>
- <mkdir dir="${build.dir}/lib"/>
- </target>
-
- <!-- ================================================================== -->
<!-- Compilation of the source files -->
<!-- ================================================================== -->