Repository: incubator-netbeans Updated Branches: refs/heads/master 9bad3560a -> eafb763ba
[NETBEANS-54] Updated rat exclusions to include hudson.subversion/test/unit/src/org/netbeans/modules/hudson/subversion/sample-entries-file since this file is test data. - including a license will break tests. Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/f79b544e Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/f79b544e Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/f79b544e Branch: refs/heads/master Commit: f79b544e3ff16e409a5b96a4624cebe9838ecfac Parents: 9bad356 Author: John McDonnell <[email protected]> Authored: Wed Oct 11 14:30:30 2017 +0100 Committer: Matthias Bläsing <[email protected]> Committed: Sun Oct 15 19:12:36 2017 +0200 ---------------------------------------------------------------------- nbbuild/build.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/f79b544e/nbbuild/build.xml ---------------------------------------------------------------------- diff --git a/nbbuild/build.xml b/nbbuild/build.xml index 949ef13..d3c8669 100644 --- a/nbbuild/build.xml +++ b/nbbuild/build.xml @@ -2030,6 +2030,7 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d <exclude name="projectuiapi/test/unit/src/org/netbeans/modules/project/uiapi/data/*.txt" /> <!--test data--> <exclude name="projectui/src/org/netbeans/modules/project/ui/resources/*-license.txt" /> <!--licenses--> <exclude name="projectui/src/org/netbeans/modules/project/ui/resources/license-default.txt" /> <!--licenses--> + <exclude name="hudson.subversion/test/unit/src/org/netbeans/modules/hudson/subversion/sample-entries-file" /> <!--test data--> <exclude name="java.editor/src/org/netbeans/modules/java/editor/resources/JavaExample" /> <!--no degree of creativity--> <exclude name="java.editor/test/qa-functional/data/**" /> <!--test data--> <exclude name="java.editor/test/unit/data/**" /> <!--test data-->
