build.xml.patch revision 4280
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
4280N/A@@ -999,13 +999,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">
4280N/A@@ -2744,27 +2737,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}"/>
4280N/A@@ -2775,15 +2747,6 @@
4132N/A
142N/A </target>
142N/A
4280N/A- <target name="download-npn"
4280N/A- description="Download optional NPN" >
4280N/A- <antcall target="downloadfile">
4280N/A- <param name="sourcefile" value="${npn.loc}"/>
4280N/A- <param name="destfile" value="${npn.jar}"/>
4280N/A- <param name="destdir" value="${npn.home}"/>
4280N/A- </antcall>
4280N/A- </target>
4280N/A-
4280N/A <target name="download-test-compile"
4280N/A description="Download additional components for the tests" >
4280N/A