From 93214ae61c5e4587f6fd6cfc55ae7412a8fb7026 Mon Sep 17 00:00:00 2001 From: aclement Date: Fri, 20 Mar 2009 17:37:47 +0000 Subject: 268827: tell ajdt about class file removal --- testing/src/org/aspectj/testing/ajde/CompileCommand.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'testing/src') diff --git a/testing/src/org/aspectj/testing/ajde/CompileCommand.java b/testing/src/org/aspectj/testing/ajde/CompileCommand.java index 70d774f48..916fd2b2b 100644 --- a/testing/src/org/aspectj/testing/ajde/CompileCommand.java +++ b/testing/src/org/aspectj/testing/ajde/CompileCommand.java @@ -397,4 +397,7 @@ class MyOutputLocationManager implements IOutputLocationManager { public void reportClassFileWrite(String outputfile) { } + public void reportClassFileRemove(String outputfile) { + } + } -- cgit v1.2.3