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:48:40 UTC

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

Author: cargilld
Date: Wed Feb 27 03:48:39 2008
New Revision: 631565

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

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

Modified: xerces/c/trunk/scripts/packageSources.pl
URL: http://svn.apache.org/viewvc/xerces/c/trunk/scripts/packageSources.pl?rev=631565&r1=631564&r2=631565&view=diff
==============================================================================
--- xerces/c/trunk/scripts/packageSources.pl (original)
+++ xerces/c/trunk/scripts/packageSources.pl Wed Feb 27 03:48:39 2008
@@ -428,7 +428,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-3' );
 
    print "\nCOMPRESS DOCS\n\n";
 



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