diff options
author | Tom Tromey <tromey@redhat.com> | 2005-01-05 18:58:00 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2005-01-05 18:58:00 +0000 |
commit | b4a49222ae8229c8dc31ec82b47e26c7ad9a2c1a (patch) | |
tree | abb020c1d53f5ef80fb15b88931cc0044240bc27 /gcc/java/gcj.texi | |
parent | 7385c7800907a0bae9a2ad1a10f8ba430ba707d4 (diff) | |
download | gcc-b4a49222ae8229c8dc31ec82b47e26c7ad9a2c1a.zip gcc-b4a49222ae8229c8dc31ec82b47e26c7ad9a2c1a.tar.gz gcc-b4a49222ae8229c8dc31ec82b47e26c7ad9a2c1a.tar.bz2 |
* gcj.texi (Standard Properties): java.ext.dirs is now used.
From-SVN: r92965
Diffstat (limited to 'gcc/java/gcj.texi')
-rw-r--r-- | gcc/java/gcj.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/gcj.texi b/gcc/java/gcj.texi index ae9cae7..958768a 100644 --- a/gcc/java/gcj.texi +++ b/gcc/java/gcj.texi @@ -2310,7 +2310,7 @@ Currently not used in @code{libgcj}. @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 |