mirror of https://github.com/apache/lucene.git
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:
parent
dfaeb895a1
commit
7991c038ff
|
@ -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>
|
|
@ -1,3 +1,5 @@
|
|||
package org.apache.lucene.parsers.pdf;
|
||||
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
Loading…
Reference in New Issue