Repository: incubator-netbeans
Updated Branches:
  refs/heads/master 5158a835f -> ccc46bd81


Updating the rat exclusion list
Now excluding the following automatically generated files from the rat report:
        - **/nbproject/build-impl.xml
        - **/nbproject/jfx-impl.xml
        - **/nbproject/genfiles.properties


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

Branch: refs/heads/master
Commit: 40a715ad91e47696a8018c48c7ad091b9c4341ec
Parents: 3880c51
Author: Antonio Vieiro <[email protected]>
Authored: Tue Oct 3 12:45:10 2017 +0200
Committer: Antonio Vieiro <[email protected]>
Committed: Tue Oct 3 12:45:10 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/40a715ad/nbbuild/build.xml
----------------------------------------------------------------------
diff --git a/nbbuild/build.xml b/nbbuild/build.xml
index 5ddfc7e..4b74d52 100644
--- a/nbbuild/build.xml
+++ b/nbbuild/build.xml
@@ -1952,6 +1952,9 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y 
to start the system in d
                 <exclude name="nbbuild/netbeans/**" />
                 <exclude name="**/manifest.mf" /> <!--do not nativelly support 
comments-->
                 <exclude name="*/nbproject/*.sig" /> <!--generated signatures 
for past versions-->
+                <exclude name="**/nbproject/build-impl.xml" /> <!--generated, 
no degree of creativity -->
+                <exclude name="**/nbproject/jfx-impl.xml" /> <!--generated, no 
degree of creativity -->
+                <exclude name="**/nbproject/genfiles.properties" /> 
<!--generated, no degree of creativity -->
                 <exclude name="*/external/*-license.txt" /> <!--licenses for 
external dependencies-->
                 <exclude name="*/external/*-notice.txt" /> <!--notices for 
external dependencies-->
                 <exclude name="**/*.pass" /> <!--generated test files-->

Reply via email to