You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by gg...@apache.org on 2003/08/07 00:46:04 UTC

cvs commit: jakarta-commons/codec build.xml

ggregory    2003/08/06 15:46:04

  Modified:    codec    build.xml
  Log:
  Link Javadoc to http://java.sun.com/products/jdk/1.2/docs/api/
  
  Revision  Changes    Path
  1.8       +2 -2      jakarta-commons/codec/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/codec/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml	24 Jun 2003 17:45:50 -0000	1.7
  +++ build.xml	6 Aug 2003 22:46:04 -0000	1.8
  @@ -55,7 +55,7 @@
           <mkdir dir="${dist.home}"/>
           <mkdir dir="${dist.home}/docs"/>
           <mkdir dir="${dist.home}/docs/api"/>
  -        <javadoc sourcepath="${source.home}" destdir="${dist.home}/docs/api" packagenames="org.apache.commons.*" author="true" private="true" version="true" doctitle="&lt;h1&gt;${component.title}&lt;/h1&gt;" windowtitle="${component.title} (Version ${component.version})" bottom="Copyright &amp;copy; 2003 - Apache Software Foundation" use="true">
  +        <javadoc sourcepath="${source.home}" destdir="${dist.home}/docs/api" packagenames="org.apache.commons.*" author="true" private="true" version="true" doctitle="&lt;h1&gt;${component.title}&lt;/h1&gt;" windowtitle="${component.title} (Version ${component.version})" bottom="Copyright &amp;copy; 2003 - Apache Software Foundation" use="true" link="http://java.sun.com/products/jdk/1.2/docs/api/">
               <classpath refid="compile.classpath"/>
           </javadoc>
       </target>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org