changeset 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 50aca0c0dff4
children 851aa5341214 0497d6702cff
files mxtool/mx.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)