geirm 00/11/27 20:29:29
Modified: test test.properties
Log:
Changed string-interpolate to just interpolate. (It will be obvious why later...)
Revision Changes Path
1.15 +1 -1 jakarta-velocity/test/test.properties
Index: test.properties
===================================================================
RCS file: /home/cvs/jakarta-velocity/test/test.properties,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- test.properties 2000/11/28 03:11:29 1.14
+++ test.properties 2000/11/28 04:29:29 1.15
@@ -27,4 +27,4 @@
test.template.25 = parse
test.template.26 = velocimacro
test.template.27 = reference
-test.template.28 = string-interpolation
+test.template.28 = interpolation
|