Commit 1eb4c276 authored by Bill Lynch's avatar Bill Lynch Committed by bill

Don't include the upgrade scripts


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@390 b35dd754-fafc-0310-a699-88a17e54d16e
parent 90c9ea01
...@@ -387,7 +387,7 @@ ...@@ -387,7 +387,7 @@
<!-- Copy database scripts --> <!-- Copy database scripts -->
<copy todir="${prepare.out.dir}/resources"> <copy todir="${prepare.out.dir}/resources">
<fileset dir="${src.dir}" includes="database/**/*.*"></fileset> <fileset dir="${src.dir}" includes="database/*.*"></fileset>
</copy> </copy>
<!-- Copy security resources --> <!-- Copy security resources -->
...@@ -494,8 +494,12 @@ ...@@ -494,8 +494,12 @@
<!-- Copy source --> <!-- Copy source -->
<copy todir="${release.src.out.dir}/src"> <copy todir="${release.src.out.dir}/src">
<fileset dir="${src.dir}" /> <fileset dir="${src.dir}">
<exclude name="database/upgrade/**/*.*" />
</fileset>
</copy> </copy>
<!-- Weird.. have to delete the "empty" upgrade dir -->
<delete dir="${release.src.out.dir}/src/database/upgrade" />
<!-- Copy build --> <!-- Copy build -->
<copy todir="${release.src.out.dir}/build"> <copy todir="${release.src.out.dir}/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