LUCENE-7665: Remove grouping dependency from the join module.

This commit is contained in:
Martijn van Groningen 2017-01-30 17:37:40 +01:00 committed by Martijn van Groningen
parent 61ab4e338e
commit e5dbfa4c52
2 changed files with 3 additions and 21 deletions

View File

@ -148,6 +148,9 @@ Build
* LUCENE-7653: Update randomizedtesting to version 2.5.0. (Dawid Weiss)
* LUCENE-7665: Remove grouping dependency from the join module.
(Martijn van Groningen)
Other
* LUCENE-7666: Fix typos in lucene-join package info javadoc.

View File

@ -24,25 +24,4 @@
<import file="../module-build.xml"/>
<path id="classpath">
<pathelement path="${grouping.jar}"/>
<path refid="base.classpath"/>
</path>
<path id="run.classpath">
<path refid="classpath"/>
<pathelement location="${build.dir}/classes/java"/>
</path>
<target name="init" depends="module-build.init,jar-grouping"/>
<target name="javadocs" depends="javadocs-grouping,compile-core,check-javadocs-uptodate"
unless="javadocs-uptodate-${name}">
<invoke-module-javadoc>
<links>
<link href="../grouping"/>
</links>
</invoke-module-javadoc>
</target>
</project>