You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ye...@apache.org on 2008/11/07 15:17:18 UTC

svn commit: r712129 - /poi/trunk/build.xml

Author: yegor
Date: Fri Nov  7 06:17:10 2008
New Revision: 712129

URL: http://svn.apache.org/viewvc?rev=712129&view=rev
Log:
fixed a typo in the url to junit

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=712129&r1=712128&r2=712129&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Fri Nov  7 06:17:10 2008
@@ -353,8 +353,8 @@
           <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>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org