Author: rgardler
Date: Sun Sep 16 15:35:31 2007
New Revision: 576200

URL: http://svn.apache.org/viewvc?rev=576200&view=rev
Log:
Handle all people in a DOAP

Modified:
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/descriptorIndex-to-foaf.xsl

Modified: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/descriptorIndex-to-foaf.xsl
URL: 
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/descriptorIndex-to-foaf.xsl?rev=576200&r1=576199&r2=576200&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/descriptorIndex-to-foaf.xsl
 (original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/descriptorIndex-to-foaf.xsl
 Sun Sep 16 15:35:31 2007
@@ -24,7 +24,12 @@
   xmlns:foaf="http://xmlns.com/foaf/0.1/";>
   <xsl:template match="descriptors">
     <rdf:RDF>
-      <xsl:apply-templates select="//doap:maintainer"/>      
+      <xsl:apply-templates select="//doap:maintainer"/>
+      <xsl:apply-templates select="//doap:developer"/>
+      <xsl:apply-templates select="//doap:documenter"/>
+      <xsl:apply-templates select="//doap:translator"/>
+      <xsl:apply-templates select="//doap:tester"/>
+      <xsl:apply-templates select="//doap:helper"/>      
     </rdf:RDF>
   </xsl:template>