summaryrefslogtreecommitdiffstats
path: root/testing/src
diff options
context:
space:
mode:
Diffstat (limited to 'testing/src')
-rw-r--r--testing/src/org/aspectj/testing/ajde/CompileCommand.java5
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;
+ }
+
}