mirror of https://github.com/apache/lucene.git
LUCENE-3232: Fixed duplicate ant project name
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1139489 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f37c1aaead
commit
06653e0e62
|
@ -15,7 +15,7 @@
|
|||
limitations under the License.
|
||||
-->
|
||||
|
||||
<project name="common" default="default">
|
||||
<project name="common-module" default="default">
|
||||
<description>
|
||||
Module containing common classes to be used by Solr and other modules
|
||||
</description>
|
||||
|
|
Loading…
Reference in New Issue