'dist' target broken, fixed by adding prepWEB as a depend before buildWEB

This commit is contained in:
hypercubus
2004-08-08 22:42:56 +00:00
committed by zzz
parent 7fcc05c037
commit ec22ba3248

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, buildWEB, javadoc" />
<target name="dist" depends="distclean, build, prepWEB, buildWEB, javadoc" />
<target name="build" depends="builddep, jar" />
<target name="buildclean" depends="distclean, build" />
<target name="builddep">