Commit ba1519b0 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Removed "clean" dependency from "release" so that plugins can be included in installers.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3370 b35dd754-fafc-0310-a699-88a17e54d16e
parent ac8f82ac
...@@ -645,7 +645,7 @@ ...@@ -645,7 +645,7 @@
</target> </target>
<!-- release =============================================================================== --> <!-- release =============================================================================== -->
<target name="release" depends="clean,jar,javadoc" description="Creates a distribution"> <target name="release" depends="jar,javadoc" description="Creates a distribution">
<mkdir dir="${release.dest.dir}"/> <mkdir dir="${release.dest.dir}"/>
<!-- Move non-checked-in plugins out of the way --> <!-- Move non-checked-in plugins out of the way -->
......
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