17a3a44f89
(cherry picked from commit 48856f602fc5375586fe48a82ff0c47745ee69f2) Conflicts: solenv/bin/build.pl tomcat/tomcat.patch Change-Id: If5b5495d767b715e7fefde1870024064947790ea
21 lines
539 B
XML
21 lines
539 B
XML
<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>
|