Repository: incubator-netbeans Updated Branches: refs/heads/master e16b2c630 -> c3def3ee0
[NETBEANS-54] Module Review projectui Exclude license 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/c3def3ee Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/c3def3ee Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/c3def3ee Branch: refs/heads/master Commit: c3def3ee076f4193a01d7d0dad6ce38114613caa Parents: e16b2c6 Author: tomazst <[email protected]> Authored: Wed Oct 11 15:17:07 2017 +0200 Committer: Emilian Bold <[email protected]> Committed: Wed Oct 11 16:17:07 2017 +0300 ---------------------------------------------------------------------- nbbuild/build.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/c3def3ee/nbbuild/build.xml ---------------------------------------------------------------------- diff --git a/nbbuild/build.xml b/nbbuild/build.xml index eb628c5..ab6c98c 100644 --- a/nbbuild/build.xml +++ b/nbbuild/build.xml @@ -2001,6 +2001,8 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d <exclude name="selenium2.java/src/org/netbeans/modules/selenium2/java/SeleneseIT.java.template" /> <!--template file--> <exclude name="projectuiapi/test/unit/data/*.txt" /> <!--test data--> <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--> </fileset> </rat:report> </target>
