You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2008/09/24 18:21:25 UTC

svn commit: r698629 - in /tomcat/trunk: build.xml res/tomcat.nsi

Author: markt
Date: Wed Sep 24 09:21:25 2008
New Revision: 698629

URL: http://svn.apache.org/viewvc?rev=698629&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45879
Move the NOTICE file to the install dir

Modified:
    tomcat/trunk/build.xml
    tomcat/trunk/res/tomcat.nsi

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=698629&r1=698628&r2=698629&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Wed Sep 24 09:21:25 2008
@@ -338,7 +338,6 @@
     <copy todir="${tomcat.build}/webapps/docs">
       <fileset dir=".">
         <include name="BUILDING.txt"/>
-        <include name="NOTICE"/>
         <include name="RUNNING.txt"/>
       </fileset>
     </copy>

Modified: tomcat/trunk/res/tomcat.nsi
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/tomcat.nsi?rev=698629&r1=698628&r2=698629&view=diff
==============================================================================
--- tomcat/trunk/res/tomcat.nsi (original)
+++ tomcat/trunk/res/tomcat.nsi Wed Sep 24 09:21:25 2008
@@ -134,6 +134,7 @@
   SetOutPath $INSTDIR
   File tomcat.ico
   File LICENSE
+  File NOTICE
   SetOutPath $INSTDIR\lib
   File /r lib\*.*
   SetOutPath $INSTDIR\logs



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org