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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

jacopoc
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"/>