diff options
-rw-r--r-- | tests/src/org/aspectj/systemtest/incremental/tools/OutputLocationManagerTests.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/incremental/tools/OutputLocationManagerTests.java b/tests/src/org/aspectj/systemtest/incremental/tools/OutputLocationManagerTests.java index b941a4290..9a3960b25 100644 --- a/tests/src/org/aspectj/systemtest/incremental/tools/OutputLocationManagerTests.java +++ b/tests/src/org/aspectj/systemtest/incremental/tools/OutputLocationManagerTests.java @@ -135,5 +135,9 @@ public class OutputLocationManagerTests extends AbstractMultiProjectIncrementalA public File getDefaultOutputLocation() { return new File(projectHome,"target/main/classes"); } + + public String getSourceFolderForFile(File sourceFile) { + return null; + } } } |