Author: remm Date: Mon Nov 9 14:37:04 2015 New Revision: 1713446 URL: http://svn.apache.org/viewvc?rev=1713446&view=rev Log: Itanium was dropped.
Modified: tomcat/trunk/res/tomcat.nsi Modified: tomcat/trunk/res/tomcat.nsi URL: http://svn.apache.org/viewvc/tomcat/trunk/res/tomcat.nsi?rev=1713446&r1=1713445&r2=1713446&view=diff ============================================================================== --- tomcat/trunk/res/tomcat.nsi (original) +++ tomcat/trunk/res/tomcat.nsi Mon Nov 9 14:37:04 2015 @@ -211,8 +211,6 @@ Section "Core" SecTomcatCore File /oname=$TomcatServiceFileName bin\tomcat@VERSION_MAJOR@.exe ${ElseIf} $Arch == "x64" File /oname=$TomcatServiceFileName bin\x64\tomcat@VERSION_MAJOR@.exe - ${ElseIf} $Arch == "i64" - File /oname=$TomcatServiceFileName bin\i64\tomcat@VERSION_MAJOR@.exe ${EndIf} FileOpen $ServiceInstallLog "$INSTDIR\logs\service-install.log" a @@ -264,8 +262,6 @@ Section "Native" SecTomcatNative File bin\tcnative-1.dll ${ElseIf} $Arch == "x64" File /oname=tcnative-1.dll bin\x64\tcnative-1.dll - ${ElseIf} $Arch == "i64" - File /oname=tcnative-1.dll bin\i64\tcnative-1.dll ${EndIf} ClearErrors --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org