mirror of https://github.com/apache/lucene.git
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:
parent
29fc70c15d
commit
d5932e1149
|
@ -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>
|
||||
|
|
0
modules/facet/docs/userguide.html → modules/facet/src/java/org/apache/lucene/facet/doc-files/userguide.html
Normal file → Executable file
0
modules/facet/docs/userguide.html → modules/facet/src/java/org/apache/lucene/facet/doc-files/userguide.html
Normal file → Executable 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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue