Kaydet (Commit) 17a3a44f authored tarafından Andre Fischer's avatar Andre Fischer Kaydeden (comit) Caolán McNamara

Resolves: #i120174# Do not build tomcat code that is not delivered.

(cherry picked from commit 48856f60)

Conflicts:
	solenv/bin/build.pl
	tomcat/tomcat.patch

Change-Id: If5b5495d767b715e7fefde1870024064947790ea
üst 11f8e53d
<project name="jsr152 and jsr154 in Debian" default="debuild" basedir=".">
<project name="jsr154 in LibreOffice" default="debuild" basedir=".">
<target name="debuild"
description="Build jsr154 and jsr152 for Debian (Default)">
description="Build jsr154 for LibreOffice (Default)">
<echo message="Building Servlet 2.4 API"/>
<ant antfile="jsr154/build.xml"
target="dist"
inheritAll="false"
/>
<echo message="Building JSP 2.0 API"/>
<ant antfile="jsr152/build.xml"
target="dist"
target="jar"
inheritAll="false"
/>
</target>
<target name="clean" description="Clean">
<echo message="Cleaning JSP 2.0 API"/>
<ant antfile="jsr152/build.xml"
target="clean"
inheritAll="false"
/>
<echo message="Cleaning Servlet 2.4 API"/>
<ant antfile="jsr154/build.xml"
target="clean"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment