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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user