diff options
Diffstat (limited to 'ajde.core')
-rw-r--r-- | ajde.core/testsrc/org/aspectj/ajde/core/TestCompilerConfiguration.java | 4 |
1 files changed, 4 insertions, 0 deletions
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) { |