Commit 82866d46 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Plugins include documentation.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1224 b35dd754-fafc-0310-a699-88a17e54d16e
parent a5f0022e
......@@ -814,9 +814,11 @@
<fileset dir="@{pluginsrc}/@{plugin}/lib" includes="**/*.*" />
</copy>
<!-- Copy the plugin.xml file to the target dir, code below assumes it's there -->
<!-- Copy the plugin.xml and documentation to the target dir, code below assumes it's there -->
<mkdir dir="${plugin.dev.dest.dir}/@{plugin}/jar" />
<copy todir="${plugin.dev.dest.dir}/@{plugin}/jar" file="@{pluginsrc}/@{plugin}/plugin.xml" />
<copy todir="${plugin.dev.dest.dir}/@{plugin}/jar" failonerror="false">
<fileset dir="@{pluginsrc}/@{plugin}" includes="*.xml, *.html" />
</copy>
<!-- JSPC any JSP pages. Do this conditionally as there might not be a web dir. -->
<available property="plugin.@{plugin}.webdocs.available"
......
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