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 18:27:49 UTC

incubator-netbeans git commit: [NETBEANS-54] Module Review projectuiapi

Repository: incubator-netbeans
Updated Branches:
  refs/heads/master 2293cbac3 -> d024f521d


[NETBEANS-54] Module Review projectuiapi

Excluded files with test data from Rat.

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

Branch: refs/heads/master
Commit: d024f521d7ee111ceb6faf86d241ee60e8512bc5
Parents: 2293cba
Author: tomazst <to...@gmail.com>
Authored: Tue Oct 10 20:27:14 2017 +0200
Committer: Emilian Bold <em...@gmail.com>
Committed: Tue Oct 10 21:27:14 2017 +0300

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


http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/d024f521/nbbuild/build.xml
----------------------------------------------------------------------
diff --git a/nbbuild/build.xml b/nbbuild/build.xml
index bf9e11c..fe1c439 100644
--- a/nbbuild/build.xml
+++ b/nbbuild/build.xml
@@ -1997,6 +1997,8 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d
                 <exclude name="testng.ui/src/org/netbeans/modules/testng/ui/resources/*.template" /> <!--template files-->
                 <exclude name="versioning.util/test/unit/data/historycache/*" /> <!--test data-->
                 <exclude name="java.lexer/test/unit/data/testfiles/*" /> <!--test data-->
+                <exclude name="projectuiapi/test/unit/data/*.txt" /> <!--test data-->
+                <exclude name="projectuiapi/test/unit/src/org/netbeans/modules/project/uiapi/data/*.txt" /> <!--test data-->
             </fileset>
         </rat:report>
     </target>