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>
|
</javadoc>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- the default target is to rebuild everything -->
|
<!-- a target for rebuilding everything -->
|
||||||
<target name="all" depends="clean,prepare,compile,javadoc"/>
|
<target name="all" depends="clean,prepare,compile,javadoc,dist"/>
|
||||||
|
|
||||||
<!-- builds our distribution files (war and jar) -->
|
<!-- builds our distribution files (war and jar) -->
|
||||||
<target name="dist" depends="prepare,compile">
|
<target name="dist" depends="prepare,compile">
|
||||||
|
|||||||
Reference in New Issue
Block a user