sgala 01/10/08 10:54:03 Modified: build build.xml Log: PATCH by Nacho Ortega to avoid problems when ant is installed. Revision Changes Path 1.105 +1 -1 jakarta-jetspeed/build/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-jetspeed/build/build.xml,v retrieving revision 1.104 retrieving revision 1.105 diff -u -r1.104 -r1.105 --- build.xml 2001/09/20 13:49:57 1.104 +++ build.xml 2001/10/08 17:54:02 1.105 @@ -100,7 +100,7 @@ <!-- Builds Classpath --> <!-- =================================================================== --> <path id="classpath"> - <fileset dir="${ant.home}/lib"> + <fileset dir="build/lib"> <!-- Everything in the build lib dir -->
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]