# HG changeset patch # User Doug Simon # Date 1383135281 -3600 # Node ID 6860d5528902e9a90d60b142fc6ddcae5bbebc70 # Parent 50aca0c0dff409b573d829dd909a0aae70e33bf5 disabled pre-cleaning before Java compilation until annotation processor is resolved diff -r 50aca0c0dff4 -r 6860d5528902 mxtool/mx.py --- 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)