Author: crossley
Date: Mon Jun  7 09:00:26 2010
New Revision: 952151

URL: http://svn.apache.org/viewvc?rev=952151&view=rev
Log:
Remove a spurious character that had crept in.
Wow, than was hard to debug. An error with the locationmap gives:
forrest/build/plugins/org.apache.forrest.plugin.output.PLUGIN_NAME (No such 
file or directory)
I suppose when it cannot find the requested transformation stylesheet.

Modified:
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Anakia/locationmap.xml

Modified: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Anakia/locationmap.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Anakia/locationmap.xml?rev=952151&r1=952150&r2=952151&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Anakia/locationmap.xml
 (original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Anakia/locationmap.xml
 Mon Jun  7 09:00:26 2010
@@ -31,7 +31,7 @@
     <match pattern="anakia.transform.*.*">
       <select>
         <location src="resources/stylesheets/{1}-to-{2}.xsl"/>
-        <location 
src-="{forrest:forrest.plugins}/org.apache.forrest.plugin.output.Anakia/resources/stylesheets/{1}-to-{2}.xsl"/>
+        <location 
src="{forrest:forrest.plugins}/org.apache.forrest.plugin.output.Anakia/resources/stylesheets/{1}-to-{2}.xsl"/>
       </select>
     </match>
   </locator>