geirm       01/03/19 15:17:02

  Modified:    build    build.xml
  Log:
  Added the logger_example to the examples target
  
  Revision  Changes    Path
  1.8       +2 -1      jakarta-velocity/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/build/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml 2001/03/19 13:11:34     1.7
  +++ build.xml 2001/03/19 23:17:00     1.8
  @@ -323,7 +323,8 @@
       <javac srcdir="${example.dir}/app_example1
                     :${example.dir}/app_example2
                     :${example.dir}/servlet_example1
  -                  :${example.dir}/context_example"
  +                  :${example.dir}/context_example
  +                  :${example.dir}/logger_example"
         debug="${debug}"
         deprecation="${deprecation}"
         optimize="${optimize}">
  
  
  

Reply via email to