File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed
Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 11X64? = false
22
3- ES_VERSION =1.4.4
3+ ES_VERSION =1.5.0
44ES_NAME =elasticsearch-$(ES_VERSION )
55ES_HOME =vendor/$(ES_NAME )
66ES_LIB =$(ES_HOME ) /lib
Original file line number Diff line number Diff line change 1010
1111#define ServiceAccountName " elasticsearch"
1212#define ServiceName " elasticsearch"
13- #define AppVersion " 1.4.4 "
14- #define LuceneVersion " 4.10.3 "
15- #define JreVersion " 8u31 "
13+ #define AppVersion " 1.5.0 "
14+ #define LuceneVersion " 4.10.4 "
15+ #define JreVersion " 8u40 "
1616#define ESPath " vendor\elasticsearch-" + AppVersion
1717#ifdef _WIN64
1818#define Bits " 64"
@@ -63,9 +63,10 @@ Source: "{#ESPath}\bin\elasticsearchw-{#Bits}.exe"; DestDir: "{app}\bin"; DestNa
6363Source : " {#ESPath}\bin\plugin.bat" ; DestDir : " {app} \bin"
6464Source : " {#ESPath}\lib\elasticsearch-{#AppVersion}.jar" ; DestDir : " {app} \lib"
6565Source : " {#ESPath}\lib\antlr-runtime-3.5.jar" ; DestDir : " {app} \lib"
66+ Source : " {#ESPath}\lib\apache-log4j-extras-1.2.17.jar" ; DestDir : " {app} \lib"
6667Source : " {#ESPath}\lib\asm-4.1.jar" ; DestDir : " {app} \lib"
6768Source : " {#ESPath}\lib\asm-commons-4.1.jar" ; DestDir : " {app} \lib"
68- Source : " {#ESPath}\lib\groovy-all-2.3.2 .jar" ; DestDir : " {app} \lib"
69+ Source : " {#ESPath}\lib\groovy-all-2.4.0 .jar" ; DestDir : " {app} \lib"
6970Source : " {#ESPath}\lib\jna-4.1.0.jar" ; DestDir : " {app} \lib"
7071Source : " {#ESPath}\lib\jts-1.13.jar" ; DestDir : " {app} \lib"
7172Source : " {#ESPath}\lib\log4j-1.2.17.jar" ; DestDir : " {app} \lib"
Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ rem Initial memory pool size in MB.
1212set JVM_MS = 256
1313rem Maximum memory pool size in MB.
1414set JVM_MX = 1024
15- rem Thread stack size in KB.
16- set JVM_SS = 256
1715
1816rem Other options.
1917rem NB the pound (#) and semicolon (;) are separator characters.
@@ -77,7 +75,6 @@ if exist "%ES_HOME%\jre\bin\client\jvm.dll" set JVM=%ES_HOME%\jre\bin\client\jvm
7775 --Classpath " %JVM_CLASSPATH% " ^
7876 --JvmMs %JVM_MS% ^
7977 --JvmMx %JVM_MX% ^
80- --JvmSs %JVM_SS% ^
8178 --JvmOptions " " ^
8279 %JVM_OPTIONS: = ++JvmOptions % ^
8380 ++JvmOptions " -Des.path.home=%ES_HOME% "
File renamed without changes.
You can’t perform that action at this time.
0 commit comments