Repository: incubator-wave Updated Branches: refs/heads/master 08c31e3b6 -> 51e06f296
Updates release-bin so it will auto generate default server.config and add to distribution. Project: http://git-wip-us.apache.org/repos/asf/incubator-wave/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-wave/commit/51e06f29 Tree: http://git-wip-us.apache.org/repos/asf/incubator-wave/tree/51e06f29 Diff: http://git-wip-us.apache.org/repos/asf/incubator-wave/diff/51e06f29 Branch: refs/heads/master Commit: 51e06f2965f73f6e6a245e29996649fe67e49491 Parents: 08c31e3 Author: Yuri Zelikov <[email protected]> Authored: Sat Jun 28 16:36:53 2014 +0300 Committer: Yuri Zelikov <[email protected]> Committed: Sat Jun 28 16:36:53 2014 +0300 ---------------------------------------------------------------------- build.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/51e06f29/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 1170447..4c1b525 100644 --- a/build.xml +++ b/build.xml @@ -870,6 +870,7 @@ <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"/> + <ant antfile="server-config.xml" /> <copy file="LICENSE.bin" tofile="LICENSE" /> <copy file="NOTICE.bin" tofile="NOTICE" /> <tar destfile="${dist.dir}/${release.bin.path}.tar" longfile="gnu"> @@ -893,6 +894,7 @@ <include name="jaas.config" /> <include name="jsongadgets.json" /> <include name="server.config.example" /> + <include name="server.config" /> <include name="server-config.xml" /> <include name="server.federation.config" /> <include name="server.federation.config.example" /> @@ -903,6 +905,7 @@ <include name="check-certificates.sh" /> <include name="make_cert.sh" /> <include name="run-server.sh" /> + <include name="run-server.bat" /> <include name="run-export.sh" /> <include name="run-import.sh" /> </tarfileset>
