diff options
author | aclement <aclement> | 2009-03-24 00:59:51 +0000 |
---|---|---|
committer | aclement <aclement> | 2009-03-24 00:59:51 +0000 |
commit | b236df9da51debc7c62eb570bde7e84493bbdf1f (patch) | |
tree | f1c9dad996b70b8d1afb0c8d5ce63a4627ee77e6 /ajde.core | |
parent | 1b0c5e9746bfd484d3e3e8dd7c2c1e688e3f912b (diff) | |
download | aspectj-b236df9da51debc7c62eb570bde7e84493bbdf1f.tar.gz aspectj-b236df9da51debc7c62eb570bde7e84493bbdf1f.zip |
268827: ask for the JDT project state
Diffstat (limited to 'ajde.core')
-rw-r--r-- | ajde.core/testsrc/org/aspectj/ajde/core/TestOutputLocationManager.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ajde.core/testsrc/org/aspectj/ajde/core/TestOutputLocationManager.java b/ajde.core/testsrc/org/aspectj/ajde/core/TestOutputLocationManager.java index 941a21212..495dd182f 100644 --- a/ajde.core/testsrc/org/aspectj/ajde/core/TestOutputLocationManager.java +++ b/ajde.core/testsrc/org/aspectj/ajde/core/TestOutputLocationManager.java @@ -85,4 +85,9 @@ public class TestOutputLocationManager implements IOutputLocationManager { public void reportFileRemove(String outputfile, int filetype) { } + public int discoverChangesSince(File dir, long buildtime) { + // TODO Auto-generated method stub + return 0; + } + } |