Commit 0b1a4b4c authored by Bill Lynch's avatar Bill Lynch Committed by bill

Add sql scripts to the jar file, add sql scripts to the binary release


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@140 b35dd754-fafc-0310-a699-88a17e54d16e
parent 8618af31
......@@ -180,6 +180,7 @@
<fileset dir="${compile.dir}" includes="**/*.class" excludes="org/jivesoftware/messenger/starter/ServerStarter.class" />
<fileset dir="${jspc.classes.dest.dir}" includes="**/*.class" />
<fileset dir="${src.i18n.dir}" includes="*.properties" />
<fileset dir="${src.dir}/database" includes="*.sql" />
<zipgroupfileset dir="${lib.merge.dir}" includes="*.jar"/>
<manifest>
<attribute name="Built-By" value="Jive Software (www.jivesoftware.org)"/>
......@@ -344,6 +345,11 @@
<fileset dir="${src.dir}" includes="conf/**/*.*"></fileset>
</copy>
<!-- Copy database scripts -->
<copy todir="${prepare.out.dir}">
<fileset dir="${src.dir}" includes="database/**/*.*"></fileset>
</copy>
<!-- Copy bin dir -->
<copy todir="${prepare.out.dir}">
<fileset dir="${src.dir}" includes="bin/*.*" />
......
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