You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by wh...@apache.org on 2005/01/13 13:39:26 UTC

cvs commit: ws-axis/c build.xml

whitlock    2005/01/13 04:39:26

  Modified:    c        build.xml
  Log:
  Build the C bindings
  
  Revision  Changes    Path
  1.17      +1 -1      ws-axis/c/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/build.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- build.xml	7 Jan 2005 12:05:40 -0000	1.16
  +++ build.xml	13 Jan 2005 12:39:26 -0000	1.17
  @@ -156,7 +156,7 @@
   		<antcall target="compileServer" inheritall="true"/>
   	</target>
   
  -	<target name="buildAll" depends="compile, compileWSDL2Ws, buildWSDL2WsJARFile, generateCBindings, buildDocumentation"/>
  +	<target name="buildAll" depends="compile, compileWSDL2Ws, buildWSDL2WsJARFile, buildCBindings, buildDocumentation"/>
   
   
   	<target name="build" depends="initialize"