* build.xml: Add some apps to javadoc

* checklist.txt: Add some things
    * news.xml: Minor edit
    * runplain.sh: Add some comments
This commit is contained in:
zzz
2008-02-06 16:38:23 +00:00
parent 134ec7acea
commit 093c69637d
6 changed files with 33 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
#
# This runs the router by itself, WITHOUT the wrapper.
# This means the router will not restart if it crashes.
# Also, you will be using the default memory size, which is
# probably not enough for i2p.
# You should really use the i2prouter script instead.
#
export CP=. ; for j in lib/* ; do export CP=$CP:$j ; done;
JAVA=java