From: Artur Signell Date: Tue, 10 Jan 2012 14:54:52 +0000 (+0000) Subject: #8105 Ensure build.properties is read before result-path is used X-Git-Tag: 7.0.0.alpha2~485^2~36 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b8e615029448912c6c4764d83c140e2861f7a489;p=vaadin-framework.git #8105 Ensure build.properties is read before result-path is used svn changeset:22573/svn branch:6.7 --- 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.