From df6ecb4df32034cbce7f9cd87961ba7e59da089e Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Sat, 1 Apr 2006 19:08:20 +0000 Subject: [PATCH] build results now in subdir of project dir instead of in subdir of build dir. --- .classpath | 10 +++++----- build/header.xml | 15 +++++---------- build/trailer.xml | 1 + support/test/org/wamblee/io/FileSystemUtils.java | 2 +- 4 files changed, 12 insertions(+), 16 deletions(-) diff --git a/.classpath b/.classpath index c4500542..21215708 100644 --- a/.classpath +++ b/.classpath @@ -1,10 +1,10 @@ - - - - - + + + + + diff --git a/build/header.xml b/build/header.xml index 930517a6..a06b4331 100644 --- a/build/header.xml +++ b/build/header.xml @@ -322,9 +322,6 @@ - - - @@ -506,14 +503,12 @@ replace="/" global="true" defaultValue="${module.name}"/> - - + + - - - - + + diff --git a/build/trailer.xml b/build/trailer.xml index a5a86335..6df4e18c 100644 --- a/build/trailer.xml +++ b/build/trailer.xml @@ -56,6 +56,7 @@ + diff --git a/support/test/org/wamblee/io/FileSystemUtils.java b/support/test/org/wamblee/io/FileSystemUtils.java index cffd0780..34ab13af 100644 --- a/support/test/org/wamblee/io/FileSystemUtils.java +++ b/support/test/org/wamblee/io/FileSystemUtils.java @@ -43,7 +43,7 @@ public final class FileSystemUtils { /** * Test input directory relative to the sub project. */ - private static final String TEST_INPUT_DIR = "resources/test"; + private static final String TEST_INPUT_DIR = "../resources/test"; /* * Disabled. -- 2.31.1