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