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 17:53:40 UTC

[2/3] incubator-netbeans git commit: [NETBEANS-54] Module review libs.freemarker

[NETBEANS-54] Module review libs.freemarker

- added test-data to rat 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/e016b53c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/e016b53c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/e016b53c

Branch: refs/heads/master
Commit: e016b53c2ee2d2dfa0b483c52fe52055c5448199
Parents: 28d26c1
Author: Matthias Bläsing <mb...@doppel-helix.eu>
Authored: Sun Oct 8 19:50:27 2017 +0200
Committer: Matthias Bläsing <mb...@doppel-helix.eu>
Committed: Sun Oct 8 19:50:27 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/e016b53c/nbbuild/build.xml
----------------------------------------------------------------------
diff --git a/nbbuild/build.xml b/nbbuild/build.xml
index 63b34df..359e55d 100644
--- a/nbbuild/build.xml
+++ b/nbbuild/build.xml
@@ -1976,6 +1976,7 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d
                 <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-->
+                <exclude name="libs.freemarker/test/unit/data/**" /> <!--test data-->
             </fileset>
         </rat:report>
     </target>