4132N/APatch origin: in-house
4132N/APatch status: Solaris-specific; not suitable for upstream
4132N/A
4132N/ADownload/use only archives we really need.
4132N/ADon't install unnecessary stuff.
4132N/A
4132N/A--- build.xml
4132N/A+++ build.xml
7086N/A@@ -983,13 +983,6 @@
4280N/A <target name="deploy" depends="package,build-docs,build-tomcat-jdbc,compile-webapp-examples"
4280N/A description="Default. Builds a working Tomcat instance">
142N/A
142N/A- <copy tofile="${tomcat.build}/bin/tomcat-native.tar.gz"
142N/A- file="${tomcat-native.tar.gz}" />
142N/A- <copy tofile="${tomcat.build}/bin/commons-daemon-native.tar.gz"
142N/A- file="${commons-daemon.native.src.tgz}" />
142N/A-
142N/A- <copy tofile="${tomcat.build}/bin/commons-daemon.jar" file="${commons-daemon.jar}" />
142N/A-
142N/A <!-- Copy scripts -->
142N/A <copy todir="${tomcat.build}/bin">
142N/A <fileset dir="bin">
7086N/A@@ -2576,27 +2576,6 @@
4280N/A <target name="download-compile"
4280N/A description="Download (and build) components necessary to compile" >
142N/A
479N/A- <antcall target="downloadfile-2">
479N/A- <param name="sourcefile.1" value="${tomcat-native.loc.1}"/>
479N/A- <param name="sourcefile.2" value="${tomcat-native.loc.2}"/>
142N/A- <param name="destfile" value="${tomcat-native.tar.gz}"/>
142N/A- <param name="destdir" value="${tomcat-native.home}"/>
142N/A- </antcall>
142N/A-
142N/A- <!-- Download Commons Daemon -->
479N/A- <antcall target="downloadgz-2">
479N/A- <param name="sourcefile.1" value="${commons-daemon.bin.loc.1}"/>
479N/A- <param name="sourcefile.2" value="${commons-daemon.bin.loc.2}"/>
142N/A- <param name="destfile" value="${commons-daemon.jar}"/>
142N/A- </antcall>
142N/A-
479N/A- <antcall target="downloadfile-2">
479N/A- <param name="sourcefile.1" value="${commons-daemon.native.src.loc.1}"/>
479N/A- <param name="sourcefile.2" value="${commons-daemon.native.src.loc.2}"/>
142N/A- <param name="destfile" value="${commons-daemon.native.src.tgz}"/>
142N/A- <param name="destdir" value="${commons-daemon.home}"/>
142N/A- </antcall>
142N/A-
4280N/A <!-- Download JDT (Eclipse compiler) -->
4280N/A <antcall target="downloadfile-2">
4280N/A <param name="sourcefile.1" value="${jdt.loc.1}"/>