aboutsummaryrefslogtreecommitdiffstats
path: root/java/README
diff options
context:
space:
mode:
Diffstat (limited to 'java/README')
-rw-r--r--java/README8
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 @@
1This directory holds the Java sources of the port of GNU Emacs to 1This directory holds the Java sources of the port of GNU Emacs to
2Android-like systems. 2Android-like systems, along with files needed to create an application
3package out of them.
4
5`emacs.keystore' is the signing key used to build Emacs. It is kept
6here, and we encourage all people redistributing Emacs to use this
7key. It holds no security value, and otherwise it will be impossible
8to install different builds of Emacs on top of each other.
3 9
4Please keep the Java code indented with tabs and formatted according 10Please keep the Java code indented with tabs and formatted according
5to the rules for C code in the GNU coding standards. Always use 11to the rules for C code in the GNU coding standards. Always use