[pkg-java] r2745 - branches/tomcat5.5/feature/debian/build

Marcus Better marcusb-guest at alioth.debian.org
Tue Nov 14 16:39:49 CET 2006


Author: marcusb-guest
Date: 2006-11-14 16:39:49 +0100 (Tue, 14 Nov 2006)
New Revision: 2745

Modified:
   branches/tomcat5.5/feature/debian/build/build.xml
Log:
Remove unused dependency (nsis).


Modified: branches/tomcat5.5/feature/debian/build/build.xml
===================================================================
--- branches/tomcat5.5/feature/debian/build/build.xml	2006-11-14 15:38:09 UTC (rev 2744)
+++ branches/tomcat5.5/feature/debian/build/build.xml	2006-11-14 15:39:49 UTC (rev 2745)
@@ -1955,12 +1955,6 @@
       <param name="destfile" value="${commons-httpclient.jar}"/>
     </antcall>
 
-    <antcall target="downloadfile">
-      <param name="sourcefile" value="${nsis.loc}"/>
-      <param name="destfile" value="${nsis.exe}"/>
-      <param name="destdir" value="${nsis.home}"/>
-    </antcall>
-
     <antcall target="downloadgz">
       <param name="sourcefile" value="${struts.loc}"/>
       <param name="destfile" value="${struts.jar}"/>




More information about the pkg-java-commits mailing list