Commit a1b7f572 by Tom Tromey Committed by Tom Tromey

natSystem.cc (init_properties): URL now points to sourceware.

	* java/lang/natSystem.cc (init_properties): URL now points to
	sourceware.

From-SVN: r26974
parent 1c804566
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> 1999-05-12 Per Bothner <bothner@cygnus.com>
* java/util/Calendar.java (set): First call computeFields if needed. * java/util/Calendar.java (set): First call computeFields if needed.
......
...@@ -243,7 +243,7 @@ java::lang::System::init_properties (void) ...@@ -243,7 +243,7 @@ java::lang::System::init_properties (void)
properties->put(JvNewStringLatin1 (Prop), JvNewStringLatin1 (Val)) properties->put(JvNewStringLatin1 (Prop), JvNewStringLatin1 (Val))
SET ("java.version", VERSION); SET ("java.version", VERSION);
SET ("java.vendor", "Cygnus Solutions"); 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); SET ("java.class.version", GCJVERSION);
// FIXME: how to set these given location-independence? // FIXME: how to set these given location-independence?
// SET ("java.home", "FIXME"); // SET ("java.home", "FIXME");
......
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