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:
Tom Tromey 1999-05-17 13:24:59 +00:00 committed by Tom Tromey
parent 1c80456606
commit a1b7f572ce
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
1999-05-17 Tom Tromey <tromey@cygnus.com>
* java/lang/natSystem.cc (init_properties): URL now points to
sourceware.
1999-05-12 Per Bothner <bothner@cygnus.com>
* java/util/Calendar.java (set): First call computeFields if needed.

View File

@ -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");