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 na...@apache.org on 2008/12/25 00:21:59 UTC

svn commit: r729379 - /webservices/axis/trunk/c/package.xml

Author: nadiramra
Date: Wed Dec 24 15:21:57 2008
New Revision: 729379

URL: http://svn.apache.org/viewvc?rev=729379&view=rev
Log:
remove unneeded ant directives from package.xml

Modified:
    webservices/axis/trunk/c/package.xml

Modified: webservices/axis/trunk/c/package.xml
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/package.xml?rev=729379&r1=729378&r2=729379&view=diff
==============================================================================
--- webservices/axis/trunk/c/package.xml (original)
+++ webservices/axis/trunk/c/package.xml Wed Dec 24 15:21:57 2008
@@ -72,11 +72,6 @@
 		<copy todir="${dir.release}/include">
 			<fileset dir="${basedir}/include" includes="axis/**"/>
 		</copy>
-		<!-- copy over the c include files which have been generated. the failonerror is the easiest way to do this
-		otherwise I have to load in common.properties and that could end in tears ! -->
-		<copy todir="${dir.release}/include" failonerror="false">
-			<fileset dir="${dir.obj}/include" includes="axis/**"/>
-		</copy>
 	</target>
 
 	<target name="copyLibs">