summaryrefslogtreecommitdiffstats
path: root/ajde/testsrc/org
diff options
context:
space:
mode:
authoracolyer <acolyer>2006-05-16 18:44:41 +0000
committeracolyer <acolyer>2006-05-16 18:44:41 +0000
commit40c0d949493e14806799cb4975135998b707c9f2 (patch)
tree100742686291e96c6fa6d074cf749e4b42b51a16 /ajde/testsrc/org
parentb166a7e6163889eb951f82655f0f49bfc26a49f0 (diff)
downloadaspectj-40c0d949493e14806799cb4975135998b707c9f2.tar.gz
aspectj-40c0d949493e14806799cb4975135998b707c9f2.zip
progress on enh 101983 (allow separate output folders for separate source folders)
Diffstat (limited to 'ajde/testsrc/org')
-rw-r--r--ajde/testsrc/org/aspectj/ajde/NullIdeProperties.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/ajde/testsrc/org/aspectj/ajde/NullIdeProperties.java b/ajde/testsrc/org/aspectj/ajde/NullIdeProperties.java
index 233933a7a..e65f9ab26 100644
--- a/ajde/testsrc/org/aspectj/ajde/NullIdeProperties.java
+++ b/ajde/testsrc/org/aspectj/ajde/NullIdeProperties.java
@@ -83,6 +83,10 @@ public class NullIdeProperties implements ProjectPropertiesAdapter {
this.outputPath = outputPath;
}
+ public OutputLocationManager getOutputLocationManager() {
+ return null;
+ }
+
public String getAjcWorkingDir() {
return testProjectPath + "/ajworkingdir";
}