Use a less fiddly class to detect commons-collections.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@1465 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2004-07-13 16:42:30 +00:00
parent 0e9a7c9149
commit 324c94fdd3
+1 -1
View File
@@ -71,7 +71,7 @@
<echo message="Jakarta libraries - http://jakarta.apache.org/"/>
<echo message="----------------------------------------------"/>
<available property="jakarta.commons-collections.present"
classname="org.apache.commons.collections.FilterIterator"
classname="org.apache.commons.collections.CollectionUtils"
classpathref="classpath"/>
<echo message="Commons Collections: ${jakarta.commons-collections.present}"/>