0.8 fix comment in jetty.xml

This commit is contained in:
zzz
2012-03-10 23:55:21 +00:00
parent af259e7038
commit 284d7a58d6
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
<delete file="plugin/i2ptunnel.config" />
<!-- get version number -->
<buildnumber file="scripts/build.number" />
<property name="release.number" value="0.7" />
<property name="release.number" value="0.8" />
<!-- make the update xpi2p -->
<!-- this contains everything except i2ptunnel.config -->
+2 -2
View File
@@ -8,8 +8,8 @@
<!-- Commonly changed settings: -->
<!-- * host: Change 127.0.0.1 to 0.0.0.0 in the addListener section -->
<!-- to access the server directly (bypassing i2p) -->
<!-- from other computers.
<!-- * port: Default 7662 in the addConnector section -->
<!-- from other computers. -->
<!-- * port: Default 7662 in the addConnector section -->
<!-- * docroot: Change the ResourceBase in the addContext section -->
<!-- to serve files from a different location. -->
<!-- * threads: Raise MinThreads and/or MaxThreads in the addListener section -->