From eaeb4f95a11381313a432eb11580d5c6edd4fc2c Mon Sep 17 00:00:00 2001 From: aclement Date: Fri, 20 Mar 2009 17:38:27 +0000 Subject: [PATCH] 268827: tell ajdt about class file removal --- .../incremental/tools/MoreOutputLocationManagerTests.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/src/org/aspectj/systemtest/incremental/tools/MoreOutputLocationManagerTests.java b/tests/src/org/aspectj/systemtest/incremental/tools/MoreOutputLocationManagerTests.java index 24db7c90d..f731b86c1 100644 --- a/tests/src/org/aspectj/systemtest/incremental/tools/MoreOutputLocationManagerTests.java +++ b/tests/src/org/aspectj/systemtest/incremental/tools/MoreOutputLocationManagerTests.java @@ -354,6 +354,9 @@ public class MoreOutputLocationManagerTests extends AbstractMultiProjectIncremen public void reportClassFileWrite(String outputfile) { } + public void reportClassFileRemove(String outputfile) { + } + public String getSourceFolderForFile(File sourceFile) { // TODO Auto-generated method stub return null; -- 2.39.5