gcc/libjava/classpath/tools
Tobias Burnus 98db73df84 gnat_ugn.texi: Bump @copying's copyright year.
2014-01-02  Tobias Burnus  <burnus@net-b.de>

gcc/ada/
        * gnat_ugn.texi: Bump @copying's copyright year.

gcc/
        * gcc.c (process_command): Update copyright notice dates.
        * gcov-dump.c: Ditto.
        * gcov.c: Ditto.
        * doc/cpp.texi: Bump @copying's copyright year.
        * doc/cppinternals.texi: Ditto.
        * doc/gcc.texi: Ditto.
        * doc/gccint.texi: Ditto.
        * doc/gcov.texi: Ditto.
        * doc/install.texi: Ditto.
        * doc/invoke.texi: Ditto.

gcc/fortran/
        * gfortranspec.c (lang_specific_driver): Update copyright notice
        dates.
        * gfc-internals.texi: Bump @copying's copyright year.
        * gfortran.texi: Ditto.
        * intrinsic.texi: Ditto.
        * invoke.texi: Ditto.

gcc/go/
        * gcc/go/gccgo.texi: Ditto.

gcc/java/
        * jcf-dump.c (version): Update copyright notice dates.
        * gcj.texi: Bump @copying's copyright year.

libgomp/
        * libgomp.texi: Bump @copying's copyright year.

libitm/
        * libitm.texi: Bump @copying's copyright year.

libjava/
        * classpath/gnu/java/rmi/registry/RegistryImpl.java (version):
        * Update
        copyright notice dates.
        * classpath/tools/gnu/classpath/tools/orbd/Main.java (run):
        * Ditto.
        * gnu/gcj/convert/Convert.java (version): Update copyright
        * notice
        dates.
        * gnu/gcj/tools/gcj_dbtool/Main.java (main): Ditto.

libquadmath/
        * libquadmath.texi: Bump @copying's copyright year.

From-SVN: r206286
2014-01-02 22:25:41 +01:00
..
asm/org/objectweb/asm 2010-01-06 Matthias Klose <doko@ubuntu.com> 2010-01-06 17:46:48 +00:00
classes - regenerate class files for updated copyright years, changed in: 2013-01-15 14:04:33 +00:00
com/sun Import GNU Classpath (20121202). 2012-12-19 17:03:15 +00:00
external/asm/org/objectweb/asm Normalise whitespace in GNU Classpath. 2011-01-11 19:46:05 +00:00
generated/gnu/classpath/tools/gjdoc/expr Normalise whitespace in GNU Classpath. 2011-01-11 19:46:05 +00:00
gnu/classpath/tools gnat_ugn.texi: Bump @copying's copyright year. 2014-01-02 22:25:41 +01:00
resource Import GNU Classpath (20121202). 2012-12-19 17:03:15 +00:00
sun/rmi/rmic Makefile.am (AM_CXXFLAGS): Define ECJ_JAR_FILE. 2007-03-13 05:48:03 +00:00
.cvsignore Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
Makefile.am Merge GNU Classpath 0.99 into libjava. 2012-03-23 15:19:26 +00:00
Makefile.in configure.ac (dbexecdir): Base on $(toolexeclibdir), not $(libdir). 2013-05-22 17:25:59 -04:00
README
appletviewer.in String.java, [...]: Merge from GNU Classpath HEAD. 2006-06-09 16:07:07 +00:00
gappletviewer.in re PR libgcj/37636 (java tools are unable to find resource files) 2008-10-21 17:55:01 +00:00
gjar.in re PR libgcj/37636 (java tools are unable to find resource files) 2008-10-21 17:55:01 +00:00
gjarsigner.in re PR libgcj/37636 (java tools are unable to find resource files) 2008-10-21 17:55:01 +00:00
gjavah.in re PR libgcj/37636 (java tools are unable to find resource files) 2008-10-21 17:55:01 +00:00
gjdoc.in re PR libgcj/37636 (java tools are unable to find resource files) 2008-10-21 17:55:01 +00:00
gkeytool.in re PR libgcj/37636 (java tools are unable to find resource files) 2008-10-21 17:55:01 +00:00
gnative2ascii.in re PR libgcj/37636 (java tools are unable to find resource files) 2008-10-21 17:55:01 +00:00
gorbd.in re PR libgcj/37636 (java tools are unable to find resource files) 2008-10-21 17:55:01 +00:00
grmic.in re PR libgcj/37636 (java tools are unable to find resource files) 2008-10-21 17:55:01 +00:00
grmid.in re PR libgcj/37636 (java tools are unable to find resource files) 2008-10-21 17:55:01 +00:00
grmiregistry.in re PR libgcj/37636 (java tools are unable to find resource files) 2008-10-21 17:55:01 +00:00
gserialver.in re PR libgcj/37636 (java tools are unable to find resource files) 2008-10-21 17:55:01 +00:00
gtnameserv.in re PR libgcj/37636 (java tools are unable to find resource files) 2008-10-21 17:55:01 +00:00
jarsigner.in String.java, [...]: Merge from GNU Classpath HEAD. 2006-06-09 16:07:07 +00:00
keytool.in String.java, [...]: Merge from GNU Classpath HEAD. 2006-06-09 16:07:07 +00:00
toolwrapper.c libjava/classpath/ChangeLog.gcj: 2007-06-03 23:18:43 +00:00

README

The GNU Classpath tools are stored in the tools.zip. They can be invoked by
putting this archive into classpath and specifying the tool main class as the
class to run (parameters usually follow). The current release contains the
following tools:

== GIOP tools ==

GIOP tools are used for creating the applications that use GIOP communication
protocol. It provides necessary support for org.omg.* and javax.rmi.* 
packages.

All GIOP tools support the --help option, for instance:
  java -cp tools.zip gnu.classpath.tools.giop.IorParser --help

The list of the currently available GIOP tools (name matches the main
class in gnu.classpath.tools.giop package):

* GRMIC -                RMI-IIOP stub and tie generator.
* NameService  -         GIOP transient naming service (this tool is called 
                         tnameserv in Sun's package).
* NameServicePersistent
               -         GIOP persistent naming service (this tool is called 
                         orbd in Sun's package).
* IorParser -            Parses the stringified form of the interoperable 
                         object references (IOR's).
                         
== RMI tools ==

RMI tools provide support for java.rmi package. All tools support 
the --help key by printing more information, for instance:
  java -cp tools.zip gnu.classpath.tools.rmi.RMIC --help

The list of the currently available RMI tools (name matches the main tool class
in gnu.classpath.tools.rmi package):
  
* RMIC -                 RMI stub and tie source code generator (complements
                         the ASM based bytecode generator in the separate
                         cp-tools project). This tool is only needed for 
                         research and backward-compatibile applications, as
                         Classpath supports the 1.5 feature to replace such 
                         stubs by proxy classes.
* REGISTRY -             The persistent RMI naming service.                                                   
* RMID -                 The persistent RMI activation daemon, supports the
                         java.rmi.activation package.
  
== Security tools ==

Security tools (currently) are used for signing and verifying JAR files
as well as (planned) generating and managing cryptographic tokens and
credentials.

The list of individual tools, the name of their main class that should be
invoked by the Java launcher, and a summary of what they provide follows:

* jarsigner              gnu.classpath.tools.jarsigner.Main
                         A drop-in replacement for the "jarsigner" tool.