You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ni...@apache.org on 2004/04/22 18:12:28 UTC

svn commit: rev 10178 - xml/forrest/branches/copyless/src/core/bin

Author: nicolaken
Date: Thu Apr 22 09:12:27 2004
New Revision: 10178

Modified:
   xml/forrest/branches/copyless/src/core/bin/forrest
Log:
Point to the lins and Ant from inside here

Modified: xml/forrest/branches/copyless/src/core/bin/forrest
==============================================================================
--- xml/forrest/branches/copyless/src/core/bin/forrest	(original)
+++ xml/forrest/branches/copyless/src/core/bin/forrest	Thu Apr 22 09:12:27 2004
@@ -40,7 +40,7 @@
 # Save old ANT_HOME
 OLD_ANT_HOME="$ANT_HOME"
 unset ANT_HOME
-ANT_HOME="$FORREST_HOME/tools/ant"
+ANT_HOME="$FORREST_HOME/../../tools/ant"
 
 # ----- Set Up The Runtime Classpath ------------------------------------------
 
@@ -59,7 +59,7 @@
 export CP
 unset CLASSPATH
 
-for i in $FORREST_HOME/lib/endorsed/*.jar; do
+for i in $FORREST_HOME/../../lib/endorsed/*.jar; do
   if [ "$cygwin" = "true" ] ; then
     LIB=`cygpath -w $i`
   else