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/18 04:29:13 UTC

[incubator-netbeans] branch master updated: [NETBEANS-54] Module Review javawebstart

This is an automated email from the ASF dual-hosted git repository.

emi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new fea7eef  [NETBEANS-54] Module Review javawebstart
fea7eef is described below

commit fea7eefb8fe40b46a6e492f79c31cf0d20de8674
Author: Jan Monterrubio <ja...@gmail.com>
AuthorDate: Tue Oct 17 23:28:22 2017 -0500

    [NETBEANS-54] Module Review javawebstart
    
    Exclude build files from Rat
---
 nbbuild/build.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nbbuild/build.xml b/nbbuild/build.xml
index 5a5e61c..fa2b4b3 100644
--- a/nbbuild/build.xml
+++ b/nbbuild/build.xml
@@ -2047,6 +2047,7 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d
             <exclude name="java.api.common/src/org/netbeans/modules/java/api/common/project/ui/customizer/vmo/gen/CommandLine.tokens" /> <!--generated by ANTLR-->
             <exclude name="javafx2.editor/test/unit/data/org/netbeans/modules/javafx2/editor/**/*.fxml" />
             <exclude name="javafx2.editor/test/unit/data/goldenfiles/org/netbeans/modules/javafx2/editor/completion/impl/**/*.out*" />
+            <exclude name="javawebstart/AntTasks/build/**" /> <!-- generated build files -->
             <exclude name="projectimport.eclipse.core/test/unit/data/**" /> <!--test data-->
         </patternset>
         <rat:report xmlns:rat="antlib:org.apache.rat.anttasks" reportfile="build/rat-report.txt">

-- 
To stop receiving notification emails like this one, please contact
['"commits@netbeans.apache.org" <co...@netbeans.apache.org>'].