diff options
author | aclement <aclement> | 2009-03-20 17:37:47 +0000 |
---|---|---|
committer | aclement <aclement> | 2009-03-20 17:37:47 +0000 |
commit | 93214ae61c5e4587f6fd6cfc55ae7412a8fb7026 (patch) | |
tree | 7d3af7f1fc220f436955ce0bc884f171f602d4f5 /testing | |
parent | 2f078d8266060d780ab30b3972473336ae1b4d56 (diff) | |
download | aspectj-93214ae61c5e4587f6fd6cfc55ae7412a8fb7026.tar.gz aspectj-93214ae61c5e4587f6fd6cfc55ae7412a8fb7026.zip |
268827: tell ajdt about class file removal
Diffstat (limited to 'testing')
-rw-r--r-- | testing/src/org/aspectj/testing/ajde/CompileCommand.java | 3 |
1 files changed, 3 insertions, 0 deletions
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) { + } + } |