Simplify things now that we don't have to bend over for Maven.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1140 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Michael Bayne
2011-04-04 05:02:33 +00:00
parent afcc90c174
commit fdb9ab8a36
+1 -3
View File
@@ -110,15 +110,13 @@
<asdoc srcdir="${asrc.dir}" libpath="${aslib.path}" destdir="${deploy.dir}/asdocs"/>
</target>
<target name="-prep-test-rsrcs" depends="-prepare">
<target name="-prep-test-rsrcs" depends="compile">
<copy todir="${tclasses.dir}">
<fileset dir="src/test/resources" includes="**"/>
</copy>
<property name="testrsrc.dir" value="${tclasses.dir}/rsrc"/>
</target>
<!-- these can't depend on the compile target otherwise things break when we -->
<!-- call into -test-rsrcs from Maven, alas -->
<target name="test-colorpos" depends="-prep-test-rsrcs"
description="Builds the test colorpository data.">
<taskdef name="confcomp" classpathref="test.classpath"