Commit 246b0538 by Tom Tromey Committed by Tom Tromey

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
parent f9918968
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.
* java/lang/natPosixProcess.cc (nativeSpawn): Unblock SIGCHLD
before exec.
......
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment