Commit 76201a8e authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Database upgrade scripts are now included in the source build.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3764 b35dd754-fafc-0310-a699-88a17e54d16e
parent 0453069d
......@@ -751,17 +751,13 @@
<!-- Copy source -->
<copy todir="${release.src.out.dir}/src">
<fileset dir="${src.dir}">
<exclude name="database/upgrade/**/*.*"/>
</fileset>
<fileset dir="${src.dir}"/>
</copy>
<copy todir="${release.src.out.dir}/src/java">
<fileset dir="${whack.src}">
<exclude name="org/xmpp/packet.*.java"/>
</fileset>
</copy>
<!-- Weird.. have to delete the "empty" upgrade dir -->
<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">
......
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