* 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

@ -8,7 +8,10 @@
<target name="builddeptest">
<ant dir="../../core/java/" target="jarTest" />
</target>
<target name="depend">
<condition property="depend.available">
<typefound name="depend" />
</condition>
<target name="depend" if="depend.available">
<depend
cache="../../build"
srcdir="./src"