* 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:
@ -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"
|
||||
|
Reference in New Issue
Block a user