Keeping the ANT build functioning

This commit is contained in:
Oliver Burn 2010-09-17 10:50:15 +00:00
parent ec4c07f67f
commit 2b3ac1ec67
2 changed files with 3 additions and 3 deletions

View File

@ -586,8 +586,8 @@ For users of JDK 1.5 at least version 1.6.2 of Ant is required.
<!-- -->
<target name="javadoc" depends="compile.checkstyle"
description="Creates the javadoc html files">
<mkdir dir="${xdocs.dest}/api" />
<javadoc sourcepath="src/checkstyle" destdir="${xdocs.dest}/api"
<mkdir dir="${xdocs.dest}/apidocs" />
<javadoc sourcepath="src/checkstyle" destdir="${xdocs.dest}/apidocs"
Windowtitle="Checkstyle API"
classpathref="javadoc.classpath"
Use="true"

View File

@ -49,7 +49,7 @@
<item name="Writing listeners" href="/writinglisteners.html"/>
</item>
<item name="Javadoc" href="/api/index.html"/>
<item name="Javadoc" href="/apidocs/index.html"/>
</menu>
<menu name="SourceForge">