[kaffe] CVS kaffe (guilhem): Reverted SystemProperties to classpath's version.

Kaffe CVS cvs-commits at kaffe.org
Tue Apr 18 07:51:25 PDT 2006


PatchSet 7239 
Date: 2006/04/18 13:32:45
Author: guilhem
Branch: HEAD
Tag: (none) 
Log:
Reverted SystemProperties to classpath's version.

Members: 
	ChangeLog:1.4744->1.4745 
	libraries/javalib/external/classpath/gnu/classpath/SystemProperties.java:1.5->1.6 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4744 kaffe/ChangeLog:1.4745
--- kaffe/ChangeLog:1.4744	Tue Apr 18 13:24:36 2006
+++ kaffe/ChangeLog	Tue Apr 18 13:32:45 2006
@@ -1,6 +1,12 @@
 2006-04-18  Guilhem Lavaux  <guilhem at kaffe.org>
 
 	*
+	libraries/javalib/external/classpath/gnu/classpath/SystemProperties.java:
+	Reverted to original GNU Classpath's version as it is now working.
+
+2006-04-18  Guilhem Lavaux  <guilhem at kaffe.org>
+
+	*
 	libraries/javalib/external/classpath/gnu/classpath/SystemProperties.java
 	(<clinit>): Use the right parameter for postInit.
 
Index: kaffe/libraries/javalib/external/classpath/gnu/classpath/SystemProperties.java
diff -u kaffe/libraries/javalib/external/classpath/gnu/classpath/SystemProperties.java:1.5 kaffe/libraries/javalib/external/classpath/gnu/classpath/SystemProperties.java:1.6
--- kaffe/libraries/javalib/external/classpath/gnu/classpath/SystemProperties.java:1.5	Tue Apr 18 13:24:51 2006
+++ kaffe/libraries/javalib/external/classpath/gnu/classpath/SystemProperties.java	Tue Apr 18 13:32:58 2006
@@ -118,11 +118,11 @@
       defaultProperties.put("gnu.classpath.mime.types.file",
                             "/etc/mime.types");
 
+    VMSystemProperties.postInit(defaultProperties);
+
     // Note that we use clone here and not new.  Some programs assume
     // that the system properties do not have a parent.
     properties = (Properties) defaultProperties.clone();
-
-    VMSystemProperties.postInit(properties);
   }
 
   public static String getProperty(String name)




More information about the kaffe mailing list