File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<project name =" Codec" default =" compile" basedir =" ." >
22 <!--
33 "Codec" component of the Jakarta Commons Subproject
4- $Id: build.xml,v 1.7 2003/06/24 17:45:50 tobrien Exp $
4+ $Id: build.xml,v 1.8 2003/08/06 22:46:04 ggregory Exp $
55 -->
66 <!-- ========== Initialize Properties ===================================== -->
77 <property file =" ${ user.home } /${ component.name } .build.properties" />
5555 <mkdir dir =" ${ dist.home } " />
5656 <mkdir dir =" ${ dist.home } /docs" />
5757 <mkdir dir =" ${ dist.home } /docs/api" />
58- <javadoc sourcepath =" ${ source.home } " destdir =" ${ dist.home } /docs/api" packagenames =" org.apache.commons.*" author =" true" private =" true" version =" true" doctitle =" <h1>${ component.title } </h1>" windowtitle =" ${ component.title } (Version ${ component.version } )" bottom =" Copyright &copy; 2003 - Apache Software Foundation" use =" true" >
58+ <javadoc sourcepath =" ${ source.home } " destdir =" ${ dist.home } /docs/api" packagenames =" org.apache.commons.*" author =" true" private =" true" version =" true" doctitle =" <h1>${ component.title } </h1>" windowtitle =" ${ component.title } (Version ${ component.version } )" bottom =" Copyright &copy; 2003 - Apache Software Foundation" use =" true" link = " http://java.sun.com/products/jdk/1.2/docs/api/ " >
5959 <classpath refid =" compile.classpath" />
6060 </javadoc >
6161 </target >
You can’t perform that action at this time.
0 commit comments