From 0044cad68439f7c41d8ae0883985a557f1fe7e8c Mon Sep 17 00:00:00 2001 From: aclement Date: Tue, 26 Aug 2008 21:17:01 +0000 Subject: [PATCH] implement new ICompilerConfiguration method --- .../org/aspectj/ajde/ui/utils/TestCompilerConfiguration.java | 4 ++++ 1 file changed, 4 insertions(+) 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(); -- 2.39.5