mirror of https://github.com/apache/lucene.git
20 lines
419 B
XML
20 lines
419 B
XML
|
<?xml version="1.0"?>
|
||
|
|
||
|
<project name="regex" default="default">
|
||
|
|
||
|
<description>
|
||
|
Regular expression query
|
||
|
</description>
|
||
|
|
||
|
<path id="additional.dependencies">
|
||
|
<fileset dir="lib" includes="*-oro-*.jar,*-regexp-*.jar"/>
|
||
|
</path>
|
||
|
|
||
|
<pathconvert property="project.classpath"
|
||
|
targetos="unix"
|
||
|
refid="additional.dependencies"
|
||
|
/>
|
||
|
|
||
|
<import file="../contrib-build.xml"/>
|
||
|
</project>
|