Include our media bits in the narya-jme.jar.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3563 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2005-05-17 22:46:08 +00:00
parent 5c48cd2a1f
commit d059c6288f
+1
View File
@@ -205,6 +205,7 @@
</jar>
<jar destfile="${deploy.dir}/${app.name}-jme.jar">
<fileset dir="${classes.dir}" includes="com/threerings/jme/**"/>
<fileset dir="${classes.dir}" includes="rsrc/media/jme/**"/>
</jar>
</target>