We need commons-collections as well for our velocity-using tools.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5866 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2009-07-13 00:29:59 +00:00
parent c6ba34a129
commit 646b438404
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -243,6 +243,7 @@
<zipfileset src="${deploy.dir}/lib/velocity-1.5-dev.jar"/>
<zipfileset src="${deploy.dir}/lib/javassist.jar"/>
<zipfileset src="${deploy.dir}/lib/google-collect.jar"/>
<zipfileset src="${deploy.dir}/lib/commons-collections.jar"/>
</jar>
<jar destfile="${deploy.dir}/${lib.name}-tests.jar">
<fileset dir="tests/${classes.dir}" includes="com/threerings/**"/>