Repository: incubator-netbeans Updated Branches: refs/heads/master 7686df178 -> 7a3090b79
[NETBEANS-54] Module Review websvc.saas.kit Exclude release/VERSION.txt Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/7a3090b7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/7a3090b7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/7a3090b7 Branch: refs/heads/master Commit: 7a3090b79465fae721fcc721a78333238a21a680 Parents: 7686df1 Author: Trevor Lewis <[email protected]> Authored: Tue Oct 10 01:46:01 2017 -0600 Committer: Emilian Bold <[email protected]> Committed: Tue Oct 10 10:46:01 2017 +0300 ---------------------------------------------------------------------- nbbuild/build.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/7a3090b7/nbbuild/build.xml ---------------------------------------------------------------------- diff --git a/nbbuild/build.xml b/nbbuild/build.xml index 0f8a5df..1979d63 100644 --- a/nbbuild/build.xml +++ b/nbbuild/build.xml @@ -1987,6 +1987,7 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d <exclude name="versioning.core/test/unit/data/workdir/root/a.txt" /> <!--test data--> <exclude name="versioning.core/test/unit/data/workdir/root-test-versioned/**" /> <!--test data--> <exclude name="versioning.core/test/unit/data/workdir/root-with-exclusions/**" /> <!--test data--> + <exclude name="websvc.saas.kit/release/VERSION.txt" /> <!--generated file--> <exclude name="versioning/test/unit/data/workdir/root/a.txt" /> <!--test data--> <exclude name="versioning/test/unit/data/workdir/root-test-versioned/**" /> <!--test data--> <exclude name="versioning/test/unit/data/workdir/root-with-exclusions/**" /> <!--test data-->
