You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by dl...@apache.org on 2004/11/24 22:17:59 UTC

svn commit: r106471 - /jakarta/velocity/trunk/docs/developer-guide.html /jakarta/velocity/trunk/xdocs/developer-guide.xml

Author: dlr
Date: Wed Nov 24 13:17:57 2004
New Revision: 106471

URL: http://svn.apache.org/viewcvs?view=rev&rev=106471
Log:
* xdocs/developer-guide.xml
* docs/developer-guide.html
  The init-param/name value in web.xml was "properties" is now
  "org.apache.velocity.properties".  See the VelocityViewServlet
  <http://jakarta.apache.org/velocity/tools/view/> for the docs.


Issue: http://issues.apache.org/bugzilla/show_bug.cgi?id=14874
Reported by: Paul Lynch
Patch by: Shinobu Kawai

Modified:
   jakarta/velocity/trunk/docs/developer-guide.html
   jakarta/velocity/trunk/xdocs/developer-guide.xml

Modified: jakarta/velocity/trunk/docs/developer-guide.html
Url: http://svn.apache.org/viewcvs/jakarta/velocity/trunk/docs/developer-guide.html?view=diff&rev=106471&p1=jakarta/velocity/trunk/docs/developer-guide.html&r1=106470&p2=jakarta/velocity/trunk/docs/developer-guide.html&r2=106471
==============================================================================
--- jakarta/velocity/trunk/docs/developer-guide.html	(original)
+++ jakarta/velocity/trunk/docs/developer-guide.html	Wed Nov 24 13:17:57 2004
@@ -2440,7 +2440,7 @@
     default implementation of the resource manager resource cache.
 </p>
                                                 <p>
-<code>resource.loader = &lt;name&gt; (default = File)</code><br />
+<code>resource.loader = &lt;name&gt; (default = file)</code><br />
 <i>Multi-valued key.  Will accept CSV for value.</i>  Pulic name of a
 resource loader to be used.  This public name will then be used
 in the specification of the specific properties for that resource loader.

Modified: jakarta/velocity/trunk/xdocs/developer-guide.xml
Url: http://svn.apache.org/viewcvs/jakarta/velocity/trunk/xdocs/developer-guide.xml?view=diff&rev=106471&p1=jakarta/velocity/trunk/xdocs/developer-guide.xml&r1=106470&p2=jakarta/velocity/trunk/xdocs/developer-guide.xml&r2=106471
==============================================================================
--- jakarta/velocity/trunk/xdocs/developer-guide.xml	(original)
+++ jakarta/velocity/trunk/xdocs/developer-guide.xml	Wed Nov 24 13:17:57 2004
@@ -1957,7 +1957,7 @@
 </p>
 
 <p>
-<code>resource.loader = &lt;name&gt; (default = File)</code><br/>
+<code>resource.loader = &lt;name&gt; (default = file)</code><br/>
 <i>Multi-valued key.  Will accept CSV for value.</i>  Pulic name of a
 resource loader to be used.  This public name will then be used
 in the specification of the specific properties for that resource loader.

---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org