Repository: incubator-netbeans Updated Branches: refs/heads/master bee38df30 -> c281d24f0
[NETBEANS-54] Module Review languages.diff Exclude DiffExample.diff from Rat since a license header would be visible to users in Fonts and Color settings. Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/c281d24f Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/c281d24f Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/c281d24f Branch: refs/heads/master Commit: c281d24f092c717e94b4bbc536cedfb21ea86671 Parents: bee38df Author: Brandon Sungur <[email protected]> Authored: Wed Oct 11 00:09:04 2017 -0400 Committer: Emilian Bold <[email protected]> Committed: Wed Oct 11 07:09:04 2017 +0300 ---------------------------------------------------------------------- nbbuild/build.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/c281d24f/nbbuild/build.xml ---------------------------------------------------------------------- diff --git a/nbbuild/build.xml b/nbbuild/build.xml index fe1c439..4ee8b23 100644 --- a/nbbuild/build.xml +++ b/nbbuild/build.xml @@ -1995,6 +1995,7 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d <exclude name="versioning/test/unit/data/workdir/root-test-versioned/**" /> <!--test data--> <exclude name="versioning/test/unit/data/workdir/root-with-exclusions/**" /> <!--test data--> <exclude name="testng.ui/src/org/netbeans/modules/testng/ui/resources/*.template" /> <!--template files--> + <exclude name="languages.diff/src/org/netbeans/modules/languages/diff/DiffExample.diff" /> <!--license would be visible to users in the Fonts/Colors settings--> <exclude name="versioning.util/test/unit/data/historycache/*" /> <!--test data--> <exclude name="java.lexer/test/unit/data/testfiles/*" /> <!--test data--> <exclude name="projectuiapi/test/unit/data/*.txt" /> <!--test data-->
