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/d8cc0135 Tree: http://git-wip-us.apache.org/repos/asf/incubator-wave/tree/d8cc0135 Diff: http://git-wip-us.apache.org/repos/asf/incubator-wave/diff/d8cc0135 Branch: refs/heads/master Commit: d8cc013529a6df858946018b6612b7b0613f293a Parents: 17d5a64 Author: Yuri Zelikov <[email protected]> Authored: Sun Aug 24 21:44:04 2014 +0300 Committer: Yuri Zelikov <[email protected]> Committed: Wed Aug 27 20:50:29 2014 +0300 ---------------------------------------------------------------------- build.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/d8cc0135/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 41a154f..1b337ac 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}" />
