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/07 15:49:08 UTC

cvs commit: ws-axis/c package.xml

whitlock    2005/01/07 06:49:08

  Modified:    c        package.xml
  Log:
  Package C header files
  
  Revision  Changes    Path
  1.5       +3 -0      ws-axis/c/package.xml
  
  Index: package.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/package.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- package.xml	2 Nov 2004 15:19:43 -0000	1.4
  +++ package.xml	7 Jan 2005 14:49:08 -0000	1.5
  @@ -66,6 +66,9 @@
   		<copy todir="${dir.release}/include">
   			<fileset dir="${basedir}/include" includes="**"/>
   		</copy>
  +		<copy todir="${dir.release}/include">
  +			<fileset dir="${dir.obj}/include" includes="**"/>
  +		</copy>
   	</target>
   
   	<target name="copyLibs">