summaryrefslogtreecommitdiff
path: root/tomcat/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tomcat/build.xml')
-rw-r--r--tomcat/build.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/tomcat/build.xml b/tomcat/build.xml
deleted file mode 100644
index 10982e642be7..000000000000
--- a/tomcat/build.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<project name="jsr154 in LibreOffice" default="debuild" basedir=".">
-
- <target name="debuild"
- description="Build jsr154 for LibreOffice (Default)">
- <echo message="Building Servlet 2.4 API"/>
- <ant antfile="jsr154/build.xml"
- target="jar"
- inheritAll="false"
- />
- </target>
-
- <target name="clean" description="Clean">
- <echo message="Cleaning Servlet 2.4 API"/>
- <ant antfile="jsr154/build.xml"
- target="clean"
- inheritAll="false"
- />
- <delete dir="tmp"/>
- </target>
-
-</project>