lucene/sandbox/contributions/XML-Indexing-Demo/build.xml

11 lines
176 B
XML
Raw Normal View History

<?xml version="1.0"?>
<project name="xml" default="default">
<description>
Example of Lucene XML indexing
</description>
<import file="../common.xml"/>
</project>