/hg/release/icedtea7-forest-2.1/jaxp: 2 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Tue Feb 5 03:09:00 PST 2013


changeset 3cd118e6573d in /hg/release/icedtea7-forest-2.1/jaxp
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.1/jaxp?cmd=changeset;node=3cd118e6573d
author: andrew
date: Tue Feb 05 08:42:39 2013 +0000

	8001235: Improve JAXP HTTP handling
	Reviewed-by: lancea, skoivu


changeset c4bf68441a8d in /hg/release/icedtea7-forest-2.1/jaxp
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.1/jaxp?cmd=changeset;node=c4bf68441a8d
author: andrew
date: Tue Feb 05 11:08:13 2013 +0000

	Added tag icedtea-2.1.5 for changeset 3cd118e6573d


diffstat:

 .hgtags                                                                                  |  1 +
 sources/jaxp_src/src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java |  2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r fb08c190f504 -r c4bf68441a8d .hgtags
--- a/.hgtags	Mon Jan 14 22:22:11 2013 +0000
+++ b/.hgtags	Tue Feb 05 11:08:13 2013 +0000
@@ -151,3 +151,4 @@
 a812eed5797d5725785e45a13ed767fd1b067018 icedtea-2.1.2
 68cc6550c43e7327e9b9556d1db8abd070ae3b91 icedtea-2.1.3
 77e7219c74241ff6bc56e5bb973376458ed11b2b icedtea-2.1.4
+3cd118e6573deb6139bcf6247d2577748f529105 icedtea-2.1.5
diff -r fb08c190f504 -r c4bf68441a8d sources/jaxp_src/src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java
--- a/sources/jaxp_src/src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java	Mon Jan 14 22:22:11 2013 +0000
+++ b/sources/jaxp_src/src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java	Tue Feb 05 11:08:13 2013 +0000
@@ -163,7 +163,7 @@
    * should already be fully qualified as path/filename
    * @param target The target property bag the file will be placed into.
    */
-  public void loadPropertyFile(String file, Properties target)
+  private void loadPropertyFile(String file, Properties target)
   {
     try
     {



More information about the distro-pkg-dev mailing list