This is an automated email from the git hooks/post-receive script. ben pushed a commit to branch master in repository autocomplete.
commit a6f25faaef0f9385d2504c2c4e4c7c940af71975 Author: bobbylight <[email protected]> Date: Thu Aug 23 13:31:12 2012 +0000 Updating Polish translation (thanks Chris!). --- distfiles/readme.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/distfiles/readme.txt b/distfiles/readme.txt index 0fd9921..7c02c2c 100644 --- a/distfiles/readme.txt +++ b/distfiles/readme.txt @@ -30,6 +30,19 @@ robert -at- fifesoft dot com. demonstrates a code editor with completion support for the C Standard library, and demos the parameter assistance feature. +* Compiling + + If you wish to compile AutoComplete from source, the easiest way to do so + is via the included Ant build script. The default target builds the jar. + + This project depends on its sister RSyntaxTextArea project. It is recommended + that you check the two projects out side by side. Then, to build: + + cd RSyntaxTextArea + ant + cd ../AutoComplete + ant + * License AutoComplete is licensed under a modified BSD liense. Please see the -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/autocomplete.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

