From 2662abde692b60a98aaced25ebe2d9455e90caa7 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 19 Mar 2003 02:03:09 +0000 Subject: [PATCH] Screw the damned "generated on" stamps since they end up generating different files when the source interface hasn't changed and CVS sticks a nice little "last checked in" timestamp in there anyway. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2311 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- lib/decoder.tmpl | 2 -- lib/dispatcher.tmpl | 2 -- lib/marshaller.tmpl | 1 - lib/sender.tmpl | 1 - 4 files changed, 6 deletions(-) diff --git a/lib/decoder.tmpl b/lib/decoder.tmpl index c689b74d3..305e8ac7f 100644 --- a/lib/decoder.tmpl +++ b/lib/decoder.tmpl @@ -52,6 +52,4 @@ public class [% name %]Decoder extends InvocationDecoder super.dispatchNotification(methodId, args); } } - - // Generated on [% genstamp %]. } diff --git a/lib/dispatcher.tmpl b/lib/dispatcher.tmpl index 066003f45..666606f50 100644 --- a/lib/dispatcher.tmpl +++ b/lib/dispatcher.tmpl @@ -46,6 +46,4 @@ public class [% name %]Dispatcher extends InvocationDispatcher super.dispatchRequest(source, methodId, args); } } - - // Generated on [% genstamp %]. } diff --git a/lib/marshaller.tmpl b/lib/marshaller.tmpl index ae445098e..91fde31dd 100644 --- a/lib/marshaller.tmpl +++ b/lib/marshaller.tmpl @@ -71,5 +71,4 @@ public class [% name %]Marshaller extends InvocationMarshaller } [% END -%] - // Generated on [% genstamp %]. } diff --git a/lib/sender.tmpl b/lib/sender.tmpl index 27d698154..c32dd4f3b 100644 --- a/lib/sender.tmpl +++ b/lib/sender.tmpl @@ -27,5 +27,4 @@ public class [% name %]Sender extends InvocationSender } [% END -%] - // Generated on [% genstamp %]. }