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

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Tue Feb 5 00:36:50 PST 2013


changeset 5ac7b9e75614 in /hg/release/icedtea7-forest-2.2/jaxp
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.2/jaxp?cmd=changeset;node=5ac7b9e75614
author: joehw
date: Mon Oct 29 11:53:57 2012 -0700

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


changeset 7d285e628870 in /hg/release/icedtea7-forest-2.2/jaxp
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.2/jaxp?cmd=changeset;node=7d285e628870
author: andrew
date: Tue Feb 05 08:35:52 2013 +0000

	Added tag icedtea-2.2.5 for changeset 5ac7b9e75614


diffstat:

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

diffs (20 lines):

diff -r 028a292be666 -r 7d285e628870 .hgtags
--- a/.hgtags	Mon Jan 14 22:54:02 2013 +0000
+++ b/.hgtags	Tue Feb 05 08:35:52 2013 +0000
@@ -178,3 +178,4 @@
 335fb0b059b720dc8d066592f6296d086bb40e9e icedtea-2.2.2
 d7e1594436a685ddae0a15bd3cb93be4e3cbe405 icedtea-2.2.3
 dc64245ac19d9c7af987f7c8197b766f39cc76aa icedtea-2.2.4
+5ac7b9e75614f15e2f8b4ea31b12f1afa4623ec3 icedtea-2.2.5
diff -r 028a292be666 -r 7d285e628870 src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java
--- a/src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java	Mon Jan 14 22:54:02 2013 +0000
+++ b/src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java	Tue Feb 05 08:35:52 2013 +0000
@@ -165,7 +165,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