Remove support for legacy style TextBuiltins
commit60bc649d8a3d5e2de5493481cfb46476ab7f99af
authorShawn O. Pearce <spearce@spearce.org>
Fri, 18 Jul 2008 01:44:21 +0000 (17 21:44 -0400)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Wed, 23 Jul 2008 19:52:09 +0000 (23 21:52 +0200)
tree7e0d6002ba3ba34a62cac583f6d506ee4ee4f372
parent8cc61aa9b1771dcaf7ae2bdc9c7e4097224e7d51
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>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit.pgm/src/org/spearce/jgit/pgm/TextBuiltin.java