You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ha...@apache.org on 2005/10/14 11:07:44 UTC

svn commit: r321059 - /webservices/axis/trunk/c/build/buildTools.xml

Author: hawkeye
Date: Fri Oct 14 02:07:41 2005
New Revision: 321059

URL: http://svn.apache.org/viewcvs?rev=321059&view=rev
Log:
Only build CBindings if they've been asked for.

Modified:
    webservices/axis/trunk/c/build/buildTools.xml

Modified: webservices/axis/trunk/c/build/buildTools.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/build/buildTools.xml?rev=321059&r1=321058&r2=321059&view=diff
==============================================================================
--- webservices/axis/trunk/c/build/buildTools.xml (original)
+++ webservices/axis/trunk/c/build/buildTools.xml Fri Oct 14 02:07:41 2005
@@ -49,7 +49,7 @@
 	<!--
 	  Compile, package and run the C binding generator
 	  -->
-	<target name="buildCBindings" depends="generateCHeaders, compileCBindings"
+	<target name="buildCBindings" depends="generateCHeaders, compileCBindings" if="buildCBindings"
 	  description="Generate the C bindings and compile and link the C bindings client library"/>
 
 	<target name="generateCHeaders" depends="buildTools"