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:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user