Away with ye, Depot dependency check.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@382 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -173,7 +173,6 @@
|
|||||||
<exclude name="com/threerings/**/tools/xml/**" unless="build.xml"/>
|
<exclude name="com/threerings/**/tools/xml/**" unless="build.xml"/>
|
||||||
<exclude name="com/threerings/**/tools/editor/**" unless="build.xml"/>
|
<exclude name="com/threerings/**/tools/editor/**" unless="build.xml"/>
|
||||||
<exclude name="com/threerings/**/tools/viewer/**" unless="build.xml"/>
|
<exclude name="com/threerings/**/tools/viewer/**" unless="build.xml"/>
|
||||||
<exclude name="com/threerings/parlor/rating/server/**" unless="depot.present"/>
|
|
||||||
<compilerarg value="-Xlint"/>
|
<compilerarg value="-Xlint"/>
|
||||||
<compilerarg value="-Xlint:-serial"/>
|
<compilerarg value="-Xlint:-serial"/>
|
||||||
<compilerarg value="-Xlint:-unchecked"/> <!-- TODO: fix -->
|
<compilerarg value="-Xlint:-unchecked"/> <!-- TODO: fix -->
|
||||||
|
|||||||
@@ -12,10 +12,6 @@
|
|||||||
<condition property="build.xml">
|
<condition property="build.xml">
|
||||||
<isset property="xml-writer.present"/>
|
<isset property="xml-writer.present"/>
|
||||||
</condition>
|
</condition>
|
||||||
|
|
||||||
<available property="depot.present"
|
|
||||||
classname="com.samskivert.jdbc.depot.Query" classpathref="classpath"/>
|
|
||||||
<echo level="info" message="Have JDBC Depot: ${depot.present}"/>
|
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Reference in New Issue
Block a user