mirror of https://github.com/apache/lucene.git
11 lines
176 B
XML
11 lines
176 B
XML
|
<?xml version="1.0"?>
|
||
|
|
||
|
<project name="xml" default="default">
|
||
|
|
||
|
<description>
|
||
|
Example of Lucene XML indexing
|
||
|
</description>
|
||
|
|
||
|
<import file="../common.xml"/>
|
||
|
</project>
|