mirror of https://github.com/apache/lucene.git
23 lines
455 B
XML
23 lines
455 B
XML
<?xml version="1.0"?>
|
|
|
|
<project name="lucli" default="default">
|
|
|
|
<description>
|
|
Lucene Command Line Interface
|
|
</description>
|
|
|
|
|
|
<path id="additional.dependencies">
|
|
<pathelement location="lib/libreadline-java.jar"/>
|
|
</path>
|
|
|
|
<pathconvert property="project.classpath"
|
|
targetos="unix"
|
|
refid="additional.dependencies"
|
|
/>
|
|
|
|
<property name="src.dir" location="src"/>
|
|
|
|
<import file="../common.xml"/>
|
|
</project>
|