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

This commit is contained in:
hypercubus
2004-08-08 23:07:07 +00:00
committed by zzz
parent ec22ba3248
commit 44af799b66

View File

@ -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">