Author: crossley
Date: Mon Dec  6 00:16:26 2004
New Revision: 109961

URL: http://svn.apache.org/viewcvs?view=rev&rev=109961
Log:
Fix regep error with components-source.txt

Modified:
   cocoon/branches/BRANCH_2_1_X/tools/review-sitemap-docs/correlate-table.sh

Modified: 
cocoon/branches/BRANCH_2_1_X/tools/review-sitemap-docs/correlate-table.sh
Url: 
http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/tools/review-sitemap-docs/correlate-table.sh?view=diff&rev=109961&p1=cocoon/branches/BRANCH_2_1_X/tools/review-sitemap-docs/correlate-table.sh&r1=109960&p2=cocoon/branches/BRANCH_2_1_X/tools/review-sitemap-docs/correlate-table.sh&r2=109961
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/tools/review-sitemap-docs/correlate-table.sh   
(original)
+++ cocoon/branches/BRANCH_2_1_X/tools/review-sitemap-docs/correlate-table.sh   
Mon Dec  6 00:16:26 2004
@@ -25,7 +25,7 @@
 
 echo "Listing the sitemap components java source files."
 echo " (See components-source.txt)"
-sed -n 's/src\/.*java\/org/org/p' component-java-files.txt \
+sed -n 's/src\/.*org\//org\//p' component-java-files.txt \
 | sort > components-source.txt
 
 echo "Scanning the coordinate table xdoc and list the javadoc sources."

Reply via email to