pylucene 3.5.0-3
[pylucene.git] / lucene-java-3.4.0 / lucene / contrib / xml-query-parser / dtddocbuild.xml
diff --git a/lucene-java-3.4.0/lucene/contrib/xml-query-parser/dtddocbuild.xml b/lucene-java-3.4.0/lucene/contrib/xml-query-parser/dtddocbuild.xml
deleted file mode 100644 (file)
index ba42842..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0"?>
-
-<project name="DTDDocAnt" default="main">
-
-  <import file="../contrib-build.xml"/>
-
-    <description>
-    This file generates DTDdocumentation
-    </description>
-
-    <!-- Tell ant where to find the code of the DTDDoc task.
-         Set dtddoc.home property to the directory where DTDdoc is installed on your system
-         -->
-
-    <taskdef name="DTDDoc"
-             classname="DTDDoc.DTDDocTask"
-             classpath="${dtddoc.home}/DTDDoc.jar"/>
-
-    <!-- Execute DTDDoc -->
-
-    <target name="main">
-
-
-        <DTDDoc showHiddenTags="false"
-                showFixmeTags="false"
-                sourceDir="."
-                destDir="docs"
-                docTitle = "Lucene XML Query syntax">
-                <include name="*.dtd"/>
-        </DTDDoc>
-
-    </target>
-
-
-
-</project>