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/07 20:07:45 UTC

incubator-netbeans git commit: [NETBEANS-54] Exclude test data from rat

Repository: incubator-netbeans
Updated Branches:
  refs/heads/master cd0beb4f6 -> e93eb15ff


[NETBEANS-54] Exclude 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/e93eb15f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/e93eb15f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/e93eb15f

Branch: refs/heads/master
Commit: e93eb15ff5749bac23c3996966c243cbb7ac91e9
Parents: cd0beb4
Author: Bastien Jansen <ba...@gmx.com>
Authored: Sat Oct 7 22:07:09 2017 +0200
Committer: Emilian Bold <em...@gmail.com>
Committed: Sat Oct 7 23:07:09 2017 +0300

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


http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/e93eb15f/nbbuild/build.xml
----------------------------------------------------------------------
diff --git a/nbbuild/build.xml b/nbbuild/build.xml
index a73fcdd..14db19e 100644
--- a/nbbuild/build.xml
+++ b/nbbuild/build.xml
@@ -1950,7 +1950,7 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d
             <fileset dir="${nb_all}">
                 <exclude name="*/build/**" />
                 <exclude name="nbbuild/netbeans/**" />
-                <exclude name="**/manifest.mf" /> <!--do not nativelly support comments-->
+                <exclude name="**/*.mf" /> <!--do not nativelly support comments-->
                 <exclude name="*/nbproject/*.sig" /> <!--generated signatures for past versions-->
                 <exclude name="*/nbproject/build-impl.xml" /> <!--generated, no degree of creativity -->
                 <exclude name="*/nbproject/jfx-impl.xml" /> <!--generated, no degree of creativity -->
@@ -1970,6 +1970,8 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d
                 <exclude name="**/*.url" /> <!--no degree of creativity-->
                 <exclude name="spi.navigator/test/unit/src/org/netbeans/modules/navigator/resources/lastsel/file.lastsel_mime1" /> <!--empty file-->    
                 <exclude name="templates/src/org/netbeans/modules/templates/resources/userprop.txt" /> <!--no degree of creativity-->
+                <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-->
             </fileset>
         </rat:report>
     </target>