changeset in /hg/icedtea: 2007-11-12 Lillian Angel <langel at red...

Lillian Angel langel at redhat.com
Tue Nov 13 07:04:17 PST 2007



Gary Benson wrote:
> Lillian Angel wrote:
>> --- a/openjdk-ecj/j2se/make/tools/src/build/tools/generatecharacter/GenerateCharacter.java      Mon Nov 12 16:34:44 2007 +0000
>> +++ b/openjdk-ecj/j2se/make/tools/src/build/tools/generatecharacter/GenerateCharacter.java      Tue Nov 13 08:50:28 2007 +0000
>> @@ -649,7 +649,7 @@ OUTER:  for (int i = 0; i < n; i += m) {
>>          PrintWriter out = new PrintWriter(new BufferedWriter(new FileWriter(theOutputFileName)));
>>          out.println(commentStart +
>>              " This file was generated AUTOMATICALLY from a template file " +
>> -            new java.util.Date() + commentEnd);
>> +            "Wed Nov 07 13:33:45 EST 2007" + commentEnd);
>>          int marklen = commandMarker.length();
>>          LOOP: while(true) {
>>              try {
> 
> Do you plan to update this manually whenever you regenerate?

I do plan on regenerating these files with every new OpenJDK bundle 
released in case there are any changes.

Lillian

> If not would it not make more sense to omit the date entirely?
> 
> Cheers,
> Gary
> 



More information about the distro-pkg-dev mailing list