Excluded some utilities test files and .url files from rat


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

Branch: refs/heads/jdk-javac
Commit: d9670da71c1ba018ca0c43fa391c451cccdd86d6
Parents: 1cb625d
Author: Daniel Platz <[email protected]>
Authored: Fri Oct 6 22:36:58 2017 +0200
Committer: Emilian Bold <[email protected]>
Committed: Fri Oct 6 23:36:58 2017 +0300

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


http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/d9670da7/nbbuild/build.xml
----------------------------------------------------------------------
diff --git a/nbbuild/build.xml b/nbbuild/build.xml
index d066859..4a67beb 100644
--- a/nbbuild/build.xml
+++ b/nbbuild/build.xml
@@ -1966,6 +1966,8 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y 
to start the system in d
                 <exclude name="diff/test/unit/data/**" /> <!--test data-->
                 <exclude 
name="diff/test/unit/src/org/netbeans/modules/diff/builtin/provider/*.txt" /> 
<!--test data-->
                 <exclude 
name="diff/test/unit/src/org/netbeans/modules/diff/builtin/visualizer/data/**" 
/> <!--test data-->
+                <exclude 
name="utilities/test/unit/src/org/netbeans/modules/openfile/resources/recent_files/*"
 /> <!--test data-->
+                <exclude name="**/*.url" /> <!--no degree of creativity-->
             </fileset>
         </rat:report>
     </target>

Reply via email to