Commit 0b82525a authored by Quality Assurance's avatar Quality Assurance Committed by qa

Added clean.dist.folders target

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/branches@7579 b35dd754-fafc-0310-a699-88a17e54d16e
parent 7ba38cef
......@@ -695,6 +695,12 @@
<property name="release.out.dir" value="${release.dest.dir}/${release.name}"/>
</target>
<target name="clean.dist.folders" depends="init, dist.init">
<!-- Removes the expanded release folders, makes for easier automation of builds -->
<delete dir="${release.src.out.dir}"/>
<delete dir="${release.out.dir}"/>
</target>
<!-- dist.src =============================================================================== -->
<target name="dist.src" depends="init, dist.init, javadoc, -i18n"
description="Creates a source distribution package">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment