From: mturk Date: Tue, 23 Jun 2009 07:41:28 +0000 (+0000) Subject: Implement new windows-[cpu].zip ditribution packages X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8087d58081f21461a0d91e8126d62bf45f5f63fe;p=tomcat7.0 Implement new windows-[cpu].zip ditribution packages git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@787574 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/dist.xml b/dist.xml index a316f49d1..9693dceb5 100644 --- a/dist.xml +++ b/dist.xml @@ -342,65 +342,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -418,24 +359,24 @@ tofile="${tomcat.dist}/bin/tomcat${version.major}w.exe" /> + tofile="${tomcat.dist}/bin/x64/tomcat${version.major}.exe" /> + tofile="${tomcat.dist}/bin/i64/tomcat${version.major}.exe" /> + tofile="${tomcat.dist}/bin/x64/tcnative-1.dll" /> + tofile="${tomcat.dist}/bin/i64/tcnative-1.dll" /> - + Apache Tomcat ${version} native binaries for Win64 IA64 platform. - + Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. @@ -462,7 +403,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. - - - + + @@ -523,6 +464,104 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. message="${md5sum.binary-prefix}${final.name}.zip${line.separator}" append="true" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/tomcat.nsi b/res/tomcat.nsi index 0f810d130..3563f9a0d 100644 --- a/res/tomcat.nsi +++ b/res/tomcat.nsi @@ -177,9 +177,9 @@ Section "Core" SecTomcatCore StrCmp $0 "x86" 0 +2 File /oname=tomcat@VERSION_MAJOR@.exe bin\tomcat@VERSION_MAJOR@.exe StrCmp $0 "x86_64" 0 +2 - File /oname=tomcat@VERSION_MAJOR@.exe bin\x86_64\tomcat@VERSION_MAJOR@.exe + File /oname=tomcat@VERSION_MAJOR@.exe bin\x64\tomcat@VERSION_MAJOR@.exe StrCmp $0 "ia64" 0 +2 - File /oname=tomcat@VERSION_MAJOR@.exe bin\ia64\tomcat@VERSION_MAJOR@.exe + File /oname=tomcat@VERSION_MAJOR@.exe bin\i64\tomcat@VERSION_MAJOR@.exe InstallRetry: ClearErrors @@ -229,9 +229,9 @@ Section "Native" SecTomcatNative StrCmp $0 "x86" 0 +2 File bin\tcnative-1.dll StrCmp $0 "x86_64" 0 +2 - File /oname=tcnative-1.dll bin\x86_64\tcnative-1.dll + File /oname=tcnative-1.dll bin\x64\tcnative-1.dll StrCmp $0 "ia64" 0 +2 - File /oname=tcnative-1.dll bin\ia64\tcnative-1.dll + File /oname=tcnative-1.dll bin\i64\tcnative-1.dll ClearErrors @@ -378,9 +378,9 @@ Function FindCpuType ExpandEnvStrings $0 "%PROCESSOR_ARCHITEW6432%" StrCmp $0 "%PROCESSOR_ARCHITEW6432%" 0 +5 StrCmp $0 "IA64" 0 +3 - StrCpy $1 "ia64" + StrCpy $1 "i64" Goto FoundCpu - StrCpy $1 "x86_64" + StrCpy $1 "x64" FoundCpu: ; Put the result in the stack