You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/01/26 03:18:17 UTC

svn commit: r126454 - /forrest/trunk/main/build.xml

Author: crossley
Date: Tue Jan 25 18:18:13 2005
New Revision: 126454

URL: http://svn.apache.org/viewcvs?view=rev&rev=126454
Log:
Proper location for the build message about FORREST_HOME

Modified:
   forrest/trunk/main/build.xml

Modified: forrest/trunk/main/build.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/main/build.xml?view=diff&rev=126454&p1=forrest/trunk/main/build.xml&r1=126453&p2=forrest/trunk/main/build.xml&r2=126454
==============================================================================
--- forrest/trunk/main/build.xml	(original)
+++ forrest/trunk/main/build.xml	Tue Jan 25 18:18:13 2005
@@ -325,7 +325,8 @@
   | Installation notice 
   *-----------------------------------------------------------------
   | You have now built the ${forrest.version} version of Forrest.
-  | Please set the environment variable FORREST_HOME to point to .
+  | Please set the environment variable FORREST_HOME to point to
+  |  ${forrest.home}
   | It is recommended to add
   |    unix: $FORREST_HOME/bin: to your $PATH
   |    win: %FORREST_HOME%\bin; to your %PATH%