aboutsummaryrefslogtreecommitdiffstats
path: root/testing/src/org
diff options
context:
space:
mode:
authoraclement <aclement>2008-08-26 21:19:10 +0000
committeraclement <aclement>2008-08-26 21:19:10 +0000
commita8893a592ef93ceba6f6bd27189ff33d3e926034 (patch)
tree31ef3d4b2048d0f82216137d265d2ebc934d7e20 /testing/src/org
parente9542b97aa8755e90bc4ff35c4afaeea7566b7bc (diff)
downloadaspectj-a8893a592ef93ceba6f6bd27189ff33d3e926034.tar.gz
aspectj-a8893a592ef93ceba6f6bd27189ff33d3e926034.zip
implement new ICompilerConfiguration method
Diffstat (limited to 'testing/src/org')
-rw-r--r--testing/src/org/aspectj/testing/ajde/CompileCommand.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/src/org/aspectj/testing/ajde/CompileCommand.java b/testing/src/org/aspectj/testing/ajde/CompileCommand.java
index 082dbc746..aa8edef65 100644
--- a/testing/src/org/aspectj/testing/ajde/CompileCommand.java
+++ b/testing/src/org/aspectj/testing/ajde/CompileCommand.java
@@ -321,6 +321,7 @@ class MyCompilerConfig implements ICompilerConfiguration {
public String getNonStandardOptions() {return null;}
public List getProjectSourceFiles() {return null;}
+ public List getProjectSourceFilesChanged() {return null;}
public Map getSourcePathResources() {return null;}
}