diff mxtool/mx.py @ 12640:6860d5528902

disabled pre-cleaning before Java compilation until annotation processor is resolved
author Doug Simon <doug.simon@oracle.com>
date Wed, 30 Oct 2013 13:14:41 +0100
parents 2303d9e199e3
children 851aa5341214 0497d6702cff
line wrap: on
line diff
--- a/mxtool/mx.py	Wed Oct 30 11:08:00 2013 +0100
+++ b/mxtool/mx.py	Wed Oct 30 13:14:41 2013 +0100
@@ -1989,7 +1989,7 @@
             continue
 
         # Ensure that the output directories are clean
-        prepareOutputDirs(p, True)
+        #prepareOutputDirs(p, True)
 
         built.add(p.name)