mirror of
https://github.com/apache/lucene.git
synced 2025-03-05 15:59:25 +00:00
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150916 13f79535-47bb-0310-9956-ffa450edef68
20 lines
348 B
XML
20 lines
348 B
XML
<?xml version="1.0"?>
|
|
|
|
<project name="parsers" default="default">
|
|
|
|
<description>
|
|
Document parsers
|
|
</description>
|
|
|
|
<path id="additional.dependencies">
|
|
<fileset dir="lib"/>
|
|
</path>
|
|
|
|
<pathconvert property="project.classpath"
|
|
targetos="unix"
|
|
refid="additional.dependencies"
|
|
/>
|
|
|
|
<import file="../common.xml"/>
|
|
</project>
|