7046794: Configurable behavior for server-side stacktraces

Mon, 25 Jul 2011 11:38:25 -0700

author
asaha
date
Mon, 25 Jul 2011 11:38:25 -0700
changeset 250
9e82b46cd4fa
parent 249
61c046c6895a
child 251
c78fccb01d4e
child 281
4289a81ba085

7046794: Configurable behavior for server-side stacktraces
Reviewed-by: ramap

jaxws.properties file | annotate | diff | comparison | revisions
     1.1 --- a/jaxws.properties	Tue Jul 19 11:03:54 2011 -0700
     1.2 +++ b/jaxws.properties	Mon Jul 25 11:38:25 2011 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
     1.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8  #
     1.9  # This code is free software; you can redistribute it and/or modify it
    1.10 @@ -25,15 +25,15 @@
    1.11  
    1.12  drops.master.copy.base=${drops.dir}
    1.13  
    1.14 -jaxws_src.bundle.name=jdk7-jaxws2_2_4-b03-2011_05_27.zip
    1.15 -jaxws_src.bundle.md5.checksum=2f5b829ade70f67fe272d0b322e3e702
    1.16 +jaxws_src.bundle.name=jdk8-jaxws2_2_4-b01-2011_07_22.zip
    1.17 +jaxws_src.bundle.md5.checksum=f64bedd3c512e6b1ca265fda2feb0905 
    1.18  jaxws_src.master.bundle.dir=${drops.master.copy.base}
    1.19 -jaxws_src.master.bundle.url.base=http://download.java.net/glassfish/components/jax-ws/openjdk/jdk7
    1.20 +jaxws_src.master.bundle.url.base=http://download.java.net/glassfish/components/jax-ws/openjdk/jdk8
    1.21  
    1.22 -jaf_src.bundle.name=jdk7-jaf-2010_08_19.zip
    1.23 +jaf_src.bundle.name=jdk8-jaf-2011_07_22.zip
    1.24  jaf_src.bundle.md5.checksum=18d15dfd71117daadb332af003d08212
    1.25  jaf_src.master.bundle.dir=${drops.master.copy.base}
    1.26 -jaf_src.master.bundle.url.base=https://java.net/downloads/jax-ws/JDK7
    1.27 +jaf_src.master.bundle.url.base=https://java.net/downloads/jax-ws/jdk8
    1.28  
    1.29  #jaxws_tests.bundle.name=jdk7-jaxws-tests-2009_08_28.zip
    1.30  #jaxws_tests.master.bundle.dir=${drops.master.copy.base}

mercurial