]> source.dussan.org Git - aspectj.git/commitdiff
134471 - incremental structure model repair code overhaul - tell the weaver the kind...
authoraclement <aclement>
Thu, 11 May 2006 07:26:22 +0000 (07:26 +0000)
committeraclement <aclement>
Thu, 11 May 2006 07:26:22 +0000 (07:26 +0000)
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/AjCompilerAdapter.java

index 06826ede14b4aec47a6d19fd7b86954e2e1767bb..0c17b031c815cd15e189b536a56cc02715758414 100644 (file)
@@ -286,6 +286,7 @@ public class AjCompilerAdapter implements ICompilerAdapter {
                        }                       
                }
 
+               weaver.setIsBatchWeave(isBatchCompile);
                weaver.prepareForWeave();
                if (weaver.needToReweaveWorld()) {
                        if (!isBatchCompile) {