You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ca...@apache.org on 2005/09/16 22:42:04 UTC

svn commit: r289649 - /xerces/c/trunk/scripts/packageSources.pl

Author: cargilld
Date: Fri Sep 16 13:42:02 2005
New Revision: 289649

URL: http://svn.apache.org/viewcvs?rev=289649&view=rev
Log:
Modify script to not include .svn directories in the source package.

Modified:
    xerces/c/trunk/scripts/packageSources.pl

Modified: xerces/c/trunk/scripts/packageSources.pl
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/scripts/packageSources.pl?rev=289649&r1=289648&r2=289649&view=diff
==============================================================================
--- xerces/c/trunk/scripts/packageSources.pl (original)
+++ xerces/c/trunk/scripts/packageSources.pl Fri Sep 16 13:42:02 2005
@@ -413,6 +413,7 @@
 
    pchdir( $xercescroot );
    psystem( 'find . -depth -type "d" -name "CVS" -exec rm -fr {} ' . $find_delim );
+   psystem( 'find . -depth -type "d" -name ".svn" -exec rm -fr {} ' . $find_delim );
    psystem( 'rm -rf .' . $fs . 'samples' . $fs . 'Projects' . $fs . 'OS2' );
    psystem( 'rm -rf .' . $fs . 'Projects' . $fs . 'OS2' );
    psystem( 'rm -rf .' . $fs . 'Projects' . $fs . 'Win32' . $fs . 'BCB4' );



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org