Keeping the ANT build functioning
This commit is contained in:
parent
ec4c07f67f
commit
2b3ac1ec67
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue