From: aclement Date: Tue, 26 Aug 2008 21:17:01 +0000 (+0000) Subject: implement new ICompilerConfiguration method X-Git-Tag: V162DEV_M1~22 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0044cad68439f7c41d8ae0883985a557f1fe7e8c;p=aspectj.git implement new ICompilerConfiguration method --- diff --git a/ajde/testsrc/org/aspectj/ajde/ui/utils/TestCompilerConfiguration.java b/ajde/testsrc/org/aspectj/ajde/ui/utils/TestCompilerConfiguration.java index 85e14fc5b..74c041165 100644 --- a/ajde/testsrc/org/aspectj/ajde/ui/utils/TestCompilerConfiguration.java +++ b/ajde/testsrc/org/aspectj/ajde/ui/utils/TestCompilerConfiguration.java @@ -98,6 +98,10 @@ public class TestCompilerConfiguration implements ICompilerConfiguration { return projectSourceFiles; } + public List getProjectSourceFilesChanged() { + return null; + } + public Map getSourcePathResources() { if (sourcePathResources == null) { sourcePathResources = new HashMap();