[kaffe] CVS kaffe (robilad): Bump up class version to 48.0

Kaffe CVS cvs-commits at kaffe.org
Fri Aug 26 19:38:40 PDT 2005


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  <robilad at kaffe.org>

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

        Reported by :  Trygve Laugstoel <trygvis at inamo.no>

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  <robilad at kaffe.org>
+
+	* libraries/javalib/gnu/classpath/VMSystemProperties.java
+	Set java.class.version to 48.0 for Maven 2.
+
+	Reported by :  Trygve Laugstoel <trygvis at inamo.no>
+
 2005-08-25  Dalibor Topic  <robilad at kaffe.org>
 
 	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", "");




More information about the kaffe mailing list