]> source.dussan.org Git - poi.git/commitdiff
fixed a typo in the url to junit
authorYegor Kozlov <yegor@apache.org>
Fri, 7 Nov 2008 14:17:10 +0000 (14:17 +0000)
committerYegor Kozlov <yegor@apache.org>
Fri, 7 Nov 2008 14:17:10 +0000 (14:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@712129 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 9d989acfcb29eb60db18f05c4e7105ef74b58f81..e44cd69c7c59df51969b02e2b3ad79388d918cab 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -353,8 +353,8 @@ under the License.
           <param name="destfile" value="${main.log4j.jar}"/>
         </antcall>
         <antcall target="downloadfile">
-          <param name="sourcefile" value="${{main.junit.url}"/>
-          <param name="destfile" value="${{main.junit.jar}"/>
+          <param name="sourcefile" value="${main.junit.url}"/>
+          <param name="destfile" value="${main.junit.jar}"/>
         </antcall>
     </target>