cp-tools ./ChangeLog src/gnu/currencygen/Main.j...

[email protected] Sat, 18 Dec 2004 04:49:15 -0500
Newsgroups gmane.comp.java.classpath.tools.cvs
Message-ID <[email protected]>
CVSROOT:	/cvsroot/classpath
Module name:	cp-tools
Branch: 	
Changes by:	Guilhem Lavaux <[email protected]>	04/12/18 09:36:11

Modified files:
	.              : ChangeLog 
	src/gnu/currencygen: Main.java 
	src/gnu/localegen: JavaGenerator.java Main.java 

Log message:
	2004-12-18  Guilhem Lavaux  <[email protected]>
	
	* src/gnu/localegen/JavaGenerator.java
	(generateContents): Keep the comma at the end of the
	array. Convert the data string into an escaped string.
	(ManualListContent.generateContent): Likewise.
	(TimeZoneContent.generateContent): Likewise.
	(generate): Delete the output file if it should be empty.
	
	* src/gnu/localegen/Main.java
	(main): Accept any number of files on the command line.
	
	* src/gnu/currencygen/Main.java
	(startElement, endElement): Retrieve the info and fractions
	element. Generate a key pair <country>.currency and
	<country>.fractionDigits.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/cp-tools/ChangeLog.diff?tr1=1.17&tr2=1.18&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/cp-tools/src/gnu/currencygen/Main.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/cp-tools/src/gnu/localegen/JavaGenerator.java.diff?tr1=1.11&tr2=1.12&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/cp-tools/src/gnu/localegen/Main.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text