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:
@@ -54,6 +54,9 @@
|
|||||||
<available property="servlet2.2.present"
|
<available property="servlet2.2.present"
|
||||||
classname="javax.servlet.Servlet" classpathref="classpath"/>
|
classname="javax.servlet.Servlet" classpathref="classpath"/>
|
||||||
<echo message="Servlet 2.2: ${servlet2.2.present}"/>
|
<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"
|
<available property="sax.present"
|
||||||
classname="org.xml.sax.SAXException" classpathref="classpath"/>
|
classname="org.xml.sax.SAXException" classpathref="classpath"/>
|
||||||
@@ -114,9 +117,12 @@
|
|||||||
<!--<echo message="com.samskivert.jdbc: ${build.jdbc}"/>-->
|
<!--<echo message="com.samskivert.jdbc: ${build.jdbc}"/>-->
|
||||||
|
|
||||||
<condition property="build.net">
|
<condition property="build.net">
|
||||||
|
<and>
|
||||||
<isset property="build.io"/>
|
<isset property="build.io"/>
|
||||||
|
<isset property="mail.present"/>
|
||||||
|
</and>
|
||||||
</condition>
|
</condition>
|
||||||
<!--<echo message="com.samskivert.net: ${build.net}"/>-->
|
<echo message="com.samskivert.net: ${build.net}"/>
|
||||||
|
|
||||||
<condition property="build.servlet">
|
<condition property="build.servlet">
|
||||||
<and>
|
<and>
|
||||||
|
|||||||
Reference in New Issue
Block a user