You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jl...@apache.org on 2017/10/08 13:49:49 UTC

[32/50] [abbrv] incubator-netbeans git commit: [NETBEANS-54] Module Review templates

[NETBEANS-54] Module Review templates

Add exclusion of userprop.txt to 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/65de90b7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/65de90b7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/65de90b7

Branch: refs/heads/jdk-javac
Commit: 65de90b70575ba37044b533bf4e98a89851cdc8e
Parents: f430c53
Author: Daniel Platz <da...@me.com>
Authored: Sat Oct 7 19:21:13 2017 +0200
Committer: Emilian Bold <em...@gmail.com>
Committed: Sat Oct 7 20:21:13 2017 +0300

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


http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/65de90b7/nbbuild/build.xml
----------------------------------------------------------------------
diff --git a/nbbuild/build.xml b/nbbuild/build.xml
index b88e8d7..a73fcdd 100644
--- a/nbbuild/build.xml
+++ b/nbbuild/build.xml
@@ -1968,7 +1968,8 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d
                 <exclude name="diff/test/unit/src/org/netbeans/modules/diff/builtin/visualizer/data/**" /> <!--test data-->
                 <exclude name="utilities/test/unit/src/org/netbeans/modules/openfile/resources/recent_files/*" /> <!--test data-->
                 <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="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-->
             </fileset>
         </rat:report>
     </target>