Repository: incubator-netbeans Updated Branches: refs/heads/master e864a8a94 -> e513360d5
[NETBEANS-54] Module Review editor.plain Exclude file 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/e513360d Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/e513360d Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/e513360d Branch: refs/heads/master Commit: e513360d562a1a32cc01e305cc69a5f9e371f3c4 Parents: e864a8a Author: Bastien Jansen <[email protected]> Authored: Mon Oct 9 07:57:46 2017 +0200 Committer: Emilian Bold <[email protected]> Committed: Mon Oct 9 08:57:46 2017 +0300 ---------------------------------------------------------------------- nbbuild/build.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/e513360d/nbbuild/build.xml ---------------------------------------------------------------------- diff --git a/nbbuild/build.xml b/nbbuild/build.xml index 6efbdf3..203114c 100644 --- a/nbbuild/build.xml +++ b/nbbuild/build.xml @@ -1975,6 +1975,7 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d <exclude name="api.search/test/unit/data/textFiles/utf8file.txt" /> <!--test data--> <exclude name="api.search/test/unit/src/org/netbeans/modules/search/data/**" /> <!--test data--> <exclude name="beans/src/org/netbeans/modules/beans/resources/templates/*.template" /> <!--license would be visible when users edit the templates inside their IDE--> + <exclude name="editor.plain/src/org/netbeans/modules/editor/plain/resources/PlainTextExample" /> <!--license would be visible to users in the Fonts/Colors settings--> <exclude name="editor.fold/test/unit/data/goldenfiles/hierarchy/update-hierarchy.folds" /> <!--test data--> <exclude name="editor.fold/test/unit/data/hierarchy/update-hierarchy.folds" /> <!--test data--> <exclude name="editor.fold/test/unit/src/org/netbeans/modules/editor/fold/FoldContentReader.txt" /> <!--test data-->
