Author: sjur
Date: Thu Sep 11 04:03:10 2008
New Revision: 694214

URL: http://svn.apache.org/viewvc?rev=694214&view=rev
Log:
Added LM match for plugin translations.

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

Modified: 
forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/locationmap.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/locationmap.xml?rev=694214&r1=694213&r2=694214&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/locationmap.xml 
(original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/locationmap.xml 
Thu Sep 11 04:03:10 2008
@@ -42,5 +42,9 @@
           
src="{forrest:forrest.plugins}/org.apache.forrest.plugin.output.pdf/resources/stylesheets/{1}-to-{2}.xsl"/>
       </select>
     </match>
+    <match pattern="plugin.translations">
+      <location src="{properties:translations}" />
+      <location 
src="{forrest:forrest.plugins}/org.apache.forrest.plugin.output.pdf/resources/translations"/>
+    </match>
   </locator>
 </locationmap>