Remove support for legacy style TextBuiltinsmaster
commit85fcc0d2db97d6d602d2d8c821cfc2b71b1269f3
authorShawn O. Pearce <spearce@spearce.org>
Thu, 17 Jul 2008 23:38:56 +0000 (17 19:38 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 19 Jul 2008 02:50:47 +0000 (18 22:50 -0400)
tree20536dc22e416f150366f969c75ce89a7fbe842b
parent44bae1ddd46ac594a7dbfd4ce1d5ad14031a9bb7
Remove support for legacy style TextBuiltins

Now that all builtins use the new automatic parsing support
we want to require that they override run() and do not try
to override execute().

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit.pgm/src/org/spearce/jgit/pgm/TextBuiltin.java