From: Erik Brakkee Date: Sat, 1 Apr 2006 19:08:20 +0000 (+0000) Subject: build results now in subdir of project dir instead of in subdir of build X-Git-Tag: wamblee-utils-0.7~1039 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=df6ecb4df32034cbce7f9cd87961ba7e59da089e;p=utils build results now in subdir of project dir instead of in subdir of build dir. --- 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.