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/10 07:32:04 UTC

incubator-netbeans git commit: [NETBEANS-54] Module Review java.lexer

Repository: incubator-netbeans
Updated Branches:
  refs/heads/master a7f3fe78e -> 42c94d4e5


[NETBEANS-54] Module Review java.lexer

Add Rat exclude for test data.

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

Branch: refs/heads/master
Commit: 42c94d4e542edb704d21a5e5a93f8c49247d321c
Parents: a7f3fe7
Author: Brandon Sungur <bs...@gmail.com>
Authored: Tue Oct 10 03:31:26 2017 -0400
Committer: Emilian Bold <em...@gmail.com>
Committed: Tue Oct 10 10:31:26 2017 +0300

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


http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/42c94d4e/nbbuild/build.xml
----------------------------------------------------------------------
diff --git a/nbbuild/build.xml b/nbbuild/build.xml
index a0f5f6b..df164b9 100644
--- a/nbbuild/build.xml
+++ b/nbbuild/build.xml
@@ -1991,6 +1991,7 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d
                 <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-->
+                <exclude name="java.lexer/test/unit/data/testfiles/*" /> <!--test data-->
             </fileset>
         </rat:report>
     </target>