Stop building ABC stuff. This can (almost) all be ripped out if we're successful in our transition.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5180 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Par Winzell
2008-06-13 00:07:57 +00:00
parent e9ab6f4635
commit 6b279daff9
+1 -1
View File
@@ -282,7 +282,7 @@
<target name="all" depends="clean,prepare,compile,aslib,abclib,ninstall,javadoc,tests,dist"/>
<!-- builds our distribution files (war and jar) -->
<target name="dist" depends="prepare,compile,procstream,aslib,abclib,ninstall,tests">
<target name="dist" depends="prepare,compile,procstream,aslib,ninstall,tests">
<!-- build our various jar files -->
<jar destfile="${deploy.dir}/${lib.name}-base.jar">
<fileset dir="${classes.dir}" includes="com/threerings/NaryaLog**"/>