Author: markt
Date: Wed Sep 22 13:32:05 2010
New Revision: 999936
URL: http://svn.apache.org/viewvc?rev=999936&view=rev
Log:
Ensure POM files have correct line endings in source distributions. (rjung's
patch)
Modified:
tomcat/tc5.5.x/trunk/build/build.xml
tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml
Modified: tomcat/tc5.5.x/trunk/build/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/build/build.xml?rev=999936&r1=999935&r2=999936&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/build/build.xml (original)
+++ tomcat/tc5.5.x/trunk/build/build.xml Wed Sep 22 13:32:05 2010
@@ -134,6 +134,7 @@
<include name="**/*.nsi"/>
<include name="**/*.pl"/>
<include name="**/*.policy"/>
+ <include name="**/*.pom"/>
<include name="**/*.properties"/>
<include name="**/*.properties.default"/>
<include name="**/*.properties.minimal"/>
Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml?rev=999936&r1=999935&r2=999936&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml (original)
+++ tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml Wed Sep 22
13:32:05 2010
@@ -38,6 +38,16 @@
<!-- Section names:
General, Catalina, Coyote, Jasper, Cluster, Webapps
-->
+<section name="Tomcat 5.5.32 (jim)">
+ <subsection name="General">
+ <changelog>
+ <fix>
+ Ensure POM files have correct line endings in source distributions.
+ (rjung/markt)
+ </fix>
+ </changelog>
+ </subsection>
+</section>
<section name="Tomcat 5.5.31 (jim)">
<subsection name="General">
<changelog>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]