You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by sm...@apache.org on 2022/12/14 08:05:03 UTC

svn commit: r1905982 - /knox/trunk/build.xml

Author: smolnar
Date: Wed Dec 14 08:05:03 2022
New Revision: 1905982

URL: http://svn.apache.org/viewvc?rev=1905982&view=rev
Log:
Re-added accidentally removed ANT targets

Modified:
    knox/trunk/build.xml

Modified: knox/trunk/build.xml
URL: http://svn.apache.org/viewvc/knox/trunk/build.xml?rev=1905982&r1=1905981&r2=1905982&view=diff
==============================================================================
--- knox/trunk/build.xml (original)
+++ knox/trunk/build.xml Wed Dec 14 08:05:03 2022
@@ -85,7 +85,7 @@
     </target>
 
     <target name="books" depends="markbook,_books"/>
-    <target name="_books" depends="_book-2-0-0"/>
+    <target name="_books" depends="_book-0-12-0,_book-0-13-0,_book-0-14-0,_book-1-0-0,_book-1-1-0,_book-1-2-0,_book-1-3-0,_book-1-4-0,_book-1-5-0,_book-1-6-0,_book-2-0-0"/>
     <target name="_book-0-12-0" depends="init">
         <delete dir="${book-target}/${gateway-artifact}-0-12-0" includes="**/*.html,**/*.css,**/*.png"/>
         <java jar="markbook/target/markbook.jar" fork="true" failonerror="true">