antonio 2004/03/08 23:39:26
Modified: . status.xml
lib jars.xml
Added: src/blocks/velocity/lib velocity-1.4-rc1.jar
Removed: src/blocks/velocity/lib velocity-1.4-dev-20030301.jar
Log:
Updated Velocity engine to 1.4-rc1
Revision Changes Path
1.1 cocoon-2.1/src/blocks/velocity/lib/velocity-1.4-rc1.jar
<<Binary file>>
1.267 +4 -1 cocoon-2.1/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs//cocoon-2.1/status.xml,v
retrieving revision 1.266
retrieving revision 1.267
diff -u -r1.266 -r1.267
--- status.xml 9 Mar 2004 00:57:35 -0000 1.266
+++ status.xml 9 Mar 2004 07:39:26 -0000 1.267
@@ -211,6 +211,9 @@
<changes>
<release version="@version@" date="@date@">
+ <action dev="AG" type="update">
+ Updated Velocity engine to 1.4-rc1
+ </action>
<action dev="JH" type="fix" fixes-bug="27301">
Fix namespace handling in FilterTransformer.
</action>
1.185 +2 -2 cocoon-2.1/lib/jars.xml
Index: jars.xml
===================================================================
RCS file: /home/cvs//cocoon-2.1/lib/jars.xml,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -r1.184 -r1.185
--- jars.xml 9 Mar 2004 06:47:59 -0000 1.184
+++ jars.xml 9 Mar 2004 07:39:26 -0000 1.185
@@ -597,7 +597,7 @@
<title>Velocity engine</title>
<description>Velocity is a general purpose template engine written in
Java.</description>
<used-by>Velocity Generator (velocity block)</used-by>
- <lib>velocity/lib/velocity-1.4-dev-20030301.jar</lib>
+ <lib>velocity/lib/velocity-1.4-rc1.jar</lib>
<homepage>http://jakarta.apache.org/velocity/</homepage>
</file>