You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by tw...@apache.org on 2007/01/03 10:30:56 UTC

svn commit: r492084 - /incubator/uima/uimaj/trunk/uima-docbooks/build.xml

Author: twgoetz
Date: Wed Jan  3 01:30:56 2007
New Revision: 492084

URL: http://svn.apache.org/viewvc?view=rev&rev=492084
Log:
Undo unnecessary change (separate target for tools build).

Modified:
    incubator/uima/uimaj/trunk/uima-docbooks/build.xml

Modified: incubator/uima/uimaj/trunk/uima-docbooks/build.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/build.xml?view=diff&rev=492084&r1=492083&r2=492084
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/build.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/build.xml Wed Jan  3 01:30:56 2007
@@ -50,19 +50,15 @@
 		<ant antfile="build-docbook.xml" target="all">
 			<property name="book_name" value="tutorials_and_users_guides" />
 		</ant>
-		<antcall target="build_tools_book">
-		</antcall>
+		<ant antfile="build-docbook.xml" target="all">
+			<property name="book_name" value="tools" />
+		</ant>
 		<ant antfile="build-docbook.xml" target="all">
 			<property name="book_name" value="references" />
 		</ant>
 
 	</target>
 
-	<target name="build_tools_book">
-		<ant antfile="build-docbook.xml" target="all">
-			<property name="book_name" value="tools" />
-		</ant>
-	</target>
 
 	<!-- ======================================================================== -->
 	<!-- ==                                                                    == -->