Author: markt
Date: Mon Mar 5 19:46:38 2007
New Revision: 514972
URL: http://svn.apache.org/viewvc?view=rev&rev=514972
Log:
Fix minor glitches in build script
Modified:
tomcat/container/branches/tc4.1.x/build.properties.default
tomcat/container/branches/tc4.1.x/build.xml
Modified: tomcat/container/branches/tc4.1.x/build.properties.default
URL:
http://svn.apache.org/viewvc/tomcat/container/branches/tc4.1.x/build.properties.default?view=diff&rev=514972&r1=514971&r2=514972
==============================================================================
--- tomcat/container/branches/tc4.1.x/build.properties.default (original)
+++ tomcat/container/branches/tc4.1.x/build.properties.default Mon Mar 5
19:46:38 2007
@@ -118,7 +118,7 @@
regexp.home=${base.path}/jakarta-regexp-1.4
regexp.lib=${regexp.home}
regexp.jar=${regexp.lib}/jakarta-regexp-1.4.jar
-regexp.loc=${base-jakarta.loc}/regexp/binaries/jakarta-regexp-1.4.tar.gz
+regexp.loc=${base-jakarta.loc}/regexp/source/jakarta-regexp-1.4.tar.gz
# ----- Jakarta Servlet API Classes (Servlet 2.3 / JSP 1.2) -----
Modified: tomcat/container/branches/tc4.1.x/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/container/branches/tc4.1.x/build.xml?view=diff&rev=514972&r1=514971&r2=514972
==============================================================================
--- tomcat/container/branches/tc4.1.x/build.xml (original)
+++ tomcat/container/branches/tc4.1.x/build.xml Mon Mar 5 19:46:38 2007
@@ -517,7 +517,7 @@
<param name="destfile" value="${nsis.install.exe}"/>
<param name="destdir" value="${nsis.home}"/>
</antcall>
- <antcall target="downloadzip">
+ <antcall target="downloadgz">
<param name="sourcefile" value="${struts.loc}"/>
<param name="destfile" value="${struts.jar}"/>
<param name="destdir" value="${base.path}"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]