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

incubator-netbeans git commit: Adding some Rat excludes.

Repository: incubator-netbeans
Updated Branches:
  refs/heads/master afd208e15 -> f89fb98fe


Adding some Rat excludes.


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

Branch: refs/heads/master
Commit: f89fb98fe8fdb4c6a0d904ba25619e119c0e50f0
Parents: afd208e
Author: Jan Lahoda <jl...@netbeans.org>
Authored: Sun Sep 24 21:07:26 2017 +0200
Committer: Jan Lahoda <jl...@netbeans.org>
Committed: Mon Sep 25 08:31:20 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/f89fb98f/nbbuild/build.xml
----------------------------------------------------------------------
diff --git a/nbbuild/build.xml b/nbbuild/build.xml
index e5cd2de..ec604b1 100644
--- a/nbbuild/build.xml
+++ b/nbbuild/build.xml
@@ -1950,6 +1950,10 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d
             <fileset dir="${nb_all}">
                 <exclude name="*/build/**" />
                 <exclude name="nbbuild/netbeans/**" />
+                <exclude name="**/manifest.mf" /> <!--do not nativelly support comments-->
+                <exclude name="*/nbproject/*.sig" /> <!--generated signatures for past versions-->
+                <exclude name="*/external/*-license.txt" /> <!--licenses for external dependencies-->
+                <exclude name="*/external/*-notice.txt" /> <!--notices for external dependencies-->
             </fileset>
         </rat:report>
     </target>