LUCENE-3232: New common module jar import correction

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1139490 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Christopher John Male 2011-06-25 04:21:03 +00:00
parent 06653e0e62
commit e3c74ec78b
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-common-${version}.jar" />
<include name="lucene-common-module-${version}.jar" />
</fileset>
</copy>
</target>