You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2007/04/13 12:21:16 UTC

svn commit: r528426 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/resources/themes/pelt.fv

Author: rgardler
Date: Fri Apr 13 03:21:13 2007
New Revision: 528426

URL: http://svn.apache.org/viewvc?view=rev&rev=528426
Log:
tiles -> panels - I already did this once :-(

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/resources/themes/pelt.fv

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/resources/themes/pelt.fv
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/resources/themes/pelt.fv?view=diff&rev=528426&r1=528425&r2=528426
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/resources/themes/pelt.fv (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/resources/themes/pelt.fv Fri Apr 13 03:21:13 2007
@@ -22,11 +22,11 @@
   <jx:set var="getRequest" value="#{$cocoon/parameters/getRequest}"/>
   <jx:set var="getRequestExtension" value="#{$cocoon/parameters/getRequestExtension}" />
   <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>
   <forrest:view type="html" hooksXpath="/html/body">
     <forrest:contract name="doap-embedded">
@@ -34,6 +34,6 @@
         <doap url="/projectDetails/source.xml"/>
       </forrest:property>
     </forrest:contract>
-    <jx:import uri="cocoon://prepare.tiles.pelt-html"/>
+    <jx:import uri="cocoon://prepare.panels.pelt-html"/>
   </forrest:view>
 </forrest:views>