Pipe down Mister.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@378 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
+2
-2
@@ -7,7 +7,7 @@
|
|||||||
<target name="check-available">
|
<target name="check-available">
|
||||||
<available property="xml-writer.present"
|
<available property="xml-writer.present"
|
||||||
classname="com.megginson.sax.DataWriter" classpathref="classpath"/>
|
classname="com.megginson.sax.DataWriter" classpathref="classpath"/>
|
||||||
<echo message="Have XML Writer: ${xml-writer.present}"/>
|
<echo level="info" message="Have XML Writer: ${xml-writer.present}"/>
|
||||||
|
|
||||||
<condition property="build.xml">
|
<condition property="build.xml">
|
||||||
<isset property="xml-writer.present"/>
|
<isset property="xml-writer.present"/>
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
<available property="depot.present"
|
<available property="depot.present"
|
||||||
classname="com.samskivert.jdbc.depot.Query" classpathref="classpath"/>
|
classname="com.samskivert.jdbc.depot.Query" classpathref="classpath"/>
|
||||||
<echo message="Have JDBC Depot: ${depot.present}"/>
|
<echo level="info" message="Have JDBC Depot: ${depot.present}"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Reference in New Issue
Block a user