LUCENE-3649: port changes from 3x to trunk

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1226236 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shai Erera 2012-01-01 11:41:30 +00:00
parent 29fc70c15d
commit d5932e1149
6 changed files with 6 additions and 22 deletions

View File

@ -73,23 +73,5 @@
<target name="compile-core" depends="jar-analyzers-common,common.compile-core,compile-examples" description="Compiles facet classes" />
<target name="jar-core" depends="common.jar-core,jar-examples" />
<target name="javadocs" depends="compile-core">
<sequential>
<mkdir dir="${javadoc.dir}/contrib-${name}"/>
<copy todir="${javadoc.dir}/contrib-${name}" file="docs/userguide.html" />
<!-- javadoc core classes -->
<invoke-javadoc
destdir="${javadoc.dir}/contrib-${name}"
title="${Name} ${version} contrib-${name} API">
<sources>
<link href=""/>
<packageset dir="${src.dir}"/>
<packageset dir="${examples.dir}"/>
</sources>
</invoke-javadoc>
<jarify basedir="${javadoc.dir}/contrib-${name}" destfile="${build.dir}/${final.name}-javadoc.jar"/>
</sequential>
</target>
</project>

View File

@ -3,6 +3,7 @@
<title>Faceted Indexing and Search</title>
</head>
<body>
Provides faceted indexing and search capabilities. The <a href="../../../../userguide.html">userguide</a> is recommended for a start.
<!-- NOTE: if you update the userguide link, also update the one in src/java/overview.html -->
Provides faceted indexing and search capabilities. The <a href="doc-files/userguide.html">userguide</a> is recommended for a start.
</body>
</html>
</html>

View File

@ -21,6 +21,7 @@
</title>
</head>
<body>
Provides faceted indexing and search capabilities (checkout the <a href="userguide.html">userguide</a>).
<!-- NOTE: if you update the userguide link, also update the one in o.a.l.facet/package.html -->
Provides faceted indexing and search capabilities (checkout the <a href="org/apache/lucene/facet/doc-files/userguide.html">userguide</a>).
</body>
</html>
</html>