From 5683b67955e8737ac726930256f7000022b5ca31 Mon Sep 17 00:00:00 2001 From: Kelly O'Hair Date: Mon, 12 Dec 2011 08:13:22 -0800 Subject: [PATCH 1/2] 7117110: Remove target 1.5 from jaxp and jaxws repo builds for mac Reviewed-by: alanb --- jaxws/build.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/jaxws/build.xml b/jaxws/build.xml index 9eddf09ce8a..818c939478f 100644 --- a/jaxws/build.xml +++ b/jaxws/build.xml @@ -43,14 +43,6 @@ Run 'make help' for help using the Makefile. - - - - - - - - From 3892973c2b52088a586d8ad38c38cb0bf824888e Mon Sep 17 00:00:00 2001 From: Kelly O'Hair Date: Mon, 12 Dec 2011 08:13:56 -0800 Subject: [PATCH 2/2] 7119829: Adjust default jprt testing configuration Reviewed-by: alanb --- jaxws/make/jprt.properties | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/jaxws/make/jprt.properties b/jaxws/make/jprt.properties index cb67b3c2d3a..360b6b22dba 100644 --- a/jaxws/make/jprt.properties +++ b/jaxws/make/jprt.properties @@ -25,21 +25,21 @@ # Properties for jprt -# The release to build +# Locked down to jdk8 jprt.tools.default.release=jdk8 # The different build flavors we want, we override here so we just get these 2 jprt.build.flavors=product,fastdebug # Standard list of jprt build targets for this source tree -jprt.build.targets= \ - solaris_sparc_5.10-{product|fastdebug}, \ - solaris_sparcv9_5.10-{product|fastdebug}, \ - solaris_i586_5.10-{product|fastdebug}, \ - solaris_x64_5.10-{product|fastdebug}, \ - linux_i586_2.6-{product|fastdebug}, \ - linux_x64_2.6-{product|fastdebug}, \ - windows_i586_5.1-{product|fastdebug}, \ +jprt.build.targets= \ + solaris_sparc_5.10-{product|fastdebug}, \ + solaris_sparcv9_5.10-{product|fastdebug}, \ + solaris_i586_5.10-{product|fastdebug}, \ + solaris_x64_5.10-{product|fastdebug}, \ + linux_i586_2.6-{product|fastdebug}, \ + linux_x64_2.6-{product|fastdebug}, \ + windows_i586_5.1-{product|fastdebug}, \ windows_x64_5.2-{product|fastdebug} # Directories to be excluded from the source bundles