This is an automated email from the ASF dual-hosted git repository.
junichi11 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 162fbdb [NETBEANS-54] Module Review java.j2semodule
162fbdb is described below
commit 162fbdb82823be8359159a1033b1e3bab3056944
Author: Junichi Yamamoto <[email protected]>
AuthorDate: Mon Oct 16 19:39:54 2017 +0900
[NETBEANS-54] Module Review java.j2semodule
Exclude module-info.java.template from rat
---
nbbuild/build.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/nbbuild/build.xml b/nbbuild/build.xml
index 41fe553..ab30fc8 100644
--- a/nbbuild/build.xml
+++ b/nbbuild/build.xml
@@ -2061,6 +2061,7 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y
to start the system in d
<exclude
name="options.editor/src/org/netbeans/modules/options/indentation/indentationExample"
/> <!--no degree of creativitya-->
<exclude
name="hibernate/src/org/netbeans/modules/hibernate/resources/Hibernate*.xml" />
<!--template files-->
<exclude
name="hibernate/src/org/netbeans/modules/hibernate/resources/HibernateUtil.javax"
/> <!--template file-->
+ <exclude
name="java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/resources/module-info.java.template"
/> <!--template file-->
</patternset>
<rat:report xmlns:rat="antlib:org.apache.rat.anttasks"
reportfile="build/rat-report.txt">
<rat:substringMatcher licenseFamilyCategory="w3c2"
licenseFamilyName="W3C Software and Document Notice and License">
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].