We need tools.properties in narya-tools.jar as well.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6191 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2010-10-14 01:01:49 +00:00
parent 6f1188faff
commit 706844db08
+1
View File
@@ -212,6 +212,7 @@
<jar destfile="${deploy.dir}/${lib.name}-tools.jar"> <jar destfile="${deploy.dir}/${lib.name}-tools.jar">
<fileset dir="${classes.dir}"> <fileset dir="${classes.dir}">
<include name="com/threerings/**/tools/**"/> <include name="com/threerings/**/tools/**"/>
<include name="com/threerings/**/tools.properties"/>
</fileset> </fileset>
</jar> </jar>
<jar destfile="${deploy.dir}/${lib.name}-tests.jar"> <jar destfile="${deploy.dir}/${lib.name}-tests.jar">