From 02faa11ed0486843b0d8947f3f47bce766a6e5a2 Mon Sep 17 00:00:00 2001 From: Mark Hindess Date: Tue, 26 Oct 2010 07:13:24 +0000 Subject: [PATCH] Merging some changes tested in mrh branch. As mentioned on dev list. git-svn-id: https://svn.apache.org/repos/asf/harmony/enhanced/java/trunk@1027390 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 18 +++++++++--------- make/depends.properties | 2 +- make/run-test.xml | 4 +++- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/build.xml b/build.xml index be7fb27..4e3abf0 100644 --- a/build.xml +++ b/build.xml @@ -19,10 +19,10 @@ Build for PACK200 component + - - - + + @@ -75,18 +75,18 @@ - + - + @@ -140,7 +140,7 @@ - + @@ -159,7 +159,7 @@ - + diff --git a/make/depends.properties b/make/depends.properties index 636c440..379b6fb 100644 --- a/make/depends.properties +++ b/make/depends.properties @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -depends.jars=${depends.dir}/jars +depends.jars=${hy.depends}/jars asm.ver=asm-3.1 asm.dir=${depends.jars}/${asm.ver} asm.jar=${asm.dir}/${asm.ver}.jar diff --git a/make/run-test.xml b/make/run-test.xml index 8268be3..f79be31 100644 --- a/make/run-test.xml +++ b/make/run-test.xml @@ -23,7 +23,9 @@ - + + +