Need commons-lang now rather than commons-util.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@693 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -55,10 +55,10 @@
|
|||||||
<echo message="----------------------------------------------"/>
|
<echo message="----------------------------------------------"/>
|
||||||
<echo message="Jakarta libraries - http://jakarta.apache.org/"/>
|
<echo message="Jakarta libraries - http://jakarta.apache.org/"/>
|
||||||
<echo message="----------------------------------------------"/>
|
<echo message="----------------------------------------------"/>
|
||||||
<available property="jakarta.commons-util.present"
|
<available property="jakarta.commons-lang.present"
|
||||||
classname="org.apache.commons.util.exception.NestableException"
|
classname="org.apache.commons.lang.exception.NestableException"
|
||||||
classpathref="classpath"/>
|
classpathref="classpath"/>
|
||||||
<echo message="Commons Util: ${jakarta.commons-util.present}"/>
|
<echo message="Commons Lang: ${jakarta.commons-lang.present}"/>
|
||||||
|
|
||||||
<available property="jakarta.commons-collections.present"
|
<available property="jakarta.commons-collections.present"
|
||||||
classname="org.apache.commons.collections.FilterIterator"
|
classname="org.apache.commons.collections.FilterIterator"
|
||||||
@@ -97,12 +97,12 @@
|
|||||||
|
|
||||||
<echo message=""/>
|
<echo message=""/>
|
||||||
<condition property="build.util">
|
<condition property="build.util">
|
||||||
<isset property="jakarta.commons-util.present"/>
|
<isset property="jakarta.commons-lang.present"/>
|
||||||
</condition>
|
</condition>
|
||||||
<echo message="com.samskivert.util: ${build.util}"/>
|
<echo message="com.samskivert.util: ${build.util}"/>
|
||||||
|
|
||||||
<condition property="build.io">
|
<condition property="build.io">
|
||||||
<isset property="jakarta.commons-util.present"/>
|
<isset property="jakarta.commons-lang.present"/>
|
||||||
</condition>
|
</condition>
|
||||||
<echo message="com.samskivert.io: ${build.io}"/>
|
<echo message="com.samskivert.io: ${build.io}"/>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user