mirror of https://github.com/apache/poi.git
fixed a typo in the url to junit
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@712129 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f85249cf3c
commit
d61df950d9
|
@ -353,8 +353,8 @@ under the License.
|
||||||
<param name="destfile" value="${main.log4j.jar}"/>
|
<param name="destfile" value="${main.log4j.jar}"/>
|
||||||
</antcall>
|
</antcall>
|
||||||
<antcall target="downloadfile">
|
<antcall target="downloadfile">
|
||||||
<param name="sourcefile" value="${{main.junit.url}"/>
|
<param name="sourcefile" value="${main.junit.url}"/>
|
||||||
<param name="destfile" value="${{main.junit.jar}"/>
|
<param name="destfile" value="${main.junit.jar}"/>
|
||||||
</antcall>
|
</antcall>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue