From b8e615029448912c6c4764d83c140e2861f7a489 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Tue, 10 Jan 2012 14:54:52 +0000 Subject: [PATCH] #8105 Ensure build.properties is read before result-path is used svn changeset:22573/svn branch:6.7 --- build/build.xml | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/build/build.xml b/build/build.xml index 4245a9a837..3a3b94daa9 100644 --- a/build/build.xml +++ b/build/build.xml @@ -43,14 +43,6 @@ uri="antlib:org.apache.maven.artifact.ant" classpathref="maven-ant-tasks.classpath" /> - - - - - - - - @@ -74,9 +66,6 @@ - - - @@ -300,14 +289,14 @@ * tests/client-side (Client-side JUnit test cases) These are copied to - * {$result-path}/src/core - * {$result-path}/src/tests - * {$result-path}/src/junit + * ${result-path}/src/core + * ${result-path}/src/tests + * ${result-path}/src/junit And compiled to - * {$result-path}/classes/core - * {$result-path}/classes/tests - * {$result-path}/classes/junit + * ${result-path}/classes/core + * ${result-path}/classes/tests + * ${result-path}/classes/junit Java/HTML/CSS/XML files are filtered so the license is added and the version is set. Other files are just copied. -- 2.39.5