diff options
author | aclement <aclement> | 2008-08-26 21:17:58 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-08-26 21:17:58 +0000 |
commit | 2e2a9e8fa008aef171bb8345c4be08dca18ddf60 (patch) | |
tree | d713e4a728cb8b04eb43074f89ce9e8e752d481b /ajde.core | |
parent | 74041c1bbccbc4b55776cc8a34ee248ef6b84acb (diff) | |
download | aspectj-2e2a9e8fa008aef171bb8345c4be08dca18ddf60.tar.gz aspectj-2e2a9e8fa008aef171bb8345c4be08dca18ddf60.zip |
implement new ICompilerConfiguration method
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) { |