diff options
author | aclement <aclement> | 2009-03-24 01:10:26 +0000 |
---|---|---|
committer | aclement <aclement> | 2009-03-24 01:10:26 +0000 |
commit | 03f436798a2210327d7614e15566697e06ea5789 (patch) | |
tree | 2b953955da56c7ad06b7d4556e3360089366ff2c /testing/src | |
parent | b236df9da51debc7c62eb570bde7e84493bbdf1f (diff) | |
download | aspectj-03f436798a2210327d7614e15566697e06ea5789.tar.gz aspectj-03f436798a2210327d7614e15566697e06ea5789.zip |
268827: ask for the JDT project state
Diffstat (limited to 'testing/src')
-rw-r--r-- | testing/src/org/aspectj/testing/ajde/CompileCommand.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/src/org/aspectj/testing/ajde/CompileCommand.java b/testing/src/org/aspectj/testing/ajde/CompileCommand.java index 9460965cb..47ad4b076 100644 --- a/testing/src/org/aspectj/testing/ajde/CompileCommand.java +++ b/testing/src/org/aspectj/testing/ajde/CompileCommand.java @@ -400,4 +400,9 @@ class MyOutputLocationManager implements IOutputLocationManager { public void reportFileRemove(String outputfile, int filetype) { } + public int discoverChangesSince(File dir, long buildtime) { + // TODO Auto-generated method stub + return 0; + } + } |