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

Search plugin is now copied from target/wildfireHome/plugins to the release folder (if present).

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@5811 b35dd754-fafc-0310-a699-88a17e54d16e
parent 0045fc3f
...@@ -786,7 +786,7 @@ ...@@ -786,7 +786,7 @@
<!-- Make & copy the search plugin. --> <!-- Make & copy the search plugin. -->
<copy todir="${release.out.dir}"> <copy todir="${release.out.dir}">
<fileset dir="${target.dir}"> <fileset dir="${target.wildfireHome}">
<include name="plugins/search.jar"/> <include name="plugins/search.jar"/>
</fileset> </fileset>
</copy> </copy>
......
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