Removed checking for commons-lang.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1069 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -68,11 +68,6 @@
|
|||||||
<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-lang.present"
|
|
||||||
classname="org.apache.commons.lang.exception.NestableException"
|
|
||||||
classpathref="classpath"/>
|
|
||||||
<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"
|
||||||
classpathref="classpath"/>
|
classpathref="classpath"/>
|
||||||
@@ -109,15 +104,11 @@
|
|||||||
<echo message="more of its dependencies could not be located."/>
|
<echo message="more of its dependencies could not be located."/>
|
||||||
|
|
||||||
<echo message=""/>
|
<echo message=""/>
|
||||||
<condition property="build.util">
|
<property name="build.util" value="true"/>
|
||||||
<isset property="jakarta.commons-lang.present"/>
|
<!--<echo message="com.samskivert.util: ${build.util}"/>-->
|
||||||
</condition>
|
|
||||||
<echo message="com.samskivert.util: ${build.util}"/>
|
|
||||||
|
|
||||||
<condition property="build.io">
|
<property name="build.io" value="true"/>
|
||||||
<isset property="jakarta.commons-lang.present"/>
|
<!--<echo message="com.samskivert.io: ${build.io}"/>-->
|
||||||
</condition>
|
|
||||||
<echo message="com.samskivert.io: ${build.io}"/>
|
|
||||||
|
|
||||||
<condition property="build.jdbc">
|
<condition property="build.jdbc">
|
||||||
<and>
|
<and>
|
||||||
@@ -125,7 +116,7 @@
|
|||||||
<isset property="build.util"/>
|
<isset property="build.util"/>
|
||||||
</and>
|
</and>
|
||||||
</condition>
|
</condition>
|
||||||
<echo message="com.samskivert.jdbc: ${build.jdbc}"/>
|
<!--<echo message="com.samskivert.jdbc: ${build.jdbc}"/>-->
|
||||||
|
|
||||||
<condition property="build.net">
|
<condition property="build.net">
|
||||||
<and>
|
<and>
|
||||||
|
|||||||
Reference in New Issue
Block a user