Tidy up Depot build depends; reinstate build.depot.tools depend.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2145 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2007-07-26 20:09:06 +00:00
parent 7c9e3a59c4
commit 3f6a9520fe
2 changed files with 5 additions and 4 deletions
+3 -3
View File
@@ -92,17 +92,17 @@
</condition>
<echo level="info">com.samskivert.jdbc: ${build.jdbc}</echo>
<condition property="build.depot">
<condition property="build.depot.ehcache">
<and>
<isset property="build.jdbc"/>
<isset property="ehcache.present"/>
</and>
</condition>
<echo level="info">com.samskivert.jdbc.depot: ${build.depot}</echo>
<echo level="info">com.samskivert.jdbc.depot.ehcace: ${build.depot.ehcache}</echo>
<condition property="build.depot.tools">
<and>
<isset property="build.depot"/>
<isset property="build.jdbc"/>
<isset property="ant.present"/>
</and>
</condition>