You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2008/03/10 07:27:11 UTC

svn commit: r635448 - in /geronimo/genesis/trunk: LICENSE LICENSE.txt NOTICE NOTICE.txt plugins/tools-maven-plugin/src/main/java/org/apache/geronimo/genesis/plugins/tools/VerifyLegalFilesMojo.java

Author: djencks
Date: Sun Mar  9 23:27:09 2008
New Revision: 635448

URL: http://svn.apache.org/viewvc?rev=635448&view=rev
Log:
Possible name change subject to debate

Added:
    geronimo/genesis/trunk/LICENSE
      - copied unchanged from r635445, geronimo/genesis/trunk/LICENSE.txt
    geronimo/genesis/trunk/NOTICE
      - copied unchanged from r635445, geronimo/genesis/trunk/NOTICE.txt
Removed:
    geronimo/genesis/trunk/LICENSE.txt
    geronimo/genesis/trunk/NOTICE.txt
Modified:
    geronimo/genesis/trunk/plugins/tools-maven-plugin/src/main/java/org/apache/geronimo/genesis/plugins/tools/VerifyLegalFilesMojo.java

Modified: geronimo/genesis/trunk/plugins/tools-maven-plugin/src/main/java/org/apache/geronimo/genesis/plugins/tools/VerifyLegalFilesMojo.java
URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/plugins/tools-maven-plugin/src/main/java/org/apache/geronimo/genesis/plugins/tools/VerifyLegalFilesMojo.java?rev=635448&r1=635447&r2=635448&view=diff
==============================================================================
--- geronimo/genesis/trunk/plugins/tools-maven-plugin/src/main/java/org/apache/geronimo/genesis/plugins/tools/VerifyLegalFilesMojo.java (original)
+++ geronimo/genesis/trunk/plugins/tools-maven-plugin/src/main/java/org/apache/geronimo/genesis/plugins/tools/VerifyLegalFilesMojo.java Sun Mar  9 23:27:09 2008
@@ -49,8 +49,8 @@
      * The default required legal files.
      */
     private static final String[] DEFAULT_REQUIRED_FILES = {
-        "LICENSE.txt",
-        "NOTICE.txt"
+        "LICENSE",
+        "NOTICE"
     };
 
     /**