Incorporate our new standard library requirement into the build process.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@1374 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2004-01-15 21:43:24 +00:00
parent a927b75af5
commit acbda46b4f
+8 -2
View File
@@ -54,6 +54,9 @@
<available property="servlet2.2.present"
classname="javax.servlet.Servlet" classpathref="classpath"/>
<echo message="Servlet 2.2: ${servlet2.2.present}"/>
<available property="mail.present"
classname="javax.mail.Transport" classpathref="classpath"/>
<echo message="Java Mail: ${mail.present}"/>
<available property="sax.present"
classname="org.xml.sax.SAXException" classpathref="classpath"/>
@@ -114,9 +117,12 @@
<!--<echo message="com.samskivert.jdbc: ${build.jdbc}"/>-->
<condition property="build.net">
<isset property="build.io"/>
<and>
<isset property="build.io"/>
<isset property="mail.present"/>
</and>
</condition>
<!--<echo message="com.samskivert.net: ${build.net}"/>-->
<echo message="com.samskivert.net: ${build.net}"/>
<condition property="build.servlet">
<and>