Browse Source

remove unnecessary debug info

tags/V1_6_0M2
aclement 16 years ago
parent
commit
0966cf5008

+ 1
- 1
ajde.core/src/org/aspectj/ajde/core/internal/AjdeCoreBuildManager.java View File

@@ -61,7 +61,7 @@ public class AjdeCoreBuildManager {
// this static information needs to be set to ensure
// incremental compilation works correctly
IncrementalStateManager.recordIncrementalStates=true;
IncrementalStateManager.debugIncrementalStates=true;
IncrementalStateManager.debugIncrementalStates=false;
AsmManager.attemptIncrementalModelRepairs = true;
}

Loading…
Cancel
Save