DEV-311 Adds Solr scripts to the binary 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/16a69a13 Tree: http://git-wip-us.apache.org/repos/asf/incubator-wave/tree/16a69a13 Diff: http://git-wip-us.apache.org/repos/asf/incubator-wave/diff/16a69a13 Branch: refs/heads/fulltextsearch Commit: 16a69a13277d01a6d207f0c107f56de792c867eb Parents: d9bb7d6 Author: Yuri Zelikov <[email protected]> Authored: Sun Aug 24 21:44:04 2014 +0300 Committer: Yuri Zelikov <[email protected]> Committed: Mon Aug 25 01:31:28 2014 +0300 ---------------------------------------------------------------------- build.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/16a69a13/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 1421bee..efd22d5 100644 --- a/build.xml +++ b/build.xml @@ -915,6 +915,8 @@ <include name="run-server.bat" /> <include name="run-export.sh" /> <include name="run-import.sh" /> + <include name="run-solr.sh" /> + <include name="run-solr.bat" /> </tarfileset> <!-- WAR static content --> <tarfileset dir="." includes="war/" prefix="${release.bin.path}" />
