You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by gm...@apache.org on 2009/01/15 01:33:05 UTC

svn commit: r734584 - /forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/locationmap.xml

Author: gmcdonald
Date: Wed Jan 14 16:33:05 2009
New Revision: 734584

URL: http://svn.apache.org/viewvc?rev=734584&view=rev
Log:
fix typo, thanks to DC for spotting

Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/locationmap.xml

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/locationmap.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/locationmap.xml?rev=734584&r1=734583&r2=734584&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/locationmap.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/locationmap.xml Wed Jan 14 16:33:05 2009
@@ -31,7 +31,7 @@
     <match pattern="dtdx.transform.*.*">
       <select>
         <location src="resources/stylesheets/{1}-to-{2}.xsl" />
-        <location src="{forrest:forrest.plugins}/org.apache.forrest.plugin.input.dtdx/resources/stylesheets/{1}-to{2}.xsl" />
+        <location src="{forrest:forrest.plugins}/org.apache.forrest.plugin.input.dtdx/resources/stylesheets/{1}-to-{2}.xsl" />
       </select>
     </match>
   </locator>