-
Bug
-
Resolution: Fixed
-
P3
-
1.3.1
-
rc1
-
generic
-
generic
-
Verified
The English Converter.java file has been updated several times. It is now version 1.14. The l10n file was based on version 1.3. JLC needs to update the following file prior to RC1 codefreeze:
Converter_ja.java
Below are the diffs:
2c2
< * @(#)Converter.java 1.14 00/12/21
---
> * @(#)Converter.java 1.3 98/03/08
65c65
< { "warning_dialog.info", "The backup folder and the destination folder cannot" + newline +
---
> { "warning_dialog.info", "The source folder and the backup folder cannot" + newline +
74c74
< { "illegal_source_and_backup.info", "Destination and backup directories cannot be the same!"},
---
> { "illegal_source_and_backup.info", "Source and backup directories cannot be the same!"},
167c167
< "Usage: java -jar htmlconv1_3_1.jar [-option1 value1 [-option2 value2 [...]]] [-simulate] [filespecs]" + newline + newline +
---
> "Usage: java -jar htmlconv-13.jar [-option1 value1 [-option2 value2 [...]]] [-simulate] [filespecs]" + newline + newline +
170,171c170
< "-source: Path to get original files. Default: <userdir>" + newline +
< "-dest: Path to write converted files. Default: <userdir>" + newline +
---
> "-source: Path to files. Default: <userdir>" + newline +
Converter_ja.java
Below are the diffs:
2c2
< * @(#)Converter.java 1.14 00/12/21
---
> * @(#)Converter.java 1.3 98/03/08
65c65
< { "warning_dialog.info", "The backup folder and the destination folder cannot" + newline +
---
> { "warning_dialog.info", "The source folder and the backup folder cannot" + newline +
74c74
< { "illegal_source_and_backup.info", "Destination and backup directories cannot be the same!"},
---
> { "illegal_source_and_backup.info", "Source and backup directories cannot be the same!"},
167c167
< "Usage: java -jar htmlconv1_3_1.jar [-option1 value1 [-option2 value2 [...]]] [-simulate] [filespecs]" + newline + newline +
---
> "Usage: java -jar htmlconv-13.jar [-option1 value1 [-option2 value2 [...]]] [-simulate] [filespecs]" + newline + newline +
170,171c170
< "-source: Path to get original files. Default: <userdir>" + newline +
< "-dest: Path to write converted files. Default: <userdir>" + newline +
---
> "-source: Path to files. Default: <userdir>" + newline +
- relates to
-
JDK-4420328 l10n_asia: Converter_xx.java is not latest version
-
- Resolved
-