diff options
author | mkersten <mkersten> | 2003-08-06 21:28:08 +0000 |
---|---|---|
committer | mkersten <mkersten> | 2003-08-06 21:28:08 +0000 |
commit | 9e7ceffb06b794ec4e990e639f33af225e697acf (patch) | |
tree | ce7a56a544f7f0f4ad2dc1f49f7dbec1fe7b7bc4 /testing/src | |
parent | 5edccbfaeb8bb4dc5b34d553267365ae3c7eda41 (diff) | |
download | aspectj-9e7ceffb06b794ec4e990e639f33af225e697acf.tar.gz aspectj-9e7ceffb06b794ec4e990e639f33af225e697acf.zip |
Fixed bugs:
40943: Binary weaving should copy non-Java resources from "-inja...
36071: 1.1 rc1 should copy resources similar to java compiler
40826: ajbrowser does not report errors properly
40774: task list icons don't show in ajbrowser
Diffstat (limited to 'testing/src')
-rw-r--r-- | testing/src/org/aspectj/testing/ajde/CompileCommand.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/src/org/aspectj/testing/ajde/CompileCommand.java b/testing/src/org/aspectj/testing/ajde/CompileCommand.java index 529eabf64..fa8fb7d99 100644 --- a/testing/src/org/aspectj/testing/ajde/CompileCommand.java +++ b/testing/src/org/aspectj/testing/ajde/CompileCommand.java @@ -383,4 +383,9 @@ class ProjectProperties implements ProjectPropertiesAdapter { log(s); return null; } + + public Map getSourcePathResources() { + return null; + } + } |