mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
fix broken link http://missing-link.googlecode.com/files/ml-ant-http-1.1.3.zip
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771056 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
644c4fb959
commit
cfd932f8ca
@ -2579,7 +2579,7 @@ under the License.
|
||||
<!-- TODO: currently this only saves a copy and paste snipplet to a file ...
|
||||
would be nice if it really changes status.xml and download.xml -->
|
||||
<target name="update-download">
|
||||
<downloadfile src="http://missing-link.googlecode.com/files/ml-ant-http-1.1.3.zip" dest="${compile.lib}/ml-ant-http-1.1.3.zip"/>
|
||||
<downloadfile src="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/missing-link/ml-ant-http-1.1.3.zip" dest="${compile.lib}/ml-ant-http-1.1.3.zip"/>
|
||||
<unzip src="${compile.lib}/ml-ant-http-1.1.3.zip" dest="${compile.lib}">
|
||||
<patternset>
|
||||
<include name="ml-ant-http-1.1.3.jar"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user