Added dist to the all target.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@278 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2001-08-15 18:39:48 +00:00
parent 66acdb246e
commit fbddd50cf5
+2 -2
View File
@@ -57,8 +57,8 @@
</javadoc>
</target>
<!-- the default target is to rebuild everything -->
<target name="all" depends="clean,prepare,compile,javadoc"/>
<!-- a target for rebuilding everything -->
<target name="all" depends="clean,prepare,compile,javadoc,dist"/>
<!-- builds our distribution files (war and jar) -->
<target name="dist" depends="prepare,compile">