# HG changeset patch # User Doug Simon # Date 1331905643 -3600 # Node ID 0a1e5b876667a5c51086b04e8af8ebdaab0ff0d3 # Parent 206e68bb66c6770e8ece8f4b0235b27236f7634a Disabled 'examples' command until the examples are revived. diff -r 206e68bb66c6 -r 0a1e5b876667 mx/commands.py --- a/mx/commands.py Thu Mar 15 08:23:05 2012 +0100 +++ b/mx/commands.py Fri Mar 16 14:47:23 2012 +0100 @@ -891,7 +891,7 @@ 'dacapo': [dacapo, '[[n] benchmark] [VM options|@DaCapo options]'], 'scaladacapo': [scaladacapo, '[[n] benchmark] [VM options|@Scala DaCapo options]'], 'specjvm2008': [specjvm2008, '[VM options|@specjvm2008 options]'], - 'example': [example, '[-v] example names...'], + #'example': [example, '[-v] example names...'], 'gate' : [gate, '[-options]'], 'gv' : [gv, ''], 'bench' : [bench, '[-resultfile file] [all(default)|dacapo|specjvm2008|bootstrap]'],