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/10/08 13:49:25 UTC

[08/50] [abbrv] incubator-netbeans git commit: Excluded some utilities test files and .url files from rat

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 <da...@me.com>
Authored: Fri Oct 6 22:36:58 2017 +0200
Committer: Emilian Bold <em...@gmail.com>
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>