We need narya 1.2-SNAPSHOT to get our test classes. Also build a unified jar

file in addition to our wee ones.


git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@999 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2010-11-18 05:53:15 +00:00
parent 6d0cf46604
commit 1ec03f4ae5
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -158,6 +158,8 @@
</target>
<target name="dist" depends="compile,procstream,aslib" description="Builds jar files.">
<jar destfile="${deploy.dir}/${ant.project.name}.jar" basedir="${classes.dir}"/>
<!-- also build our various split jar files -->
<jar destfile="${deploy.dir}/${ant.project.name}-parlor.jar">
<fileset dir="${classes.dir}" includes="rsrc/i18n/game/**"/>
<fileset dir="${classes.dir}" includes="com/threerings/parlor/**"/>