You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ma...@apache.org on 2012/04/09 23:20:44 UTC

svn commit: r1311460 - /ant/ivy/core/trunk/build-release.xml

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" />