re PR libgcj/24587 (libgcj should set gnu.classpath.version system property)
authorTom Tromey <tromey@redhat.com>
Tue, 8 Nov 2005 21:58:43 +0000 (21:58 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Tue, 8 Nov 2005 21:58:43 +0000 (21:58 +0000)
PR libgcj/24587:
* gnu/classpath/SystemProperties.java: Set gnu.classpath.version.

From-SVN: r106659

libjava/ChangeLog
libjava/gnu/classpath/SystemProperties.java

index cceea20f5ca589f4178ed893f7294c195a9403df..4c54034980ca719495da70ccb15057775aa7a2c2 100644 (file)
@@ -1,3 +1,8 @@
+2005-11-08  Tom Tromey  <tromey@redhat.com>
+
+       PR libgcj/24587:
+       * gnu/classpath/SystemProperties.java: Set gnu.classpath.version.
+
 2005-11-08  Tom Tromey  <tromey@redhat.com>
 
        PR libgcj/23763.  From aeby@graeff.com.
index 46a9e6b5d9a1494af62ddbdd3b22136736933fb8..001663f0b71c9f54a2ce63eb1155a8007bbadf03 100644 (file)
@@ -70,6 +70,9 @@ public class SystemProperties
   {
     insertSystemProperties(defaultProperties);
 
+    defaultProperties.put("gnu.classpath.version",
+                          Configuration.CLASSPATH_VERSION);
+
     // Set base URL if not already set.
     if (defaultProperties.get("gnu.classpath.home.url") == null)
       defaultProperties.put("gnu.classpath.home.url",