Commit 699b7804 authored by Bill Lynch's avatar Bill Lynch Committed by bill

JM-181 -- add resources/i18n to the release builds


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1038 b35dd754-fafc-0310-a699-88a17e54d16e
parent d7a52c88
...@@ -595,6 +595,16 @@ ...@@ -595,6 +595,16 @@
<!-- Weird.. have to delete the "empty" upgrade dir --> <!-- Weird.. have to delete the "empty" upgrade dir -->
<delete dir="${release.src.out.dir}/src/database/upgrade" /> <delete dir="${release.src.out.dir}/src/database/upgrade" />
<!-- Copy the i18n files to the resources dir. This way they won't be in the jar only -->
<copy todir="${release.out.dir}/resources/i18n">
<fileset dir="${target.i18n.dir}" includes="*.properties" />
<fileset dir="${src.i18n.dir}" includes="*.properties" />
</copy>
<copy todir="${release.src.out.dir}/resources/i18n">
<fileset dir="${target.i18n.dir}" includes="*.properties" />
<fileset dir="${src.i18n.dir}" includes="*.properties" />
</copy>
<!-- Copy build --> <!-- Copy build -->
<copy todir="${release.src.out.dir}/build"> <copy todir="${release.src.out.dir}/build">
<fileset dir="${basedir}/build" /> <fileset dir="${basedir}/build" />
......
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