From 03f436798a2210327d7614e15566697e06ea5789 Mon Sep 17 00:00:00 2001 From: aclement Date: Tue, 24 Mar 2009 01:10:26 +0000 Subject: [PATCH] 268827: ask for the JDT project state --- testing/src/org/aspectj/testing/ajde/CompileCommand.java | 5 +++++ 1 file changed, 5 insertions(+) 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; + } + } -- 2.39.5