You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2007/04/14 02:34:28 UTC

svn commit: r528717 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/src/documentation/resources/structurer/url/pelt.fv

Author: thorsten
Date: Fri Apr 13 17:34:27 2007
New Revision: 528717

URL: http://svn.apache.org/viewvc?view=rev&rev=528717
Log:
Renaming tiles to panels. FOR-975

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/src/documentation/resources/structurer/url/pelt.fv

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/src/documentation/resources/structurer/url/pelt.fv
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/src/documentation/resources/structurer/url/pelt.fv?view=diff&rev=528717&r1=528716&r2=528717
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/src/documentation/resources/structurer/url/pelt.fv (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/src/documentation/resources/structurer/url/pelt.fv Fri Apr 13 17:34:27 2007
@@ -23,15 +23,15 @@
     value="#{$cocoon/parameters/getRequestExtension}"/>
   <jx:set var="contextPath" value="#{$cocoon/parameters/contextPath}"/>
   <forrest:view type="fo" hooksXpath="/">
-    <jx:import uri="cocoon://prepare.tiles.common-fo"/>
+    <jx:import uri="cocoon://prepare.panels.common-fo"/>
   </forrest:view>
 <!-- CSS View of the request e.g. index.dispatcher.css -->
   <forrest:view type="css" hooksXpath="/">
-    <jx:import uri="cocoon://prepare.tiles.pelt-css"/>
+    <jx:import uri="cocoon://prepare.panels.pelt-css"/>
   </forrest:view>
 <!-- HTML View of the request (e.g. index.html)-->
   <forrest:view type="html" hooksXpath="/html/body">
-    <jx:import uri="cocoon://prepare.tiles.solrbar"/>
-    <jx:import uri="cocoon://prepare.tiles.pelt-html"/>
+    <jx:import uri="cocoon://prepare.panels.solrbar"/>
+    <jx:import uri="cocoon://prepare.panels.pelt-html"/>
   </forrest:view>
 </forrest:views>