* build files:

- Don't die if depend not available
   - Only verify Jetty hash once
   - Add streaming lib tests to depends task
This commit is contained in:
zzz
2008-11-14 14:48:08 +00:00
parent b4d299804b
commit c7bb2e8f76
10 changed files with 46 additions and 12 deletions

View File

@ -7,7 +7,10 @@
<ant dir="../../streaming/java/" target="build" />
<!-- streaming will build ministreaming and core -->
</target>
<target name="depend">
<condition property="depend.available">
<typefound name="depend" />
</condition>
<target name="depend" if="depend.available">
<depend
cache="../../../build"
srcdir="./src"