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:
@@ -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}"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user