Repository: incubator-netbeans Updated Branches: refs/heads/master 2409a6c8a -> d321b0e5f
[NETBEANS-54] Module Review extbrowser Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/d321b0e5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/d321b0e5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/d321b0e5 Branch: refs/heads/master Commit: d321b0e5f2fea446eb96832721b90b102f296358 Parents: 2409a6c Author: Bastien Jansen <[email protected]> Authored: Tue Oct 10 11:46:44 2017 +0200 Committer: Emilian Bold <[email protected]> Committed: Tue Oct 10 12:46:44 2017 +0300 ---------------------------------------------------------------------- nbbuild/build.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/d321b0e5/nbbuild/build.xml ---------------------------------------------------------------------- diff --git a/nbbuild/build.xml b/nbbuild/build.xml index b8a9526..9d979a6 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="extbrowser/test/unit/src/org/netbeans/modules/extbrowser/data/mac_defaults_*" /> <!--test data--> <exclude name="spring.beans/src/org/netbeans/modules/spring/beans/resources/templates/*.template" /> <!--license would be visible when users edit the templates inside their IDE--> <exclude name="editor.settings.storage/test/unit/src/org/netbeans/modules/editor/settings/storage/compatibility/p1/**" /> <!--test data--> <exclude name="editor.plain/src/org/netbeans/modules/editor/plain/resources/PlainTextExample" /> <!--license would be visible to users in the Fonts/Colors settings-->
