Repository: incubator-netbeans Updated Branches: refs/heads/master 42c94d4e5 -> 7686df178
[NETBEANS-54] Module Review versioning.util Exclude test data. Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/7686df17 Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/7686df17 Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/7686df17 Branch: refs/heads/master Commit: 7686df178ab2a33ea43696204fc084fa1f92179e Parents: 42c94d4 Author: Trevor Lewis <[email protected]> Authored: Tue Oct 10 01:37:14 2017 -0600 Committer: Emilian Bold <[email protected]> Committed: Tue Oct 10 10:37:14 2017 +0300 ---------------------------------------------------------------------- nbbuild/build.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/7686df17/nbbuild/build.xml ---------------------------------------------------------------------- diff --git a/nbbuild/build.xml b/nbbuild/build.xml index df164b9..0f8a5df 100644 --- a/nbbuild/build.xml +++ b/nbbuild/build.xml @@ -1991,6 +1991,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="versioning.util/test/unit/data/historycache/*" /> <!--test data--> <exclude name="java.lexer/test/unit/data/testfiles/*" /> <!--test data--> </fileset> </rat:report>
