Don't try to build the old EHCacheAdapter either, if we don't have ehcache.

This commit is contained in:
Par Winzell
2009-01-24 23:26:46 +00:00
parent 9119cc9313
commit bbcf7c8607
+1
View File
@@ -102,6 +102,7 @@
<javac srcdir="${src.dir}" destdir="${classes.dir}" includeAntRuntime="false"
debug="on" optimize="${build.optimize}" source="1.5" target="1.5" encoding="utf-8">
<classpath refid="classpath"/>
<exclude name="com/samskivert/depot/OldEHCacheAdapter.java" unless="build.ehcache"/>
<exclude name="com/samskivert/depot/EHCacheAdapter.java" unless="build.ehcache"/>
<exclude name="com/samskivert/depot/tools/**" unless="build.tools"/>
<exclude name="com/samskivert/depot/tests/**" unless="build.tests"/>