mirror of https://github.com/apache/lucene.git
don't include contrib/memory class files in highlighter's jar
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@707834 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
29124f644a
commit
f2c988ae2b
|
@ -38,7 +38,7 @@
|
|||
|
||||
<target name="build-memory" unless="memory.jar.present">
|
||||
<echo>Highlighter building dependency ${memory.jar}</echo>
|
||||
<ant antfile="../memory/build.xml" target="default" inheritall="true" dir="../memory" />
|
||||
<ant antfile="../memory/build.xml" target="default" inheritall="false" dir="../memory" />
|
||||
</target>
|
||||
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue