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...@apache.org on 2001/03/23 01:07:37 UTC

cvs commit: jakarta-tomcat-4.0 build.xml

craigmcc    01/03/22 16:07:37

  Modified:    .        build.xml
  Log:
  Correct the source of jakarta-servletapi-4 Javadocs when building the
  "dist" target.
  
  Revision  Changes    Path
  1.20      +1 -1      jakarta-tomcat-4.0/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- build.xml	2001/02/21 03:37:26	1.19
  +++ build.xml	2001/03/23 00:07:36	1.20
  @@ -115,7 +115,7 @@
         <fileset dir="${jasper.build}/javadoc" />
       </copy>
       <copy todir="${tomcat.build}/webapps/ROOT/servletapi-javadoc">
  -      <fileset dir="${servletapi.home}/docs/api" />
  +      <fileset dir="${servletapi.home}/dist/docs/api" />
       </copy>
     </target>