It appears the contrib javadoc settings were incorrect - thats why there was a bunch of errors about reading the package-list and why some contrib-to-core links wouldn't work

Same issue with the warnings from demo/core so changing those too - everything still appears to work, but contrib-core links that didn't now work and errors/warnings are gone

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@808229 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2009-08-26 23:55:23 +00:00
parent d30ed14e4d
commit c2d66b5a3d
2 changed files with 3 additions and 3 deletions

View File

@ -260,7 +260,7 @@
title="${Name} ${version} core API">
<sources>
<packageset dir="src/java"/>
<link href="../"/>
<link href=""/>
</sources>
</invoke-javadoc>
<jarify basedir="${javadoc.dir}/core" destfile="${build.dir}/${final.name}-javadoc.jar"/>
@ -275,7 +275,7 @@
title="${Name} ${version} demo API">
<sources>
<packageset dir="src/demo"/>
<link href="../"/>
<link href=""/>
</sources>
</invoke-javadoc>
<jarify basedir="${javadoc.dir}/demo" destfile="${build.dir}/${demo.name}-javadoc.jar"/>

View File

@ -96,7 +96,7 @@
destdir="${javadoc.dir}/contrib-${name}"
title="${Name} ${version} contrib-${name} API">
<sources>
<link href="../"/>
<link href=""/>
<packageset dir="src/java"/>
</sources>
</invoke-javadoc>