Commit 6505c538 authored by Andrew Wright's avatar Andrew Wright Committed by andrew

making sure that the plugin target deletes the plugin dir


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1686 b35dd754-fafc-0310-a699-88a17e54d16e
parent 37931342
......@@ -853,6 +853,10 @@
</target>
<target name="plugin" description="build one plugin">
<delete dir="${plugin.dev.dest.dir}/${plugin}"/>
<delete file="${plugin.dev.dest.dir}/${plugin}.jar"/>
<delete dir="${plugin.dest.dir}/${plugin}"/>
<delete file="${plugin.dest.dir}/${plugin}.jar"/>
<buildplugin plugin="${plugin}" pluginsrc="${plugin.src.dir}"/>
</target>
......
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