diff options
author | aclement <aclement> | 2009-03-20 17:38:27 +0000 |
---|---|---|
committer | aclement <aclement> | 2009-03-20 17:38:27 +0000 |
commit | eaeb4f95a11381313a432eb11580d5c6edd4fc2c (patch) | |
tree | 1aecca825d0c75d2b767ecabffe24e1e7e745d69 | |
parent | ce3f4051143a6fb56c5690c9ce824c55cf7baad6 (diff) | |
download | aspectj-eaeb4f95a11381313a432eb11580d5c6edd4fc2c.tar.gz aspectj-eaeb4f95a11381313a432eb11580d5c6edd4fc2c.zip |
268827: tell ajdt about class file removal
-rw-r--r-- | tests/src/org/aspectj/systemtest/incremental/tools/MoreOutputLocationManagerTests.java | 3 |
1 files changed, 3 insertions, 0 deletions
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; |