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/12/20 15:55:30 UTC

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

Author: hawkeye
Date: Tue Dec 20 06:55:26 2005
New Revision: 358014

URL: http://svn.apache.org/viewcvs?rev=358014&view=rev
Log:
package only *.html and *.pdf docs

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

Modified: webservices/axis/trunk/c/package.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/package.xml?rev=358014&r1=358013&r2=358014&view=diff
==============================================================================
--- webservices/axis/trunk/c/package.xml (original)
+++ webservices/axis/trunk/c/package.xml Tue Dec 20 06:55:26 2005
@@ -58,7 +58,10 @@
 		<!-- Copy documentation into release package -->
 		<mkdir dir="${dir.release}/docs"/>
 		<copy todir="${dir.release}/docs">
-			<fileset dir="${basedir}/docs" includes="**"/>
+			<fileset dir="${basedir}/docs">
+				<include name="**/*.pdf"/>
+				<include name="**/*.html"/>
+			</fileset>
 		</copy>	
 	</target>