You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ma...@apache.org on 2017/10/08 18:24:53 UTC

[2/2] incubator-netbeans git commit: [NETBEANS-54] Module Review languages.yaml

[NETBEANS-54] Module Review languages.yaml

- added test-data to rat exclusion list
- added GUI relevant files to exclusion list

Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/73b9472e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/73b9472e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/73b9472e

Branch: refs/heads/master
Commit: 73b9472ea4174da890b03465ed727ac876bc1686
Parents: a858f13
Author: Matthias Bläsing <mb...@doppel-helix.eu>
Authored: Sun Oct 8 20:24:26 2017 +0200
Committer: Matthias Bläsing <mb...@doppel-helix.eu>
Committed: Sun Oct 8 20:24:26 2017 +0200

----------------------------------------------------------------------
 nbbuild/build.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/73b9472e/nbbuild/build.xml
----------------------------------------------------------------------
diff --git a/nbbuild/build.xml b/nbbuild/build.xml
index 359e55d..145c6bc 100644
--- a/nbbuild/build.xml
+++ b/nbbuild/build.xml
@@ -1977,6 +1977,9 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d
                 <exclude name="editor.fold/test/unit/data/hierarchy/update-hierarchy.folds" /> <!--test data-->
                 <exclude name="editor.fold/test/unit/src/org/netbeans/modules/editor/fold/FoldContentReader.txt" /> <!--test data-->
                 <exclude name="libs.freemarker/test/unit/data/**" /> <!--test data-->
+                <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-->
             </fileset>
         </rat:report>
     </target>