You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2002/02/13 00:57:15 UTC

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/appdev build.xml.txt

remm        02/02/12 15:57:15

  Modified:    webapps/tomcat-docs/appdev Tag: tomcat_40_branch
                        build.xml.txt
  Log:
  - Apparently forgot to port a fix for a typo (this was already fixed in the HEAD).
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.2   +1 -1      jakarta-tomcat-4.0/webapps/tomcat-docs/appdev/build.xml.txt
  
  Index: build.xml.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/appdev/build.xml.txt,v
  retrieving revision 1.2.2.1
  retrieving revision 1.2.2.2
  diff -u -r1.2.2.1 -r1.2.2.2
  --- build.xml.txt	10 Dec 2001 01:15:33 -0000	1.2.2.1
  +++ build.xml.txt	12 Feb 2002 23:57:15 -0000	1.2.2.2
  @@ -297,7 +297,7 @@
       <mkdir          dir="${dist.home}/docs/api"/>
       <javadoc sourcepath="src"
                   destdir="${dist.home}/docs/api"
  -           packagenames="*"/>
  +           packagenames="*">
         <classpath refid="compile.classpath"/>
       </javadoc>
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>