geirm 02/02/10 10:52:21
Modified: xdocs changes.xml
docs changes.html
Log:
update with note about patch from Sylwester Lachiewicz <[EMAIL PROTECTED]>
Revision Changes Path
1.71 +6 -1 jakarta-velocity/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- changes.xml 6 Feb 2002 23:51:20 -0000 1.70
+++ changes.xml 10 Feb 2002 18:52:21 -0000 1.71
@@ -151,7 +151,12 @@
parameter as the default value for the path to their
velocity.properties file. (dlr)
</li>
-
+ <li>
+ Added patch from Sylwester Lachiewicz ([EMAIL PROTECTED])
+ to bring the javadoc up to date re the properties example,
+ and he also added examples for the DataSource configuration as well as the
+ syntax needed to create a compatible table. (gmj)
+ </li>
</ul>
1.79 +23 -1 jakarta-velocity/docs/changes.html
Index: changes.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- changes.html 27 Jan 2002 22:27:54 -0000 1.78
+++ changes.html 10 Feb 2002 18:52:21 -0000 1.79
@@ -14,6 +14,8 @@
<meta name="author" value="Jon
S. Stevens">
<meta name="email" value="[EMAIL PROTECTED]">
+
+
<title>Velocity - Velocity Changes</title>
</head>
@@ -269,7 +271,21 @@
<li>
Update servlet1 example to use the 'new' handleRequest() (gmj)
</li>
-
+ <li>
+ Added support for ${user.home}/build.properties to Ant build
+ file. (dlr)
+ </li>
+ <li>
+ VelocityServlet subclasses may now use a web.xml context
+ parameter as the default value for the path to their
+ velocity.properties file. (dlr)
+ </li>
+ <li>
+ Added patch from Sylwester Lachiewicz ([EMAIL PROTECTED])
+ to bring the javadoc up to date re the properties example,
+ and he also added examples for the DataSource configuration as well as the
+ syntax needed to create a compatible table. (gmj)
+ </li>
</ul>
</blockquote>
@@ -1012,6 +1028,12 @@
</body>
</html>
<!-- end the processing -->
+
+
+
+
+
+
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>