This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: FYI: Patch: java.text and java.util.Currency
- From: Mark Wielaard <mark at klomp dot org>
- To: Michael Koch <konqueror at gmx dot de>
- Cc: java-patches at gcc dot gnu dot org
- Date: Wed, 29 Oct 2003 23:59:06 +0100
- Subject: Re: FYI: Patch: java.text and java.util.Currency
- References: <E1AEstK-0001kN-00@majestix.konqueror.de>
Hi,
On Wed, 2003-10-29 at 18:14, Michael Koch wrote:
> I comited the attached patch to merge java.text and java.util.Currency with
> classpath again.
When adding new classes to java.util (or java.lang, java.io and
subpackages) you have to regenerate java namespace in gcj/javaprims.h.
See the libjava/HACKING file for instructions.
Cheers,
Mark