From f0871ef5761be2a51b1a333dc7f1856fd507d8a9 Mon Sep 17 00:00:00 2001 From: Mark Hindess Date: Tue, 1 Sep 2009 05:49:04 +0000 Subject: [PATCH] [r809832] Distinguish artifacts from java 6.0 builds from those of java 5.0 builds. --- build.xml | 80 ++++++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 56 insertions(+), 24 deletions(-) diff --git a/build.xml b/build.xml index ec6666101..588414d58 100644 --- a/build.xml +++ b/build.xml @@ -148,18 +148,21 @@ Usage: - + - + + prefix="${archive.dir.prefix}hdk-${harmony.version}"> @@ -173,12 +176,15 @@ Usage: - + - + @@ -186,7 +192,7 @@ Usage: + prefix="${archive.dir.prefix}hdk-${harmony.version}"> @@ -206,18 +212,21 @@ Usage: - + - + + prefix="${archive.dir.prefix}jdk-${harmony.version}"> @@ -229,12 +238,15 @@ Usage: - + - + @@ -242,7 +254,7 @@ Usage: + prefix="${archive.dir.prefix}jdk-${harmony.version}"> @@ -262,10 +274,13 @@ Usage: - + - + @@ -278,11 +293,14 @@ Usage: - + - + @@ -704,29 +722,39 @@ Usage: + + + + + + + + + value="${deploy.file.prefix}hdk-r${harmony.version}" /> + value="${deploy.file.prefix}jdk-r${harmony.version}" /> + value="${deploy.file.prefix}jre-r${harmony.version}" /> + value="${deploy.file.prefix}src-r${harmony.version}" /> - + - + @@ -837,10 +865,13 @@ Usage: - + - + @@ -859,6 +890,7 @@ Usage: harmony.version=${harmony.version} harmony.long.version=${harmony.long.version} harmony.deploy.suffix=${harmony.deploy.suffix} +harmony.java.version=${harmony.java.version} -- 2.11.4.GIT