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
52c449c65a
commit
91a8fb0a0d
@ -2579,7 +2579,7 @@ under the License.
|
|||||||
<!-- TODO: currently this only saves a copy and paste snipplet to a file ...
|
<!-- 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 -->
|
would be nice if it really changes status.xml and download.xml -->
|
||||||
<target name="update-download">
|
<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}">
|
<unzip src="${compile.lib}/ml-ant-http-1.1.3.zip" dest="${compile.lib}">
|
||||||
<patternset>
|
<patternset>
|
||||||
<include name="ml-ant-http-1.1.3.jar"/>
|
<include name="ml-ant-http-1.1.3.jar"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user