Skip the XML bits if we don't have the XML writer.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@130 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2006-11-16 23:39:47 +00:00
parent 4ce9c6f87d
commit c7ff0391a6
3 changed files with 25 additions and 30 deletions
+4
View File
@@ -9,6 +9,9 @@
<property name="src.dir" value="src/java"/>
<property name="deploy.dir" value="dist"/>
<!-- import some targets to check dependency availability -->
<import file="../depends-incl.xml"/>
<!-- declare our classpath -->
<property name="classes.dir" value="${deploy.dir}/classes"/>
<property name="vilya.classes.dir" value="../${deploy.dir}/classes"/>
@@ -95,6 +98,7 @@
<javac srcdir="${src.dir}" destdir="${classes.dir}"
debug="on" optimize="off" deprecation="off">
<classpath refid="classpath"/>
<exclude name="com/threerings/**/tools/xml/**" unless="build.xml"/>
</javac>
</target>