You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by sg...@apache.org on 2001/10/08 19:54:03 UTC

cvs commit: jakarta-jetspeed/build build.xml

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: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org