This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: little classpath merge


Am Freitag, 4. Oktober 2002 15:46 schrieb Mark Wielaard:
> If you change how (the default value of) a system property is used
> then please also update the relevant part of the gcc/java/gcj.texi
> manual.
>
> See also http://gcc.gnu.org/onlinedocs/gcj/System-properties.html.
> This one is documented under Standard Properties.

Thanx for the hint. I commited the attached fix.

Michael
-- 
Homepage: http://www.worldforge.org/
GPG-key: http://konqueror.dyndns.org/~mkoch/michael.gpg
cvs -f log -N -r1.39 gcj.texi

RCS file: /cvs/gcc/gcc/gcc/java/gcj.texi,v
Working file: gcj.texi
head: 1.39
branch:
locks: strict
access list:
keyword substitution: kv
total revisions: 102;	selected revisions: 1
description:
----------------------------
revision 1.39
date: 2002/10/04 15:36:12;  author: mkoch;  state: Exp;  lines: +1 -1
2002-10-03  Michael Koch  <konqueror@gmx.de>

	* gcj.texi (Standard properties):
	Change default of java.awt.toolkit to gnu.awt.gtk.GtkToolkit.
=============================================================================
cvs -f diff -bp -u -r1.38 -r1.39 gcj.texi
Index: gcj.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/gcj.texi,v
retrieving revision 1.38
retrieving revision 1.39
diff -b -p -u -r1.38 -r1.39
--- gcj.texi	30 Sep 2002 17:00:42 -0000	1.38
+++ gcj.texi	4 Oct 2002 15:36:12 -0000	1.39
@@ -2117,7 +2117,7 @@ Returned by @code{java.awt.Window.getWar
 
 @item awt.toolkit
 The class name used for initializing the default @code{java.awt.Toolkit}. 
-Defaults to @code{gnu.java.awt.peer.gtk.GtkToolkit}.
+Defaults to @code{gnu.awt.gtk.GtkToolkit}.
 
 @end table
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]