We'll be compiling the builder app now.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@644 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-11-27 08:41:18 +00:00
parent c1d2c5ab10
commit 67b388cadc
+1 -2
View File
@@ -42,8 +42,7 @@
<!-- build the java class files -->
<target name="compile" depends="prepare">
<javac srcdir="${src.dir}" destdir="${deploy.dir}/classes"
debug="on" optimize="off" deprecation="off"
excludes="com/threerings/cast/builder/**">
debug="on" optimize="off" deprecation="off">
<classpath refid="classpath"/>
</javac>
</target>