mirror of
https://github.com/apache/lucene.git
synced 2025-02-08 11:05:29 +00:00
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>
|