* add new and generally ugly components to allow web based control of tunnels

* build an i2ptunnel.war
This commit is contained in:
jrandom
2004-08-03 08:21:29 +00:00
committed by zzz
parent fea62a529b
commit 83cf815160
10 changed files with 1469 additions and 0 deletions

View File

@ -37,6 +37,7 @@
<copy file="router/java/build/router.jar" todir="build/" />
<copy file="apps/ministreaming/java/build/mstreaming.jar" todir="build/" />
<copy file="apps/i2ptunnel/java/build/i2ptunnel.jar" todir="build/" />
<copy file="apps/i2ptunnel/java/build/i2ptunnel.war" todir="build/" />
<copy file="apps/httptunnel/java/build/httptunnel.jar" todir="build/" />
<copy file="apps/phttprelay/java/build/phttprelay.war" todir="build/" />
<copy file="apps/sam/java/build/sam.jar" todir="build/" />