From 6a68dba947ddd49e8e8dea06e17f1412535c1cb8 Mon Sep 17 00:00:00 2001 From: aclement Date: Tue, 16 Sep 2008 23:11:31 +0000 Subject: [PATCH] New method on the interface: null impl --- .../incremental/tools/OutputLocationManagerTests.java | 4 ++++ 1 file changed, 4 insertions(+) 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; + } } } -- 2.39.5