aboutsummaryrefslogtreecommitdiffstats
path: root/ajde
diff options
context:
space:
mode:
authoraclement <aclement>2009-03-24 00:59:50 +0000
committeraclement <aclement>2009-03-24 00:59:50 +0000
commit1b0c5e9746bfd484d3e3e8dd7c2c1e688e3f912b (patch)
tree0bccf41d39ce626779d6f6266fea041286c163da /ajde
parent162f60420e603fe8d3e65858f6643c65231a365a (diff)
downloadaspectj-1b0c5e9746bfd484d3e3e8dd7c2c1e688e3f912b.tar.gz
aspectj-1b0c5e9746bfd484d3e3e8dd7c2c1e688e3f912b.zip
268827: ask for the JDT project state
Diffstat (limited to 'ajde')
-rw-r--r--ajde/testsrc/org/aspectj/ajde/ui/utils/TestOutputLocationManager.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/ajde/testsrc/org/aspectj/ajde/ui/utils/TestOutputLocationManager.java b/ajde/testsrc/org/aspectj/ajde/ui/utils/TestOutputLocationManager.java
index d18fa3f16..532829b76 100644
--- a/ajde/testsrc/org/aspectj/ajde/ui/utils/TestOutputLocationManager.java
+++ b/ajde/testsrc/org/aspectj/ajde/ui/utils/TestOutputLocationManager.java
@@ -90,4 +90,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;
+ }
+
}