jon 02/03/13 09:30:57
Modified: src/templates/om BaseManager.vm
Log:
fixed the date output so that it looks ok in the generated file
Revision Changes Path
1.4 +3 -2 jakarta-turbine-torque/src/templates/om/BaseManager.vm
Index: BaseManager.vm
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/src/templates/om/BaseManager.vm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- BaseManager.vm 10 Mar 2002 18:51:33 -0000 1.3
+++ BaseManager.vm 13 Mar 2002 17:30:57 -0000 1.4
@@ -1,6 +1,6 @@
#*
* author <a href="mailto:[EMAIL PROTECTED]">John McNally</a>
- * version $Id: BaseManager.vm,v 1.3 2002/03/10 18:51:33 jon Exp $
+ * version $Id: BaseManager.vm,v 1.4 2002/03/13 17:30:57 jon Exp $
*#
#set ($db = $table.Database)
@@ -26,7 +26,8 @@
*
* [$now]
*
-#end
+ #end
+ *
* You should not use this class directly. It should not even be
* extended all references should be to ${table.JavaName}Manager
*/
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>