fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / tomcat / build.xml
blob10982e642be78975592564536486114087337365
1 <project name="jsr154 in LibreOffice" default="debuild" basedir=".">
3   <target name="debuild"
4    description="Build jsr154 for LibreOffice (Default)">
5     <echo message="Building Servlet 2.4 API"/>
6     <ant antfile="jsr154/build.xml"
7          target="jar"
8          inheritAll="false"
9     />
10   </target>
12   <target name="clean" description="Clean">
13     <echo message="Cleaning Servlet 2.4 API"/>
14     <ant antfile="jsr154/build.xml"
15          target="clean"
16          inheritAll="false"
17     />
18     <delete dir="tmp"/>
19   </target>
21 </project>