diff options
Diffstat (limited to 'java/README')
| -rw-r--r-- | java/README | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/java/README b/java/README index 50c2332ce95..05edf7744de 100644 --- a/java/README +++ b/java/README | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | This directory holds the Java sources of the port of GNU Emacs to | 1 | This directory holds the Java sources of the port of GNU Emacs to |
| 2 | Android-like systems. | 2 | Android-like systems, along with files needed to create an application |
| 3 | package out of them. | ||
| 4 | |||
| 5 | `emacs.keystore' is the signing key used to build Emacs. It is kept | ||
| 6 | here, and we encourage all people redistributing Emacs to use this | ||
| 7 | key. It holds no security value, and otherwise it will be impossible | ||
| 8 | to install different builds of Emacs on top of each other. | ||
| 3 | 9 | ||
| 4 | Please keep the Java code indented with tabs and formatted according | 10 | Please keep the Java code indented with tabs and formatted according |
| 5 | to the rules for C code in the GNU coding standards. Always use | 11 | to the rules for C code in the GNU coding standards. Always use |