You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by do...@apache.org on 2008/11/06 07:17:36 UTC

svn commit: r711773 - in /ofbiz/trunk/framework: base/build.xml start/build.xml

Author: doogie
Date: Wed Nov  5 22:17:36 2008
New Revision: 711773

URL: http://svn.apache.org/viewvc?rev=711773&view=rev
Log:
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                                    -->
     <!-- ================================================================== -->