diff mx/commands.py @ 4162:784f7e262d60

Commented out clean step in gate.
author Doug Simon <doug.simon@oracle.com>
date Fri, 23 Dec 2011 10:38:39 +0100
parents 338d46581e03
children 48f89a17f86a
line wrap: on
line diff
--- 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...'))