[kaffe] CVS kaffe (robilad): Updated java.specification.version to 1.4
Kaffe CVS
cvs-commits at kaffe.org
Sun Apr 17 13:48:47 PDT 2005
PatchSet 5681
Date: 2005/04/17 20:43:23
Author: robilad
Branch: HEAD
Tag: (none)
Log:
Updated java.specification.version to 1.4
2005-04-17 Dalibor Topic <robilad at kaffe.org>
* libraries/javalib/gnu/classpath/VMSystemProperties.java: (preInit)
Set java.specification.version to 1.4.
Members:
ChangeLog:1.3847->1.3848
libraries/javalib/gnu/classpath/VMSystemProperties.java:1.5->1.6
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3847 kaffe/ChangeLog:1.3848
--- kaffe/ChangeLog:1.3847 Sun Apr 17 20:36:36 2005
+++ kaffe/ChangeLog Sun Apr 17 20:43:23 2005
@@ -20,6 +20,11 @@
2005-04-17 Dalibor Topic <robilad at kaffe.org>
+ * libraries/javalib/gnu/classpath/VMSystemProperties.java: (preInit)
+ Set java.specification.version to 1.4.
+
+2005-04-17 Dalibor Topic <robilad at kaffe.org>
+
* kaffe/kaffe/version.c (printShortVersion): Changed first string
to something more like JDK to make Kaffe useable from within
NetBeans 4.0 as a runtime.
Index: kaffe/libraries/javalib/gnu/classpath/VMSystemProperties.java
diff -u kaffe/libraries/javalib/gnu/classpath/VMSystemProperties.java:1.5 kaffe/libraries/javalib/gnu/classpath/VMSystemProperties.java:1.6
--- kaffe/libraries/javalib/gnu/classpath/VMSystemProperties.java:1.5 Sun Apr 17 12:32:45 2005
+++ kaffe/libraries/javalib/gnu/classpath/VMSystemProperties.java Sun Apr 17 20:43:30 2005
@@ -99,7 +99,7 @@
properties.setProperty("java.vm.version", "1.1.5+cvs");
properties.setProperty("java.vm.vendor", "Kaffe.org project");
properties.setProperty("java.vm.name", "Kaffe");
- properties.setProperty("java.specification.version", "1.2");
+ 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");
More information about the kaffe
mailing list