[pkg-java] r2746 - branches/tomcat5.5/feature/debian/build
Marcus Better
marcusb-guest at alioth.debian.org
Tue Nov 14 16:41:04 CET 2006
Author: marcusb-guest
Date: 2006-11-14 16:41:03 +0100 (Tue, 14 Nov 2006)
New Revision: 2746
Modified:
branches/tomcat5.5/feature/debian/build/build.xml
Log:
Remove unused deps (tomcat-native).
Modified: branches/tomcat5.5/feature/debian/build/build.xml
===================================================================
--- branches/tomcat5.5/feature/debian/build/build.xml 2006-11-14 15:39:49 UTC (rev 2745)
+++ branches/tomcat5.5/feature/debian/build/build.xml 2006-11-14 15:41:03 UTC (rev 2746)
@@ -158,8 +158,8 @@
<copy todir="${tomcat.build}/bin" file="${commons-daemon.jsvc.tar.gz}"
failonerror="false" />
- <copy tofile="${tomcat.build}/bin/tomcat-native.tar.gz"
- file="${tomcat-native.tar.gz}" />
+<!-- <copy tofile="${tomcat.build}/bin/tomcat-native.tar.gz"
+ file="${tomcat-native.tar.gz}" />-->
<!-- <copy todir="${tomcat.build}/common/lib" file="${ant.jar}"/>
<copy todir="${tomcat.build}/common/lib" file="${ant-launcher.jar}"/> -->
@@ -1965,12 +1965,6 @@
<param name="destfile" value="${commons-daemon.jar}"/>
</antcall>
- <antcall target="downloadfile">
- <param name="sourcefile" value="${tomcat-native.loc}"/>
- <param name="destfile" value="${tomcat-native.tar.gz}"/>
- <param name="destdir" value="${tomcat-native.home}"/>
- </antcall>
-
<!-- Build the dependencies that are not yet released -->
<antcall target="build-depends"/>
More information about the pkg-java-commits
mailing list