diff --git a/build.xml b/build.xml index 137a23332927e18a18bc7026b63d97d930add20f..60872ca7cbf58af7c28dd768daed7c1be5adfe14 100644 --- a/build.xml +++ b/build.xml @@ -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">