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/04 18:11:14 UTC

incubator-netbeans git commit: [NETBEANS-54] Module review diff

Repository: incubator-netbeans
Updated Branches:
  refs/heads/master 9499676f3 -> d0009a2bb


[NETBEANS-54] Module review diff

- no external library

- checked Rat report; ignored l10n.list (see central problems) and
  added ingore entries for rat report.

- skimmed through the module, did not notice additional problems

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

Branch: refs/heads/master
Commit: d0009a2bbd019f6e56b2bcf7df17806063fd1e1a
Parents: 9499676
Author: Matthias Bläsing <mb...@doppel-helix.eu>
Authored: Tue Oct 3 17:03:51 2017 +0200
Committer: Matthias Bläsing <mb...@doppel-helix.eu>
Committed: Wed Oct 4 20:10:18 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/d0009a2b/nbbuild/build.xml
----------------------------------------------------------------------
diff --git a/nbbuild/build.xml b/nbbuild/build.xml
index 5ddfc7e..1db4316 100644
--- a/nbbuild/build.xml
+++ b/nbbuild/build.xml
@@ -1959,6 +1959,9 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d
                 <exclude name="**/.list" /> <!--no degree of creativity-->
                 <exclude name="**/src/META-INF/**" /> <!--no degree of creativity-->
                 <exclude name="form/test/unit/data/goldenfiles/*" /> <!--test data-->
+                <exclude name="diff/test/unit/data/**" /> <!--test data-->
+                <exclude name="diff/test/unit/src/org/netbeans/modules/diff/builtin/provider/*.txt" /> <!--test data-->
+                <exclude name="diff/test/unit/src/org/netbeans/modules/diff/builtin/visualizer/data/**" /> <!--test data-->
             </fileset>
         </rat:report>
     </target>