Skip to content
Snippets Groups Projects
Commit 3443ac74 authored by David Abram Cargill's avatar David Abram Cargill
Browse files

Modify script to not include .svn directories in the source package.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@289649 13f79535-47bb-0310-9956-ffa450edef68
parent 7667716f
No related branches found
No related tags found
No related merge requests found
......@@ -413,6 +413,7 @@ sub package_sources {
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' );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment