Get tools from narya-tools-full, but keep it out of our normal classpath.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@978 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2010-10-14 01:01:10 +00:00
parent 78f56f881a
commit 028b55b461
2 changed files with 2 additions and 9 deletions
+2 -8
View File
@@ -46,14 +46,8 @@
<!-- makes sure our tools are compiled and defines the ant tasks -->
<target name="preptools" depends="prepare">
<javac srcdir="src/java" destdir="${classes.dir}" includeAntRuntime="false"
debug="on" optimize="${build.optimize}" deprecation="on" source="1.5" target="1.5">
<classpath refid="classpath"/>
<compilerarg value="-Xlint"/>
<compilerarg value="-Xlint:-serial"/>
<include name="com/threerings/presents/tools/**"/>
</javac>
<taskdef resource="com/threerings/presents/tools.properties" classpathref="classpath"/>
<taskdef resource="com/threerings/presents/tools.properties"
classpath="${libs.dir}/narya-tools-full.jar"/>
</target>
<!-- cleans out the intermediate build files -->