Author: rgardler
Date: Sat Oct 22 15:04:18 2005
New Revision: 327702

URL: http://svn.apache.org/viewcvs?rev=327702&view=rev
Log:
Don't use the XSL generated page header. Use project documentation locationmap 
to discover project descriptors

Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/input.xmap

Modified: 
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/input.xmap
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/input.xmap?rev=327702&r1=327701&r2=327702&view=diff
==============================================================================
--- 
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/input.xmap 
(original)
+++ 
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/input.xmap 
Sat Oct 22 15:04:18 2005
@@ -88,14 +88,18 @@
 
       <map:match pattern="projectDetails.xml">
         <map:generate type="file" src="{lm:project.descriptor}" />
-        <map:transform src="{lm:projectInfo.transform.doap.html}"/>
+        <map:transform src="{lm:projectInfo.transform.doap.html}">
+          <map:parameter name="includePageHeader" value="false"/>
+        </map:transform>
         <map:transform src="{lm:transform.html.document}"/>
         <map:serialize type="xml-document"/>
       </map:match>
       
       <map:match pattern="projectDetails.*.xml">
         <map:generate type="file" src="{lm:project.descriptor.{1}}" />
-        <map:transform src="{lm:projectInfo.transform.doap.html}"/>
+        <map:transform src="{lm:projectInfo.transform.doap.html}">
+          <map:parameter name="includePageHeader" value="false"/>
+        </map:transform>
         <map:transform src="{lm:transform.html.document}"/>
         <map:serialize type="xml-document"/>
       </map:match>
@@ -114,7 +118,7 @@
         known in the locationmap-projects.xml file.
       -->
       <map:match pattern="projectDetails/index.siteSnippet.xml">
-        <map:generate type="file" src="locationmap.xml" />
+        <map:generate type="file" src="{project:content}/locationmap.xml" />
         <map:transform 
src="{lm:projectInfo.transform.locationmap.descriptorIndex}"/>
         <map:transform type="cinclude"/>
         <map:transform 
src="{lm:projectInfo.transform.descriptorIndex.siteSnippet}"/>
@@ -127,7 +131,7 @@
         programming language. 
       -->
       <map:match pattern="projectDetails/language-*/index.siteSnippet.xml">
-        <map:generate type="file" src="locationmap.xml" />
+        <map:generate type="file" src="{project:content}/locationmap.xml" />
         <map:transform 
src="{lm:projectInfo.transform.locationmap.descriptorIndex}"/>
         <map:transform type="cinclude"/>
         <map:transform 
src="{lm:projectInfo.transform.descriptorIndex.siteSnippet}">


Reply via email to