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>
|