As i explained in another email last week. We only update the version of the document in the docs_0_90 and not the old stuff.
-David > Author: cdupoirieux > Date: Fri Apr 20 02:23:42 2007 > New Revision: 530712 > > URL: http://svn.apache.org/viewvc?view=rev&rev=530712 > Log: > Tiles are Panels now (FOR-975) > > Modified: > > forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml > > forrest/trunk/site-author/content/xdocs/docs_0_90/howto/howto-buildPlugin.xml > > Modified: > forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml > URL: > http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml?view=diff&rev=530712&r1=530711&r2=530712 > ============================================================================== > --- > forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml > (original) > +++ > forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml > Fri Apr 20 02:23:42 2007 > @@ -476,7 +476,7 @@ > defining the contents and look and feel of a site. > </p> > <p> > - Plugins can expose contracts, resources and tiles for use in > + Plugins can expose contracts, resources and panels for use in > structurer files used within Dispatcher-based sites. In order to do > this you should develop your contracts as normal and place them in > <code>PLUGIN_HOME/resources/themes</code>. However, this, by > itself, > @@ -498,10 +498,10 @@ > <location > src="{forrest:forrest.plugins}/PLUGIN_NAME/resources/themes/{properties:dispatcher.fallback.theme}/{1}/{2}.{1}" > /> > </select> > </match> > - <match pattern="resolvePluginTiles.**"> > + <match pattern="resolvePluginPanels.**"> > <select type="exists"> > - <location > src="{forrest:forrest.plugins}/PLUGIN_NAME/resources/themes/{properties:dispatcher.theme}/html/{1}.vt.xml" > /> > - <location > src="{forrest:forrest.plugins}/PLUGIN_NAME/resources/themes/{properties:dispatcher.fallback.theme}/html/{1}.vt.xml" > /> > + <location > src="{forrest:forrest.plugins}/PLUGIN_NAME/resources/themes/{properties:dispatcher.theme}/panels/{1}.panel.xml" > /> > + <location > src="{forrest:forrest.plugins}/PLUGIN_NAME/resources/themes/{properties:dispatcher.fallback.theme}/panels/{1}.panel.xml" > /> > </select> > </match>]]> > </source> > > Modified: > forrest/trunk/site-author/content/xdocs/docs_0_90/howto/howto-buildPlugin.xml > URL: > http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_90/howto/howto-buildPlugin.xml?view=diff&rev=530712&r1=530711&r2=530712 > ============================================================================== > --- > forrest/trunk/site-author/content/xdocs/docs_0_90/howto/howto-buildPlugin.xml > (original) > +++ > forrest/trunk/site-author/content/xdocs/docs_0_90/howto/howto-buildPlugin.xml > Fri Apr 20 02:23:42 2007 > @@ -476,7 +476,7 @@ > defining the contents and look and feel of a site. > </p> > <p> > - Plugins can expose contracts, resources and tiles for use in > + Plugins can expose contracts, resources and panels for use in > structurer files used within Dispatcher-based sites. In order to do > this you should develop your contracts as normal and place them in > <code>PLUGIN_HOME/resources/themes</code>. However, this, by > itself, > @@ -498,10 +498,10 @@ > <location > src="{forrest:forrest.plugins}/PLUGIN_NAME/resources/themes/{properties:dispatcher.fallback.theme}/{1}/{2}.{1}" > /> > </select> > </match> > - <match pattern="resolvePluginTiles.**"> > + <match pattern="resolvePluginPanels.**"> > <select type="exists"> > - <location > src="{forrest:forrest.plugins}/PLUGIN_NAME/resources/themes/{properties:dispatcher.theme}/html/{1}.vt.xml" > /> > - <location > src="{forrest:forrest.plugins}/PLUGIN_NAME/resources/themes/{properties:dispatcher.fallback.theme}/html/{1}.vt.xml" > /> > + <location > src="{forrest:forrest.plugins}/PLUGIN_NAME/resources/themes/{properties:dispatcher.theme}/panels/{1}.panel.xml" > /> > + <location > src="{forrest:forrest.plugins}/PLUGIN_NAME/resources/themes/{properties:dispatcher.fallback.theme}/panels/{1}.panel.xml" > /> > </select> > </match>]]> > </source> > >
