You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2006/08/15 11:23:04 UTC

svn commit: r431563 - /incubator/ofbiz/trunk/framework/build.xml

Author: jacopoc
Date: Tue Aug 15 02:23:04 2006
New Revision: 431563

URL: http://svn.apache.org/viewvc?rev=431563&view=rev
Log:
Updated comment to reflect the new svn structure.

Modified:
    incubator/ofbiz/trunk/framework/build.xml

Modified: incubator/ofbiz/trunk/framework/build.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/build.xml?rev=431563&r1=431562&r2=431563&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/build.xml (original)
+++ incubator/ofbiz/trunk/framework/build.xml Tue Aug 15 02:23:04 2006
@@ -122,7 +122,7 @@
     <target name="build" depends="dir-init">
         <echo message="[build] ========== Start Building Framework (Compile) =========="/>
 
-        <!-- make sure the data and logs directories exist, since they aren't in CVS -->
+        <!-- make sure the data and logs directories exist (they should exist, because they are in svn) -->
         <mkdir dir="data"/>
         <mkdir dir="logs"/>