aboutsummaryrefslogtreecommitdiffstats
path: root/ajde
diff options
context:
space:
mode:
authoraclement <aclement>2009-03-20 17:37:22 +0000
committeraclement <aclement>2009-03-20 17:37:22 +0000
commitf39c6e9435544e6256fffda39e66666629257a72 (patch)
treec67515ff8412146a02d66fd7029f6f258422f173 /ajde
parente232485ed9305b92235ec00e00ae93fb7b160d3a (diff)
downloadaspectj-f39c6e9435544e6256fffda39e66666629257a72.tar.gz
aspectj-f39c6e9435544e6256fffda39e66666629257a72.zip
268827: tell ajdt about class file removal
Diffstat (limited to 'ajde')
-rw-r--r--ajde/testsrc/org/aspectj/ajde/ui/utils/TestOutputLocationManager.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/ajde/testsrc/org/aspectj/ajde/ui/utils/TestOutputLocationManager.java b/ajde/testsrc/org/aspectj/ajde/ui/utils/TestOutputLocationManager.java
index 67f4ce2aa..5405d2fb4 100644
--- a/ajde/testsrc/org/aspectj/ajde/ui/utils/TestOutputLocationManager.java
+++ b/ajde/testsrc/org/aspectj/ajde/ui/utils/TestOutputLocationManager.java
@@ -87,4 +87,7 @@ public class TestOutputLocationManager implements IOutputLocationManager {
return null;
}
+ public void reportClassFileRemove(String outputfile) {
+ }
+
}