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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user