]> source.dussan.org Git - aspectj.git/commitdiff
245566: final config interface change
authoraclement <aclement>
Tue, 2 Sep 2008 23:25:15 +0000 (23:25 +0000)
committeraclement <aclement>
Tue, 2 Sep 2008 23:25:15 +0000 (23:25 +0000)
ajde.core/src/org/aspectj/ajde/core/internal/AjdeCoreBuildManager.java

index 30da06449a0a89c7548375e7653333298b4b76c0..b4de526f3668fd73e18183686a816022d42e6078 100644 (file)
@@ -115,6 +115,7 @@ public class AjdeCoreBuildManager {
                                        buildConfig = ajBuildManager.getState().getBuildConfig();
                                        buildConfig.setChanged(changes); // pass it through for the state to use it when making decisions
                                        buildConfig.setModifiedFiles(compilerConfig.getProjectSourceFilesChanged());
+                                       buildConfig.setClasspathElementsWithModifiedContents(compilerConfig.getClasspathElementsWithModifiedContents());
                                        compilerConfig.configurationRead();
                                }
                                ajBuildManager.incrementalBuild(buildConfig, msgHandlerAdapter);