From: aclement Date: Tue, 26 Aug 2008 21:19:10 +0000 (+0000) Subject: implement new ICompilerConfiguration method X-Git-Tag: V162DEV_M1~18 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a8893a592ef93ceba6f6bd27189ff33d3e926034;p=aspectj.git implement new ICompilerConfiguration method --- 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;} }