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

incubator-netbeans git commit: [NETBEANS-54] Module Review editor.fold

Repository: incubator-netbeans
Updated Branches:
  refs/heads/master 50b698bb6 -> e475744e4


[NETBEANS-54] Module Review editor.fold



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

Branch: refs/heads/master
Commit: e475744e441c7bfa73bec6e8ec04d316ce625f87
Parents: 50b698b
Author: Bastien Jansen <ba...@gmx.com>
Authored: Sun Oct 8 17:52:17 2017 +0200
Committer: Emilian Bold <em...@gmail.com>
Committed: Sun Oct 8 18:52:17 2017 +0300

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


http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/e475744e/nbbuild/build.xml
----------------------------------------------------------------------
diff --git a/nbbuild/build.xml b/nbbuild/build.xml
index eb00a51..63b34df 100644
--- a/nbbuild/build.xml
+++ b/nbbuild/build.xml
@@ -1973,6 +1973,9 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d
                 <exclude name="api.search/test/unit/data/textFiles/utf8file.txt" /> <!--test data-->
                 <exclude name="api.search/test/unit/src/org/netbeans/modules/search/data/**" /> <!--test data-->
                 <exclude name="beans/src/org/netbeans/modules/beans/resources/templates/*.template" /> <!--license would be visible when users edit the templates inside their IDE-->
+                <exclude name="editor.fold/test/unit/data/goldenfiles/hierarchy/update-hierarchy.folds" /> <!--test data-->
+                <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-->
             </fileset>
         </rat:report>
     </target>