You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by jo...@apache.org on 2009/03/19 12:48:22 UTC

svn commit: r755941 - /incubator/rat/main/trunk/apache-rat/pom.xml

Author: jochen
Date: Thu Mar 19 11:48:22 2009
New Revision: 755941

URL: http://svn.apache.org/viewvc?rev=755941&view=rev
Log:
- Renaming LICENSE.txt and NOTICE.txt to LICENSE and NOTICE, as per
  http://www.apache.org/dev/apply-license.html#new, and in order to
  avoid conflicts with the remote-resources plugin.

Modified:
    incubator/rat/main/trunk/apache-rat/pom.xml

Modified: incubator/rat/main/trunk/apache-rat/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/apache-rat/pom.xml?rev=755941&r1=755940&r2=755941&view=diff
==============================================================================
--- incubator/rat/main/trunk/apache-rat/pom.xml (original)
+++ incubator/rat/main/trunk/apache-rat/pom.xml Thu Mar 19 11:48:22 2009
@@ -54,8 +54,8 @@
         <includes>
           <include>DISCLAIMER.txt</include>
           <include>RELEASE_NOTES.txt</include>
-          <include>LICENCE.txt</include>
-          <include>NOTICE.txt</include>
+          <include>LICENCE</include>
+          <include>NOTICE</include>
         </includes>
       </resource>
     </resources>