Commit 0198974c authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Include search plugin as part of the release. JM-325

git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@3064 b35dd754-fafc-0310-a699-88a17e54d16e
parent d87b7d19
...@@ -652,6 +652,13 @@ ...@@ -652,6 +652,13 @@
<mkdir dir="${release.out.dir}"/> <mkdir dir="${release.out.dir}"/>
<mkdir dir="${release.src.out.dir}"/> <mkdir dir="${release.src.out.dir}"/>
<!-- Make & copy the search plugin. -->
<copy todir="${release.out.dir}">
<fileset dir="${target.dir}">
<include name="plugins/search.jar"/>
</fileset>
</copy>
<!-- Copy all prepare dirs to the binary dist --> <!-- Copy all prepare dirs to the binary dist -->
<ant antfile="${basedir}/build/build.xml" target="-prepare"> <ant antfile="${basedir}/build/build.xml" target="-prepare">
<property name="prepare.out.dir" value="${release.out.dir}"/> <property name="prepare.out.dir" value="${release.out.dir}"/>
......
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