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:
Michael McCandless 2008-10-25 10:19:30 +00:00
parent 29124f644a
commit f2c988ae2b
1 changed files with 1 additions and 1 deletions

View File

@ -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>