diff options
author | acolyer <acolyer> | 2006-05-16 18:44:41 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2006-05-16 18:44:41 +0000 |
commit | 40c0d949493e14806799cb4975135998b707c9f2 (patch) | |
tree | 100742686291e96c6fa6d074cf749e4b42b51a16 /ajde/testsrc/org | |
parent | b166a7e6163889eb951f82655f0f49bfc26a49f0 (diff) | |
download | aspectj-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.java | 4 |
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"; } |