dlr 02/04/04 16:44:18
Modified: docs changes.html
xdocs changes.xml
Log:
Noted init param change for VelocityServlet.
Revision Changes Path
1.86 +10 -0 jakarta-velocity/docs/changes.html
Index: changes.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -u -r1.85 -r1.86
--- changes.html 26 Mar 2002 15:15:21 -0000 1.85
+++ changes.html 5 Apr 2002 00:44:18 -0000 1.86
@@ -177,6 +177,16 @@
<li>
Fix problem where VM in stringlit as arg to VM NPE'd. Whoops. (gmj)
</li>
+<li>
+Deprecated <code>Velocity.templateExists(String)</code> in favor of
+the more appropriately named
+<code>Velocity.resourceExists(String)</code>. (dlr)
+</li>
+<li>
+Deprecated VelocityServlet's <code>properties</code> key in favor of
+the namespace protected <code>org.apache.velocity.properties</code>
+key. (dlr)
+</li>
</ul>
</blockquote>
</td></tr>
1.79 +5 -0 jakarta-velocity/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -u -r1.78 -r1.79
--- changes.xml 28 Mar 2002 01:43:35 -0000 1.78
+++ changes.xml 5 Apr 2002 00:44:18 -0000 1.79
@@ -53,6 +53,11 @@
the more appropriately named
<code>Velocity.resourceExists(String)</code>. (dlr)
</li>
+<li>
+Deprecated VelocityServlet's <code>properties</code> key in favor of
+the namespace protected <code>org.apache.velocity.properties</code>
+key. (dlr)
+</li>
</ul>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>