I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 44af799b authored by hypercubus's avatar hypercubus Committed by zzz
Browse files

reverting previous commit; realized it would hammer Mort Bay's servers

parent ec22ba32
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
<echo message=" prepWEB: pull down the Jetty libraries and whatever they depend on for the router console web application" />
<echo message=" buildWEB: build the router console web application (depends upon prepWEB)" />
</target>
<target name="dist" depends="distclean, build, prepWEB, buildWEB, javadoc" />
<target name="dist" depends="distclean, build, buildWEB, javadoc" />
<target name="build" depends="builddep, jar" />
<target name="buildclean" depends="distclean, build" />
<target name="builddep">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment