You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2006/07/24 05:21:34 UTC

svn commit: r424889 - in /forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo: doap-forrest.xml src/documentation/content/locationmap.xml src/documentation/content/xdocs/index.xml

Author: crossley
Date: Sun Jul 23 20:21:33 2006
New Revision: 424889

URL: http://svn.apache.org/viewvc?rev=424889&view=rev
Log:
FOR-910 "project DOAP file retrieved numerous times during docs generation"
Workaround to use a local copy instead.

Added:
    forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/doap-forrest.xml
      - copied unchanged from r424880, forrest/trunk/site-author/content/doap.xml
Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/src/documentation/content/locationmap.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/src/documentation/content/xdocs/index.xml

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/src/documentation/content/locationmap.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/src/documentation/content/locationmap.xml?rev=424889&r1=424888&r2=424889&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/src/documentation/content/locationmap.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/src/documentation/content/locationmap.xml Sun Jul 23 20:21:33 2006
@@ -39,7 +39,10 @@
     </match>     
     
     <match pattern="project.descriptor.forrest">
+<!-- FOR-910 numerous retrievals of DOAP file, so use a local copy.
       <location src="http://svn.apache.org/repos/asf/forrest/trunk/site-author/content/doap.xml"/>
+-->
+      <location src="doap-forrest.xml"/>
     </match>
     
     <match pattern="project.svn.url">

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/src/documentation/content/xdocs/index.xml?rev=424889&r1=424888&r2=424889&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/src/documentation/content/xdocs/index.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/src/documentation/content/xdocs/index.xml Sun Jul 23 20:21:33 2006
@@ -209,6 +209,11 @@
       <location src="http://svn.apache.org/repos/asf/forrest/trunk/site-author/content/doap.xml"/>
     </match>    
         ]]></source>
+
+<warning>
+FOR-910 "project DOAP file retrieved numerous times during docs generation"
+so use a local copy instead.
+</warning>
         
         <p>Of course, if you have a central location for all your project descriptor
         files you could use a match like this:</p>