This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

Patch: FYI: fix java.ext.dirs documentation


>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:

Mark> This patch seems to work for most cases (although not for the xalan
Mark> "preloading" that I wanted for eclipse 3). Please note that the
Mark> documentation http://gcc.gnu.org/onlinedocs/gcj/Standard-Properties.html
Mark> is wrong:

Thanks.  I'm checking in this patch to fix the documentation.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* gcj.texi (Standard Properties): java.ext.dirs is now used.

Index: gcj.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/gcj.texi,v
retrieving revision 1.69
diff -u -r1.69 gcj.texi
--- gcj.texi 6 Dec 2004 17:59:57 -0000 1.69
+++ gcj.texi 5 Jan 2005 18:56:38 -0000
@@ -2310,7 +2310,7 @@
 
 @item java.ext.dirs
 Directories containing jar files with extra libraries.  Will be used when
-resolving classes.  Currently not used in @code{libgcj}.
+resolving classes.
 
 @item java.protocol.handler.pkgs
 A @samp{|} separated list of package names that is used to find classes that


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