From: aclement Date: Tue, 26 Aug 2008 21:17:58 +0000 (+0000) Subject: implement new ICompilerConfiguration method X-Git-Tag: V162DEV_M1~20 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2e2a9e8fa008aef171bb8345c4be08dca18ddf60;p=aspectj.git implement new ICompilerConfiguration method --- diff --git a/ajde.core/testsrc/org/aspectj/ajde/core/TestCompilerConfiguration.java b/ajde.core/testsrc/org/aspectj/ajde/core/TestCompilerConfiguration.java index 6ce4aa92e..5cb3990ec 100644 --- a/ajde.core/testsrc/org/aspectj/ajde/core/TestCompilerConfiguration.java +++ b/ajde.core/testsrc/org/aspectj/ajde/core/TestCompilerConfiguration.java @@ -94,6 +94,10 @@ public class TestCompilerConfiguration implements ICompilerConfiguration { public List getProjectSourceFiles() { return projectSourceFiles; } + + public List getProjectSourceFilesChanged() { + return null; + } public Map getSourcePathResources() { if (sourcePathResources == null) {