LUCENE-3232: Bad dependency to common module

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1139479 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Christopher John Male 2011-06-25 02:07:26 +00:00
parent e8faa197c8
commit e846f760f8
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@
<include name="lucene-grouping-${version}.jar" />
</fileset>
<fileset dir="../modules/common/build">
<include name="lucene-queries-${version}.jar" />
<include name="lucene-common-${version}.jar" />
</fileset>
</copy>
</target>