You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2010/06/01 16:20:20 UTC

svn commit: r950083 - /ant/sandbox/usertests/env/build.xml

Author: bodewig
Date: Tue Jun  1 14:20:20 2010
New Revision: 950083

URL: http://svn.apache.org/viewvc?rev=950083&view=rev
Log:
typo

Modified:
    ant/sandbox/usertests/env/build.xml

Modified: ant/sandbox/usertests/env/build.xml
URL: http://svn.apache.org/viewvc/ant/sandbox/usertests/env/build.xml?rev=950083&r1=950082&r2=950083&view=diff
==============================================================================
--- ant/sandbox/usertests/env/build.xml (original)
+++ ant/sandbox/usertests/env/build.xml Tue Jun  1 14:20:20 2010
@@ -39,7 +39,7 @@
   </target>
 
   <target name="zip" depends="antlib">
-    <zip destfile="build.lib/${artifact.stub}.zip">
+    <zip destfile="${build.lib}/${artifact.stub}.zip">
       <zipfileset file="${jarname}" fullpath="${artifact.stub}.jar"/>
       <zipfileset prefix="bin" dir="src/script">
         <include name="*.bat"/>