matthiasblaesing commented on a change in pull request #271: [NETBEANS-54]
excluding specific files, e.g., licenses via Rat
URL: https://github.com/apache/incubator-netbeans/pull/271#discussion_r150411500
##########
File path: nbbuild/build.xml
##########
@@ -2024,8 +2027,11 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y
to start the system in d
<exclude
name="editor.plain/src/org/netbeans/modules/editor/plain/resources/PlainTextExample"
/> <!--license would be visible to users in the Fonts/Colors settings-->
<exclude
name="editor.settings.storage/test/unit/src/org/netbeans/modules/editor/settings/storage/compatibility/p1/**"
/> <!--test data-->
<exclude
name="extbrowser/test/unit/src/org/netbeans/modules/extbrowser/data/mac_defaults_*"
/> <!--test data-->
+ <exclude
name="form/src/org/netbeans/modules/form/resources/templates/**" />
<!--template files-->
<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="html/src/org/netbeans/modules/html/templates/**" />
<!--template files-->
Review comment:
This should not be here. The license header there is CDDL-GPL-2-CP and needs
to be adjusted. I fixed that in #272.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services