d'oh, need to copy all Astrid classfiles from antbuild to bin

pull/14/head
Tim Su 13 years ago
parent 8aa4bb8fa1
commit 7e8e1ba78d

@ -48,6 +48,10 @@
<target name="-pre-build">
<!-- copy library project jars -->
<unzip src="../api/bin/classes.jar" dest="${tested.project.absolute.dir}/bin/classes" />
<!-- copy antbuild to bin -->
<copy todir="${tested.project.absolute.dir}/bin">
<fileset dir="${tested.project.absolute.dir}/antbuild" />
</copy>
</target>
<!-- override coverage target with custom reporting and rules -->

Loading…
Cancel
Save