Repository: incubator-netbeans Updated Branches: refs/heads/master bf1666153 -> 670916e98
[NETBEANS-54] Module Review versioning Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/670916e9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/670916e9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/670916e9 Branch: refs/heads/master Commit: 670916e988609409184d2b0ae8ce544a0f0c08f3 Parents: bf16661 Author: Trevor Lewis <[email protected]> Authored: Mon Oct 9 12:19:19 2017 -0600 Committer: Emilian Bold <[email protected]> Committed: Mon Oct 9 21:19:19 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/670916e9/nbbuild/build.xml ---------------------------------------------------------------------- diff --git a/nbbuild/build.xml b/nbbuild/build.xml index 1f32b7a..a0f5f6b 100644 --- a/nbbuild/build.xml +++ b/nbbuild/build.xml @@ -1987,6 +1987,9 @@ 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="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--> <exclude name="testng.ui/src/org/netbeans/modules/testng/ui/resources/*.template" /> <!--template files--> </fileset> </rat:report> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/670916e9/versioning/test/qa-functional/data/tck.properties.template ---------------------------------------------------------------------- diff --git a/versioning/test/qa-functional/data/tck.properties.template b/versioning/test/qa-functional/data/tck.properties.template index 8c1ec52..fa0bbf2 100644 --- a/versioning/test/qa-functional/data/tck.properties.template +++ b/versioning/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 # ---------------------------------------------------------
