geirm       01/04/18 05:33:53

  Modified:    build    build.xml
  Log:
  Added fix from Charles Benett <[EMAIL PROTECTED]> so the
  examples target is no longer local-classpath dependant, but uses the
  included jars for ease of build.
  
  Oversight on our part.  Classpath is evil.  Thanks Charles.
  
  Revision  Changes    Path
  1.30      +1 -0      jakarta-velocity/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/build/build.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- build.xml 2001/04/12 11:17:40     1.29
  +++ build.xml 2001/04/18 12:33:52     1.30
  @@ -336,6 +336,7 @@
         optimize="${optimize}">
   
         <classpath>
  +        <path refid="classpath"/>
           <pathelement location="${build.dest}"/>
           <pathelement location="${servlet.jar}"/>
         </classpath>
  
  
  

Reply via email to