This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: properties files
- From: Tom Tromey <tromey at redhat dot com>
- To: Michael Koch <konqueror at gmx dot de>
- Cc: java at gcc dot gnu dot org
- Date: 19 Jun 2003 12:43:21 -0600
- Subject: Re: properties files
- References: <200306191431.24252.konqueror@gmx.de>
- Reply-to: tromey at redhat dot com
>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:
Michael> I would like to know what is the plan where to put properties
Michael> files in libgcj source tree and installation tree ?
In the source tree, it depends. Maybe in the appropriate package's
directory? Or, if they are shared with Classpath, in whatever place
Classpath puts them.
In the installation, let's compile them into libgcj.so.
Michael> In the future I would like to move
Michael> all LocaleInformation_*.java files to property files which makes them
Michael> easier to handle (my opinion).
Yeah, not to mention lots smaller.
Tom