From 9e7ceffb06b794ec4e990e639f33af225e697acf Mon Sep 17 00:00:00 2001 From: mkersten Date: Wed, 6 Aug 2003 21:28:08 +0000 Subject: 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 --- testing/src/org/aspectj/testing/ajde/CompileCommand.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'testing/src') 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; + } + } -- cgit v1.2.3