natSystem.cc (init_properties): URL now points to sourceware.
* java/lang/natSystem.cc (init_properties): URL now points to sourceware. From-SVN: r26974
This commit is contained in:
parent
1c80456606
commit
a1b7f572ce
2 changed files with 6 additions and 1 deletions
|
@ -243,7 +243,7 @@ java::lang::System::init_properties (void)
|
|||
properties->put(JvNewStringLatin1 (Prop), JvNewStringLatin1 (Val))
|
||||
SET ("java.version", VERSION);
|
||||
SET ("java.vendor", "Cygnus Solutions");
|
||||
SET ("java.vendor.url", "http://www.cygnus.com/");
|
||||
SET ("java.vendor.url", "http://sourceware.cygnus.com/java/");
|
||||
SET ("java.class.version", GCJVERSION);
|
||||
// FIXME: how to set these given location-independence?
|
||||
// SET ("java.home", "FIXME");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue