diff options
author | aclement <aclement> | 2008-08-26 21:19:10 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-08-26 21:19:10 +0000 |
commit | a8893a592ef93ceba6f6bd27189ff33d3e926034 (patch) | |
tree | 31ef3d4b2048d0f82216137d265d2ebc934d7e20 /testing/src/org | |
parent | e9542b97aa8755e90bc4ff35c4afaeea7566b7bc (diff) | |
download | aspectj-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.java | 1 |
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;} } |