forked from I2P_Developers/i2p.i2p
* 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:
@ -6,10 +6,13 @@
|
||||
<ant dir="../../ministreaming/java/" target="build" />
|
||||
<!-- ministreaming will build core -->
|
||||
</target>
|
||||
<target name="depend">
|
||||
<condition property="depend.available">
|
||||
<typefound name="depend" />
|
||||
</condition>
|
||||
<target name="depend" if="depend.available">
|
||||
<depend
|
||||
cache="../../../build"
|
||||
srcdir="./src"
|
||||
srcdir="./src:./test"
|
||||
destdir="./build/obj" >
|
||||
<!-- Depend on classes instead of jars where available -->
|
||||
<classpath>
|
||||
|
Reference in New Issue
Block a user