* html cleanup

* classpath during javadoc
This commit is contained in:
jrandom
2004-08-23 21:55:57 +00:00
committed by zzz
parent 852dfa4abf
commit 8e53028d78
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@
<input type="submit" name="action" value="Don't run I2P on startup" /> <input type="submit" name="action" value="Don't run I2P on startup" />
<h4>Debugging</h4> <h4>Debugging</h4>
At times, it may be helpful to debug I2P by getting a thread dump. To do so, At times, it may be helpful to debug I2P by getting a thread dump. To do so,
please select the following option and review the thread dumped to logs/wrapper.log. please select the following option and review the thread dumped to logs/wrapper.log.<br />
<input type="submit" name="action" value="Dump threads" /> <input type="submit" name="action" value="Dump threads" />
</form> </form>
</div> </div>

View File

@ -98,7 +98,7 @@
<mkdir dir="./build/javadoc" /> <mkdir dir="./build/javadoc" />
<javadoc <javadoc
sourcepath="core/java/src:core/java/test:router/java/src:router/java/test:apps/ministreaming/java/src:apps/i2ptunnel/java/src:apps/httptunnel/java/src:apps/routerconsole/java/src" sourcepath="core/java/src:core/java/test:router/java/src:router/java/test:apps/ministreaming/java/src:apps/i2ptunnel/java/src:apps/httptunnel/java/src:apps/routerconsole/java/src"
classpath="apps/jetty/jettylib/org.mortbay.jetty.jar" classpath="apps/jetty/jettylib/org.mortbay.jetty.jar:installer/lib/wrapper/win32/wrapper.jar"
destdir="./build/javadoc" destdir="./build/javadoc"
packagenames="*" packagenames="*"
use="true" use="true"