Author: gmcdonald
Date: Wed Jan 14 14:41:30 2009
New Revision: 734538

URL: http://svn.apache.org/viewvc?rev=734538&view=rev
Log:
Add in missing select

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=734538&r1=734537&r2=734538&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 
Wed Jan 14 14:41:30 2009
@@ -43,8 +43,10 @@
       </select>
     </match>
     <match pattern="plugin.translations">
-      <location src="{properties:translations}" />
-      <location 
src="{forrest:forrest.plugins}/org.apache.forrest.plugin.output.pdf/resources/translations"/>
+      <select>
+        <location src="{properties:translations}" />
+        <location 
src="{forrest:forrest.plugins}/org.apache.forrest.plugin.output.pdf/resources/translations"/>
+      </select>
     </match>
   </locator>
 </locationmap>