# HG changeset patch # User Doug Simon # Date 1324633119 -3600 # Node ID 784f7e262d607e2c03667c539b0b9f6b036008d1 # Parent 8c507a8dd6a4d01de4f8bfe8e2c07e3ca29839a6 Commented out clean step in gate. diff -r 8c507a8dd6a4 -r 784f7e262d60 mx/commands.py --- a/mx/commands.py Fri Dec 23 09:41:41 2011 +0100 +++ b/mx/commands.py Fri Dec 23 10:38:39 2011 +0100 @@ -474,7 +474,7 @@ start = time.time() # 1. Clean - clean([]) + #clean([]) # 2. Checkstyle mx.log(time.strftime('%d %b %Y %H:%M:%S - Running Checkstyle...'))