You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ge...@apache.org on 2017/09/26 07:08:15 UTC

incubator-netbeans git commit: More Rat exclusions for lack of creativity

Repository: incubator-netbeans
Updated Branches:
  refs/heads/master 0769ead92 -> a5e617426


More Rat exclusions for lack of creativity


Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/a5e61742
Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/a5e61742
Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/a5e61742

Branch: refs/heads/master
Commit: a5e617426051ea4baa2ac5aaefeb6e2b78161ca5
Parents: 0769ead
Author: geertjan <ge...@oracle.com>
Authored: Tue Sep 26 09:08:07 2017 +0200
Committer: geertjan <ge...@oracle.com>
Committed: Tue Sep 26 09:08:07 2017 +0200

----------------------------------------------------------------------
 nbbuild/build.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/a5e61742/nbbuild/build.xml
----------------------------------------------------------------------
diff --git a/nbbuild/build.xml b/nbbuild/build.xml
index 7dc4c8b..2433751 100644
--- a/nbbuild/build.xml
+++ b/nbbuild/build.xml
@@ -1955,6 +1955,9 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d
                 <exclude name="*/external/*-license.txt" /> <!--licenses for external dependencies-->
                 <exclude name="*/external/*-notice.txt" /> <!--notices for external dependencies-->
                 <exclude name="**/*.pass" /> <!--generated test files-->
+                <exclude name="**/*.pass2" /> <!--generated test files-->
+                <exclude name="**/.list" /> <!--no degree of creativity-->
+                <exclude name="**/src/META-INF/**" /> <!--no degree of creativity-->
             </fileset>
         </rat:report>
     </target>