Updates release-bin to run without tests and to include server-config.xml.
Project: http://git-wip-us.apache.org/repos/asf/incubator-wave/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-wave/commit/08c31e3b Tree: http://git-wip-us.apache.org/repos/asf/incubator-wave/tree/08c31e3b Diff: http://git-wip-us.apache.org/repos/asf/incubator-wave/diff/08c31e3b Branch: refs/heads/master Commit: 08c31e3b6b45da071f4e1773e1096e5e88a795f4 Parents: 290fa7e Author: Yuri Zelikov <[email protected]> Authored: Sat Jun 28 16:24:13 2014 +0300 Committer: Yuri Zelikov <[email protected]> Committed: Sat Jun 28 16:24:13 2014 +0300 ---------------------------------------------------------------------- build.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/08c31e3b/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index c04cc22..1170447 100644 --- a/build.xml +++ b/build.xml @@ -867,7 +867,7 @@ <delete file="NOTICE" /> </target> - <target name="release-bin" depends="dist" description="Creates unsigned tar+zip for server binary release"> + <target name="release-bin" depends="compile-gwt, dist-server, dist-export-import" description="Creates unsigned tar+zip for server binary release"> <delete file="${dist.dir}/${release.bin.path}.tar.bz2"/> <delete file="${dist.dir}/${release.bin.path}.zip"/> <copy file="LICENSE.bin" tofile="LICENSE" /> @@ -893,6 +893,7 @@ <include name="jaas.config" /> <include name="jsongadgets.json" /> <include name="server.config.example" /> + <include name="server-config.xml" /> <include name="server.federation.config" /> <include name="server.federation.config.example" /> <include name="wiab-logging.conf" />
