Commit 86c9b8eb authored by Matt Tucker's avatar Matt Tucker Committed by matt

Fixed building single plugins after clean.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@6027 b35dd754-fafc-0310-a699-88a17e54d16e
parent 76ccdc49
......@@ -978,6 +978,8 @@
</target>
<target name="plugin" description="build one plugin">
<mkdir dir="${plugin.dest.dir}"/>
<delete dir="${plugin.dev.dest.dir}/${plugin}"/>
<delete file="${plugin.dev.dest.dir}/${plugin}.jar"/>
<delete file="${plugin.dest.dir}/${plugin}.jar"/>
......
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