PatchSet 6874 
Date: 2005/08/27 02:34:10
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
Bump up class version to 48.0

2005-08-27  Dalibor Topic  <[EMAIL PROTECTED]>

        * libraries/javalib/gnu/classpath/VMSystemProperties.java
        Set java.class.version to 48.0 for Maven 2.

        Reported by :  Trygve Laugstoel <[EMAIL PROTECTED]>

Members: 
        ChangeLog:1.4395->1.4396 
        libraries/javalib/gnu/classpath/VMSystemProperties.java:1.9->1.10 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4395 kaffe/ChangeLog:1.4396
--- kaffe/ChangeLog:1.4395      Thu Aug 25 22:24:58 2005
+++ kaffe/ChangeLog     Sat Aug 27 02:34:10 2005
@@ -1,3 +1,10 @@
+2005-08-27  Dalibor Topic  <[EMAIL PROTECTED]>
+
+       * libraries/javalib/gnu/classpath/VMSystemProperties.java
+       Set java.class.version to 48.0 for Maven 2.
+
+       Reported by :  Trygve Laugstoel <[EMAIL PROTECTED]>
+
 2005-08-25  Dalibor Topic  <[EMAIL PROTECTED]>
 
        Resynced with GNU Classpath.
Index: kaffe/libraries/javalib/gnu/classpath/VMSystemProperties.java
diff -u kaffe/libraries/javalib/gnu/classpath/VMSystemProperties.java:1.9 
kaffe/libraries/javalib/gnu/classpath/VMSystemProperties.java:1.10
--- kaffe/libraries/javalib/gnu/classpath/VMSystemProperties.java:1.9   Tue Jul 
19 01:16:50 2005
+++ kaffe/libraries/javalib/gnu/classpath/VMSystemProperties.java       Sat Aug 
27 02:34:13 2005
@@ -102,7 +102,7 @@
       properties.setProperty("java.specification.version", "1.4");
       properties.setProperty("java.specification.vendor", "Sun Microsystems 
Inc.");
       properties.setProperty("java.specification.name", "Java Platform API 
Specification");
-      properties.setProperty("java.class.version", "46.0");
+      properties.setProperty("java.class.version", "48.0");
       properties.setProperty("gnu.classpath.vm.shortname", "Kaffe");
       properties.setProperty("java.library.path", "");
       properties.setProperty("java.ext.dirs", "");

_______________________________________________
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to