Repository: incubator-netbeans Updated Branches: refs/heads/master a94c293ca -> 993e67f5e
[NETBEANS-54] Module Review versioning.core Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/993e67f5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/993e67f5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/993e67f5 Branch: refs/heads/master Commit: 993e67f5e82aec6a6508cc2ac5900267648982d9 Parents: a94c293 Author: Trevor Lewis <[email protected]> Authored: Mon Oct 9 08:28:16 2017 -0600 Committer: Emilian Bold <[email protected]> Committed: Mon Oct 9 17:30:44 2017 +0300 ---------------------------------------------------------------------- nbbuild/build.xml | 3 +++ .../qa-functional/data/tck.properties.template | 17 +++++++++++++++++ 2 files changed, 20 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/993e67f5/nbbuild/build.xml ---------------------------------------------------------------------- diff --git a/nbbuild/build.xml b/nbbuild/build.xml index cd7fbb8..6753dba 100644 --- a/nbbuild/build.xml +++ b/nbbuild/build.xml @@ -1984,6 +1984,9 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d <exclude name="languages.yaml/src/org/netbeans/modules/languages/yaml/*.yml" /> <!--Files used in GUI as sample/starting point--> <exclude name="languages.yaml/src/org/netbeans/modules/languages/yaml/*.yaml" /> <!--Files used in GUI as sample/starting point--> <exclude name="languages.yaml/test/unit/data/testfiles/*" /> <!--test data--> + <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--> </fileset> </rat:report> </target> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/993e67f5/versioning.core/test/qa-functional/data/tck.properties.template ---------------------------------------------------------------------- diff --git a/versioning.core/test/qa-functional/data/tck.properties.template b/versioning.core/test/qa-functional/data/tck.properties.template index 8c1ec52..fa0bbf2 100644 --- a/versioning.core/test/qa-functional/data/tck.properties.template +++ b/versioning.core/test/qa-functional/data/tck.properties.template @@ -1,3 +1,20 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# # --------------------------------------------------------- # Configuration file for VCS Test Compatibility Kit # ---------------------------------------------------------
