Author: rgardler
Date: Thu Jun 14 16:07:18 2007
New Revision: 547441

URL: http://svn.apache.org/viewvc?view=rev&rev=547441
Log:
Correct locationmap matcher

Modified:
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/content/xdocs/index.xml

Modified: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/content/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/content/xdocs/index.xml?view=diff&rev=547441&r1=547440&r2=547441
==============================================================================
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/content/xdocs/index.xml
 (original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/content/xdocs/index.xml
 Thu Jun 14 16:07:18 2007
@@ -51,7 +51,7 @@
       </p>
       <source>
 <![CDATA[
-    <match pattern="doap.descriptor">
+    <match pattern="doap.descriptor.projectDetails">
       <location src="[path/to/descriptor/file]" />
     </match>    
       ]]>