jon 00/10/15 14:17:53 Modified: testbed velocity.properties Log: add content type setting Revision Changes Path 1.4 +4 -0 jakarta-velocity/testbed/velocity.properties Index: velocity.properties =================================================================== RCS file: /home/cvs/jakarta-velocity/testbed/velocity.properties,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- velocity.properties 2000/10/15 20:27:32 1.3 +++ velocity.properties 2000/10/15 21:17:52 1.4 @@ -34,3 +34,7 @@ # You can name what the counter # variable can be accessed as. counter.name = velocityCount + +# The value for the default content type to return +# in VelocityServlet +default.contentType=text/html
