From ec22ba324898653e0345c4a611a1388cfdd28170 Mon Sep 17 00:00:00 2001
From: hypercubus <hypercubus>
Date: Sun, 8 Aug 2004 22:42:56 +0000
Subject: [PATCH] 'dist' target broken, fixed by adding prepWEB as a depend
 before buildWEB

---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index 60872ca7cb..137a233329 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, 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">
-- 
GitLab