SEARCH-239: Change !SOLR_SSL_OPTS! for windows

This commit is contained in:
Gethin James
2016-11-22 11:00:54 +01:00
parent 91e0fc7f83
commit 2afdfe4d60
+3
View File
@@ -152,6 +152,9 @@
<replace token= "\bin\solr.in.cmd" value="\..\solr.in.cmd" dir="target/solr-${solr.version}">
<include name="**/bin/solr.cmd"/>
</replace>
<replace token= "SOLR_SSL_OPTS=%SOLR_SSL_OPTS%" value="SOLR_SSL_OPTS=!SOLR_SSL_OPTS!" dir="target/solr-${solr.version}">
<include name="**/bin/solr.cmd"/>
</replace>
<replace token= "#SOLR_LOGS_DIR=logs" value="SOLR_LOGS_DIR=../../logs" dir="target/solr-${solr.version}">
<include name="**/bin/solr.in.sh"/>
</replace>