restructure parser tree to add a build process

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150916 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2004-01-07 03:53:52 +00:00
parent dfaeb895a1
commit 7991c038ff
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,19 @@
<?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>

View File

@ -1,3 +1,5 @@
package org.apache.lucene.parsers.pdf;
/* ====================================================================
* The Apache Software License, Version 1.1
*