- Revision
- 799
- Author
- sirenian
- Date
- 2007-09-10 07:26:11 -0500 (Mon, 10 Sep 2007)
Log Message
[EK] Added clean to default build target.
Modified Paths
Diff
Modified: trunk/build.xml (798 => 799)
--- trunk/build.xml 2007-09-09 16:29:47 UTC (rev 798) +++ trunk/build.xml 2007-09-10 12:26:11 UTC (rev 799) @@ -49,7 +49,7 @@ <delete dir="${working_dir}" /> </target> - <target name="build" depends="verify-behaviour, run-example-behaviours, run-example-stories, print-example-stories, build-source-zip" + <target name="build" depends="clean, verify-behaviour, run-example-behaviours, run-example-stories, print-example-stories, build-source-zip" description="build the jbehave binary and zip up the project" /> <target name="dist" depends="clean, build, javadoc" description="create distribution" />
To unsubscribe from this list please visit:
