jon         01/03/19 00:01:04

  Modified:    build    build.xml
  Log:
  add in the full classpath in case log4j is choosen as the logging system
  
  Revision  Changes    Path
  1.6       +1 -1      jakarta-velocity/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/build/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml 2001/03/19 06:12:39     1.5
  +++ build.xml 2001/03/19 08:01:04     1.6
  @@ -544,7 +544,7 @@
             
             <classpath>
                <pathelement location="${build.dir}/${project}-${version}.jar"/>
  -             <pathelement location="${jdom.jar}"/>
  +             <path refid="classpath"/>
             </classpath>
   
         </taskdef>
  
  
  

Reply via email to