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 2008/02/27 12:42:42 UTC

svn commit: r631562 - /xerces/c/branches/xerces-2/scripts/packageSources.pl

Author: cargilld
Date: Wed Feb 27 03:42:41 2008
New Revision: 631562

URL: http://svn.apache.org/viewvc?rev=631562&view=rev
Log:
Fix incorrect path causing packageSources error

Modified:
    xerces/c/branches/xerces-2/scripts/packageSources.pl

Modified: xerces/c/branches/xerces-2/scripts/packageSources.pl
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2/scripts/packageSources.pl?rev=631562&r1=631561&r2=631562&view=diff
==============================================================================
--- xerces/c/branches/xerces-2/scripts/packageSources.pl (original)
+++ xerces/c/branches/xerces-2/scripts/packageSources.pl Wed Feb 27 03:42:41 2008
@@ -445,7 +445,7 @@
 
    print "\nREMOVING EXPORT CLAUSES\n\n";
 
-   remove_exports( $xercescroot . $fs . 'doc' . $fs . 'html' . $fs . 'apiDocs' );
+   remove_exports( $xercescroot . $fs . 'doc' . $fs . 'html' . $fs . 'apiDocs-2' );
 
    print "\nREMOVING MYSELF\n\n";
 



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