Author: crossley
Date: Wed Jan  5 06:18:26 2011
New Revision: 1055306

URL: http://svn.apache.org/viewvc?rev=1055306&view=rev
Log:
Add missing locationmap entry for "project.useCases.dir".

Modified:
    forrest/trunk/etc/review-plugin-deployment.txt
    
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/locationmap.xml

Modified: forrest/trunk/etc/review-plugin-deployment.txt
URL: 
http://svn.apache.org/viewvc/forrest/trunk/etc/review-plugin-deployment.txt?rev=1055306&r1=1055305&r2=1055306&view=diff
==============================================================================
--- forrest/trunk/etc/review-plugin-deployment.txt (original)
+++ forrest/trunk/etc/review-plugin-deployment.txt Wed Jan  5 06:18:26 2011
@@ -26,7 +26,7 @@ org.apache.forrest.plugin.input.dtdx    
 org.apache.forrest.plugin.input.excel              | y        8        y       
 7  n  y
 org.apache.forrest.plugin.input.feeder             | y        8        y       
 7  n  n     y (build hangs)
 org.apache.forrest.plugin.input.listLocations      | y        8        y       
 7  n  y
-org.apache.forrest.plugin.input.projectInfo        | y        8        y       
 6  n  n  y
+org.apache.forrest.plugin.input.projectInfo        | y        8        y       
 6  n  y  y
 org.apache.forrest.plugin.input.simplifiedDocbook  | y        8        y       
 6  n  y
 org.apache.forrest.plugin.input.wiki               | y        8        y       
 6  n  y
 org.apache.forrest.plugin.output.POD               | y        8  9     y       
 6  n  y  y

Modified: 
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/locationmap.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/locationmap.xml?rev=1055306&r1=1055305&r2=1055306&view=diff
==============================================================================
--- 
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/locationmap.xml
 (original)
+++ 
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/locationmap.xml
 Wed Jan  5 06:18:26 2011
@@ -32,6 +32,9 @@
     <match pattern="project.status">
       <location src="{properties:status}" />
     </match>
+    <match pattern="project.useCases.dir">
+      <location src="{properties:content}useCases/" />
+    </match>
     <match pattern="project.useCases.**">
       <location src="{properties:content}/useCases/{1}.xml" />
     </match>