Author: maartenc
Date: Mon Apr  9 21:20:43 2012
New Revision: 1311460

URL: http://svn.apache.org/viewvc?rev=1311460&view=rev
Log:
Removed closing </target> by accident.

Modified:
    ant/ivy/core/trunk/build-release.xml

Modified: ant/ivy/core/trunk/build-release.xml
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/build-release.xml?rev=1311460&r1=1311459&r2=1311460&view=diff
==============================================================================
--- ant/ivy/core/trunk/build-release.xml (original)
+++ ant/ivy/core/trunk/build-release.xml Mon Apr  9 21:20:43 2012
@@ -213,6 +213,7 @@
         <xooki:print src="${doc.tmp.dir}/index.html" 
                      dest="${doc.build.dir}/book.html"
                      xookidir="${doc.src.dir}/xooki" />
+       </target>
 
        <target name="all-doc" depends="javadoc, generate-doc" />
        


Reply via email to