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
+2 -1
View File
@@ -61,7 +61,8 @@
<classpath refid="classpath"/>
<exclude name="com/samskivert/io/**" unless="build.io"/>
<exclude name="com/samskivert/jdbc/**" unless="build.jdbc"/>
<exclude name="com/samskivert/jdbc/depot/EHCacheAdapter.java" unless="ehcache.present"/>
<exclude name="com/samskivert/jdbc/depot/EHCacheAdapter.java" unless="build.depot.ehcache"/>
<exclude name="com/samskivert/jdbc/depot/tools/**" unless="build.depot.tools"/>
<exclude name="com/samskivert/net/MailUtil*" unless="build.mail"/>
<exclude name="com/samskivert/servlet/**" unless="build.servlet"/>
<exclude name="com/samskivert/swing/**" unless="build.swing"/>
+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>