Author: rgardler
Date: Thu Feb 22 05:03:08 2007
New Revision: 510486

URL: http://svn.apache.org/viewvc?view=rev&rev=510486
Log:
Note about build.properties

Modified:
    forrest/branches/ivyBuild/tools/ivy/docs/readme.txt

Modified: forrest/branches/ivyBuild/tools/ivy/docs/readme.txt
URL: 
http://svn.apache.org/viewvc/forrest/branches/ivyBuild/tools/ivy/docs/readme.txt?view=diff&rev=510486&r1=510485&r2=510486
==============================================================================
--- forrest/branches/ivyBuild/tools/ivy/docs/readme.txt (original)
+++ forrest/branches/ivyBuild/tools/ivy/docs/readme.txt Thu Feb 22 05:03:08 2007
@@ -75,10 +75,17 @@
 build scripts. For example:
 
 <?xml version="1.0" encoding="UTF-8"?>
-<project name="anhydrite" default="deploy-webapp">
+<project name="FOO" default="deploy-webapp">
        <property file="build.properties"/>
        <import file="${ivy.repository.dir}/build-scripts/common-webapp.xml"/>
 </project>
+
+At the very least your build.properties file will require the path to your
+ivy repository directory. Confusingly, this is not necessarily where the
+jar files are stored, but it is where the build files an ivyconf.xml file
+is located. For exampl:
+
+ivy.repository.dir=../tools/ivy
 
 Project ivy.xml
 ---------------