From 423e4095c7d0beba92d76832d4f558f0ff9e2603 Mon Sep 17 00:00:00 2001 From: markt Date: Wed, 24 Sep 2008 16:21:25 +0000 Subject: [PATCH] Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45879 Move the NOTICE file to the install dir git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@698629 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 1 - res/tomcat.nsi | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index a804f0b85..7f39a344c 100644 --- a/build.xml +++ b/build.xml @@ -338,7 +338,6 @@ - diff --git a/res/tomcat.nsi b/res/tomcat.nsi index d306320ed..88ceec5be 100644 --- a/res/tomcat.nsi +++ b/res/tomcat.nsi @@ -134,6 +134,7 @@ Section "Core" SecTomcatCore SetOutPath $INSTDIR File tomcat.ico File LICENSE + File NOTICE SetOutPath $INSTDIR\lib File /r lib\*.* SetOutPath $INSTDIR\logs -- 2.11.0