Add header commnets of KeyboardTextsSet.tmpl

Bug: 6371604
Change-Id: I1054685b9985b6923e3176679b3d95424d8114e0
main
Tadashi G. Takaoka 2012-04-24 12:13:16 +09:00
parent fa1affbaec
commit aaac9a5217
2 changed files with 34 additions and 2 deletions

View File

@ -25,7 +25,23 @@ import java.util.HashMap;
/**
* !!!!! DO NOT EDIT THIS FILE !!!!!
* This file is generated by tools/maketext.
*
* This file is generated by tools/maketext. The base template file is
* tools/maketext/res/com/android/inputmethod/keyboard/internal/KeyboardTextsSet.tmpl
*
* This file must be updated when any text resources in keyboard layout files have been changed.
* These text resources are referred as "!text/<resource_name>" in keyboard XML definitions,
* and should be defined in
* tools/maketext/res/values-<locale>/donottranslate-more-keys.xml
*
* To update this file, please run the following commands.
* $ cd $ANDROID_BUILD_TOP
* $ mmm packages/inputmethods/LatinIME/tools/maketext
* $ maketext -java packages/inputmethods/LatinIME/java/src
*
* The updated source file will be generated to the following path (this file).
* packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
* KeyboardTextsSet.java
*/
public final class KeyboardTextsSet {
// Language to texts map.

View File

@ -25,7 +25,23 @@ import java.util.HashMap;
/**
* !!!!! DO NOT EDIT THIS FILE !!!!!
* This file is generated by tools/maketext.
*
* This file is generated by tools/maketext. The base template file is
* tools/maketext/res/com/android/inputmethod/keyboard/internal/KeyboardTextsSet.tmpl
*
* This file must be updated when any text resources in keyboard layout files have been changed.
* These text resources are referred as "!text/<resource_name>" in keyboard XML definitions,
* and should be defined in
* tools/maketext/res/values-<locale>/donottranslate-more-keys.xml
*
* To update this file, please run the following commands.
* $ cd $ANDROID_BUILD_TOP
* $ mmm packages/inputmethods/LatinIME/tools/maketext
* $ maketext -java packages/inputmethods/LatinIME/java/src
*
* The updated source file will be generated to the following path (this file).
* packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
* KeyboardTextsSet.java
*/
public final class KeyboardTextsSet {
// Language to texts map.