aboutsummaryrefslogtreecommitdiffstats
path: root/testing/src
diff options
context:
space:
mode:
authoraclement <aclement>2009-03-24 01:10:26 +0000
committeraclement <aclement>2009-03-24 01:10:26 +0000
commit03f436798a2210327d7614e15566697e06ea5789 (patch)
tree2b953955da56c7ad06b7d4556e3360089366ff2c /testing/src
parentb236df9da51debc7c62eb570bde7e84493bbdf1f (diff)
downloadaspectj-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.java5
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;
+ }
+
}