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