Is it really useful to have these:

100K dist/narya-base.jar
676K dist/narya-distrib.jar
 68K dist/narya-tests.jar
 88K dist/narya-tools.jar

rather than this:

860K dist/narya.jar

Anyone who uses Narya uses narya-base and narya-distrib, and beyond that we're
looking at another 160k which is silly to split out.

To avoid disruption, I'm keeping the other jar files around, so that everything
will continue to work as before while I convert things over.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6231 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2010-10-23 17:49:17 +00:00
parent 7d12fe98c5
commit a5c9acf288
+1 -1
View File
@@ -181,6 +181,7 @@
<!-- builds our distribution files (war and jar) -->
<target name="dist" depends="compile,procstream,aslib">
<jar destfile="${deploy.dir}/${lib.name}.jar" basedir="${classes.dir}"/>
<!-- build our various jar files -->
<jar destfile="${deploy.dir}/${lib.name}-base.jar">
<fileset dir="${classes.dir}">
@@ -190,7 +191,6 @@
<include name="com/threerings/util/**"/>
<include name="com/threerings/web/**"/>
<exclude name="com/threerings/**/tools/**"/>
<exclude name="**/*.c,**/Makefile,**/*.h"/>
</fileset>
</jar>
<jar destfile="${deploy.dir}/${lib.name}-distrib.jar">