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:
Yegor Kozlov 2008-11-07 14:17:10 +00:00
parent 1590882803
commit 0d7cb5c968

View File

@ -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>