re PR libgcj/24587 (libgcj should set gnu.classpath.version system property)

PR libgcj/24587:
	* gnu/classpath/SystemProperties.java: Set gnu.classpath.version.

From-SVN: r106659
This commit is contained in:
Tom Tromey 2005-11-08 21:58:43 +00:00 committed by Tom Tromey
parent f9918968b1
commit 246b053811
2 changed files with 8 additions and 0 deletions

View 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.

View 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",