8056121: set the default release to 8u25 in the source tree for JPRT jdk8u25-b15

Wed, 27 Aug 2014 09:46:47 -0700

author
asaha
date
Wed, 27 Aug 2014 09:46:47 -0700
changeset 1129
09eaef69f384
parent 1128
e4c0b81ec774
child 1130
f0a48c214c46

8056121: set the default release to 8u25 in the source tree for JPRT
Reviewed-by: mikael

make/Jprt.gmk file | annotate | diff | comparison | revisions
make/jprt.properties file | annotate | diff | comparison | revisions
     1.1 --- a/make/Jprt.gmk	Mon Aug 25 13:35:06 2014 -0700
     1.2 +++ b/make/Jprt.gmk	Wed Aug 27 09:46:47 2014 -0700
     1.3 @@ -145,6 +145,9 @@
     1.4            ifdef ALT_INSTALL_UPX_FILENAME
     1.5  	    @$(ECHO) " --with-upx-filename=$(call UnixPath,$(ALT_INSTALL_UPX_FILENAME)) " >> $@.tmp
     1.6            endif
     1.7 +          ifdef ALT_BSDIFF_DIR
     1.8 +	    @$(ECHO) " --with-bsdiff-dir=$(call UnixPath,$(ALT_BSDIFF_DIR)) " >> $@.tmp
     1.9 +          endif
    1.10            ifdef ALT_CCSS_SIGNING_DIR
    1.11  	    @$(ECHO) " --with-ccss-signing=$(call UnixPath,$(ALT_CCSS_SIGNING_DIR)) " >> $@.tmp
    1.12            endif
     2.1 --- a/make/jprt.properties	Mon Aug 25 13:35:06 2014 -0700
     2.2 +++ b/make/jprt.properties	Wed Aug 27 09:46:47 2014 -0700
     2.3 @@ -25,8 +25,9 @@
     2.4  
     2.5  # Properties for jprt
     2.6  
     2.7 -# Locked down to jdk8
     2.8 -jprt.tools.default.release=jdk8
     2.9 +# The current release name
    2.10 +my.jdk.update.version=25
    2.11 +jprt.tools.default.release=jdk8u${my.jdk.update.version}
    2.12  
    2.13  # Unix toolkit to use for building on windows
    2.14  jprt.windows.jdk8.build.unix.toolkit=cygwin

mercurial