Author: markt
Date: Sun Jun 17 20:12:58 2012
New Revision: 1351149

URL: http://svn.apache.org/viewvc?rev=1351149&view=rev
Log:
Manifest files are text files.

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/build.xml
    tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1351148

Modified: tomcat/tc7.0.x/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/build.xml?rev=1351149&r1=1351148&r2=1351149&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/build.xml (original)
+++ tomcat/tc7.0.x/trunk/build.xml Sun Jun 17 20:12:58 2012
@@ -226,6 +226,7 @@
     <include name="**/*.license"/>
     <include name="**/*.manifest"/>
     <include name="**/*.mdl"/>
+    <include name="**/*.MF"/>
     <include name="**/*.notice"/>
     <include name="**/*.nsi"/>
     <include name="**/*.pl"/>

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1351149&r1=1351148&r2=1351149&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Sun Jun 17 20:12:58 2012
@@ -76,6 +76,10 @@
       Remove a few files from the source distribution that are not required
       since they are copied / generated during the build. (markt)
     </fix>
+    <fix>
+      Add manifest files to the set of files for which the line-ending is
+      changed to match the OS defaults in the source distributions. (markt)
+    </fix>
   </subsection>
 </section>
 <section name="Tomcat 7.0.28 (markt)">



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

Reply via email to