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:
mdb
2003-03-17 23:05:17 +00:00
parent 400b61e34a
commit e5c11edbe2
+5 -14
View File
@@ -68,11 +68,6 @@
<echo message="----------------------------------------------"/>
<echo message="Jakarta libraries - http://jakarta.apache.org/"/>
<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"
classname="org.apache.commons.collections.FilterIterator"
classpathref="classpath"/>
@@ -109,15 +104,11 @@
<echo message="more of its dependencies could not be located."/>
<echo message=""/>
<condition property="build.util">
<isset property="jakarta.commons-lang.present"/>
</condition>
<echo message="com.samskivert.util: ${build.util}"/>
<property name="build.util" value="true"/>
<!--<echo message="com.samskivert.util: ${build.util}"/>-->
<condition property="build.io">
<isset property="jakarta.commons-lang.present"/>
</condition>
<echo message="com.samskivert.io: ${build.io}"/>
<property name="build.io" value="true"/>
<!--<echo message="com.samskivert.io: ${build.io}"/>-->
<condition property="build.jdbc">
<and>
@@ -125,7 +116,7 @@
<isset property="build.util"/>
</and>
</condition>
<echo message="com.samskivert.jdbc: ${build.jdbc}"/>
<!--<echo message="com.samskivert.jdbc: ${build.jdbc}"/>-->
<condition property="build.net">
<and>