[jboss-cvs] JBossAS SVN: r80960 - in trunk/varia: src/main/org/jboss/tools/license and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 13 16:20:52 EST 2008


Author: dimitris at jboss.org
Date: 2008-11-13 16:20:51 -0500 (Thu, 13 Nov 2008)
New Revision: 80960

Modified:
   trunk/varia/build.xml
   trunk/varia/src/main/org/jboss/tools/license/ValidateLicenseHeaders.java
Log:
do not add the headers, by default

Modified: trunk/varia/build.xml
===================================================================
--- trunk/varia/build.xml	2008-11-13 21:11:25 UTC (rev 80959)
+++ trunk/varia/build.xml	2008-11-13 21:20:51 UTC (rev 80960)
@@ -670,6 +670,7 @@
       description="Validate the source tree headers">
       <java classname="org.jboss.tools.license.ValidateLicenseHeaders"
          fork="true">
+         <!--<arg value="-addheader" />-->
          <arg value="${project.root}" />
          <classpath>
             <pathelement location="${build.classes}" />

Modified: trunk/varia/src/main/org/jboss/tools/license/ValidateLicenseHeaders.java
===================================================================
--- trunk/varia/src/main/org/jboss/tools/license/ValidateLicenseHeaders.java	2008-11-13 21:11:25 UTC (rev 80959)
+++ trunk/varia/src/main/org/jboss/tools/license/ValidateLicenseHeaders.java	2008-11-13 21:20:51 UTC (rev 80960)
@@ -82,7 +82,7 @@
   " * 02110-1301 USA, or see the FSF site: http://www.fsf.org.\n" +
   " */\n";
    static Logger log = Logger.getLogger("ValidateCopyrightHeaders");
-   static boolean addDefaultHeader = true;
+   static boolean addDefaultHeader = false;
    static FileFilter dotJavaFilter = new DotJavaFilter();
    /**
     * The term-headers from the varia/src/etc/license-info.xml




More information about the jboss-cvs-commits mailing list