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/d9de3f9f Tree: http://git-wip-us.apache.org/repos/asf/incubator-wave/tree/d9de3f9f Diff: http://git-wip-us.apache.org/repos/asf/incubator-wave/diff/d9de3f9f Branch: refs/heads/fulltextsearch Commit: d9de3f9ff5e97024bb7d47ab106b18af27ffe285 Parents: 3bf0729 Author: Yuri Zelikov <[email protected]> Authored: Sun Aug 24 21:44:04 2014 +0300 Committer: Yuri Zelikov <[email protected]> Committed: Sun Aug 24 21:44:04 2014 +0300 ---------------------------------------------------------------------- build.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/d9de3f9f/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}" />
