From: aclement Date: Tue, 24 Mar 2009 01:10:26 +0000 (+0000) Subject: 268827: ask for the JDT project state X-Git-Tag: V1_6_4~36 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=03f436798a2210327d7614e15566697e06ea5789;p=aspectj.git 268827: ask for the JDT project state --- 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; + } + }