You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by cr...@locus.apache.org on 2000/04/28 01:04:07 UTC

cvs commit: jakarta-servletapi build.xml

craigmcc    00/04/27 16:04:07

  Modified:    .        build.xml
  Log:
  Update javadoc task so it works as an Ant sub-project as well.
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-servletapi/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-servletapi/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml	2000/04/26 22:31:53	1.3
  +++ build.xml	2000/04/27 23:04:06	1.4
  @@ -37,7 +37,7 @@
     <!-- ======================== Build JavaDoc =========================== -->
     <target name="javadoc" depends="prepare">
       <javadoc packagenames="javax.servlet.*"
  -             sourcepath="src/share"
  +             sourcepath="${basedir}/src/share"
                destdir="${servletapi.build}/docs/api"
                use="true"
                windowtitle="Servlet and JavaServer Pages API Documentation"