Repository: incubator-netbeans Updated Branches: refs/heads/master 1ffb3884b -> 515849669
[NETBEANS-54] Module Review javafx2.project Exclude templates from nbbuild/build.xml rat task. Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/51584966 Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/51584966 Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/51584966 Branch: refs/heads/master Commit: 51584966946bf41ee3af0782731c3f6a273f3214 Parents: 1ffb388 Author: Tuyen Tran <[email protected]> Authored: Mon Oct 9 05:20:44 2017 +0700 Committer: Emilian Bold <[email protected]> Committed: Mon Oct 9 01:20:44 2017 +0300 ---------------------------------------------------------------------- nbbuild/build.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/51584966/nbbuild/build.xml ---------------------------------------------------------------------- diff --git a/nbbuild/build.xml b/nbbuild/build.xml index 03136f1..6efbdf3 100644 --- a/nbbuild/build.xml +++ b/nbbuild/build.xml @@ -1967,6 +1967,7 @@ 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="javafx2.project/src/org/netbeans/modules/javafx2/project/templates/**" /> <!--license would be visible when users edit the templates inside their IDE--> <exclude name="utilities/test/unit/src/org/netbeans/modules/openfile/resources/recent_files/*" /> <!--test data--> <exclude name="**/*.url" /> <!--no degree of creativity--> <exclude name="spi.navigator/test/unit/src/org/netbeans/modules/navigator/resources/lastsel/file.lastsel_mime1" /> <!--empty file-->
