Author: rgardler
Date: Fri Nov 11 09:49:36 2005
New Revision: 332620

URL: http://svn.apache.org/viewcvs?rev=332620&view=rev
Log:
complete move to use locationmap (seems I tested without ant local-deploy) 
(FOR-726)

Added:
    
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/resources/stylesheets/dtdx-to-flat.xsl
      - copied unchanged from r332593, 
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/resources/stylesheets/dtdx2flat.xsl
    
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/resources/stylesheets/flat-to-document.xsl
      - copied unchanged from r332593, 
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/resources/stylesheets/flat2document.xsl
Removed:
    
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/resources/stylesheets/dtdx2flat.xsl
    
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/resources/stylesheets/flat2document.xsl
Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/input.xmap
    forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/locationmap.xml

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/input.xmap
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/input.xmap?rev=332620&r1=332619&r2=332620&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/input.xmap 
(original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/input.xmap Fri 
Nov 11 09:49:36 2005
@@ -44,7 +44,7 @@
           <map:parameter name="config-class" 
value="org.cyberneko.dtd.DTDConfiguration" />
         </map:generate>
         <map:transform src="{lm:dtdx.transform.dtdx.flat}" />
-        <map:transform src="{lm:dtdx.transform.flat-to-document}" />
+        <map:transform src="{lm:dtdx.transform.flat.document}" />
         <map:serialize type="xml-document"/>
       </map:match>
     </map:pipeline>

Modified: 
forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/locationmap.xml
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.dtdx/locationmap.xml?rev=332620&r1=332619&r2=332620&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 
Fri Nov 11 09:49:36 2005
@@ -31,7 +31,7 @@
   
   <locator>  
     <match pattern="dtdx.transform.*.*">
-        <location src="resources/stylesheets/flat-to-document.xsl" />
+        <location src="resources/stylesheets/{1}-to-{2}.xsl" />
     </match>
   </locator>
 </locationmap>


Reply via email to