summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAudrius Meskauskas <audriusa@Bioinformatics.org>2006-02-09 20:22:07 +0000
committerAudrius Meskauskas <audriusa@Bioinformatics.org>2006-02-09 20:22:07 +0000
commiteb9aa9ad4129ac88dd0c053c9a87b836deea3ab2 (patch)
tree67cc83a51a175c23de86892399844e1f71efc48f /NEWS
parent7b3d0a185c34dd45b4a3d410e3cf10b6f42732d0 (diff)
downloadclasspath-eb9aa9ad4129ac88dd0c053c9a87b836deea3ab2.tar.gz
2006-02-09 Audrius Meskauskas <AudriusA@Bioinformatics.org>
* tools/Makefile.am: Add tools/gnu/classpath/tools/rmi folder. * tools/gnu/classpath/tools/giop/GRMIC.txt: Explain it called from RMIC. * tools/gnu/classpath/tools/giop/grmic/Generator.java (getResource): Better diagnostic. * tools/gnu/classpath/tools/giop/grmic/GiopRmicCompiler.java: Rewritten. * tools/gnu/classpath/tools/giop/grmic/MethodGenerator.java: Implement AbstractMethodGenerator. * tools/gnu/classpath/tools/AbstractMethodGenerator.java, tools/gnu/classpath/tools/rmi/RMIC.java, tools/gnu/classpath/tools/rmi/RMIC.txt, tools/gnu/classpath/tools/rmi/rmic/RmiMethodGenerator.java, tools/gnu/classpath/tools/rmi/rmic/RmicCompiler.java, tools/gnu/classpath/tools/rmi/rmic/WrapUnWrapper.java, tools/gnu/classpath/tools/rmi/rmic/templates/Stub_12.jav, tools/gnu/classpath/tools/rmi/rmic/templates/Stub_12Method.jav, tools/gnu/classpath/tools/rmi/rmic/templates/Stub_12MethodVoid.jav: New files. * NEWS: Corrected entry about the tools.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 002ed07a4..316bea78f 100644
--- a/NEWS
+++ b/NEWS
@@ -7,9 +7,10 @@ New in release 0.21 (to be released)
`java.security.' `javax.crypto,' and `javax.net.ssl' packages, and
are service providers implementing the underlying algorithms.
- * The new folder tools now contains GIOP tools, providing necessary support
- for development using org.omg.* and javax.rmi.CORBA.* packages: GIOP
- stub and tie code generator, IOR parser and naming service.
+* The new folder tools now contains GIOP and RMI tools, providing necessary
+ support for development using org.omg.*, javax.rmi.CORBA.* and java.rmi.*
+ packages. The toll set includes GIOP and RMI stub and tie code generators,
+ IOR parser and GIOP naming service.
New in release 0.20 (Jan 13, 2006)