You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by jv...@locus.apache.org on 2000/08/25 01:02:45 UTC

cvs commit: jakarta-velocity/build build-velocity.xml

jvanzyl     00/08/24 16:02:45

  Modified:    build    build-velocity.xml
  Log:
  - cleaned up javadoc generation.
  
  Revision  Changes    Path
  1.2       +1 -2      jakarta-velocity/build/build-velocity.xml
  
  Index: build-velocity.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/build/build-velocity.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build-velocity.xml	2000/08/24 21:41:36	1.1
  +++ build-velocity.xml	2000/08/24 23:02:45	1.2
  @@ -81,8 +81,7 @@
           <mkdir dir="${javadoc.destdir}"/>
           <javadoc
               sourcepath="${build.src}"
  -            sourcefiles="${build.src}/Turbine.java"
  -            packagenames="org.apache.turbine.*"
  +            packagenames="org.apache.velocity.*"
               destdir="${javadoc.destdir}"
               author="true"
               private="true"