From 92eadcf1421d372d00f29abf58900aac1fd046c2 Mon Sep 17 00:00:00 2001 From: tromey Date: Tue, 8 Nov 2005 21:58:43 +0000 Subject: PR libgcj/24587: * gnu/classpath/SystemProperties.java: Set gnu.classpath.version. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@106659 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/gnu/classpath/SystemProperties.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libjava/gnu/classpath/SystemProperties.java') diff --git a/libjava/gnu/classpath/SystemProperties.java b/libjava/gnu/classpath/SystemProperties.java index 46a9e6b5d9a..001663f0b71 100644 --- a/libjava/gnu/classpath/SystemProperties.java +++ b/libjava/gnu/classpath/SystemProperties.java @@ -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", -- cgit v1.2.3