You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/03/15 00:53:46 UTC

svn commit: r157485 - forrest/trunk/docs-author/content/xdocs/plugins/usingPlugins.xml

Author: crossley
Date: Mon Mar 14 15:53:45 2005
New Revision: 157485

URL: http://svn.apache.org/viewcvs?view=rev&rev=157485
Log:
Fix typo "default.forrest.properties" to "default-forrest.properties"

Modified:
    forrest/trunk/docs-author/content/xdocs/plugins/usingPlugins.xml

Modified: forrest/trunk/docs-author/content/xdocs/plugins/usingPlugins.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/docs-author/content/xdocs/plugins/usingPlugins.xml?view=diff&r1=157484&r2=157485
==============================================================================
--- forrest/trunk/docs-author/content/xdocs/plugins/usingPlugins.xml (original)
+++ forrest/trunk/docs-author/content/xdocs/plugins/usingPlugins.xml Mon Mar 14 15:53:45 2005
@@ -72,7 +72,7 @@
         include all required plugins in the 
         <code>project.required.plugins</code> property in the project's
         <code>forrest.properties</code>. You can view
-        <code>main/webapp/default.forrest.properties</code>
+        <code>main/webapp/default-forrest.properties</code>
         to see the names of plugins that provide previously core 
         functionality.</p>
         
@@ -80,7 +80,7 @@
         improvement if you remove plugins that are not in use. Therefore,
         if you do not use one or more of the plugins named in the 
         <code>project.required.plugins</code> property of 
-        <code>main/webapp/default.forrest.properties</code>
+        <code>main/webapp/default-forrest.properties</code>
         it is recomended that you override this value in your project's
         <code>forrest.properties</code> file.</p>
       </section>