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

geertjan 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 33cafad  [NETBEANS-318] use external file for rat exclusions (#387)
33cafad is described below

commit 33cafadd733880cd01393469624dc4f81bb2e497
Author: Eric Barboni <[email protected]>
AuthorDate: Thu Jan 25 09:12:23 2018 +0100

    [NETBEANS-318] use external file for rat exclusions (#387)
    
    reorder by theme
---
 nbbuild/build.xml          | 168 +----------------------------------
 nbbuild/rat-exclusions.txt | 217 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 218 insertions(+), 167 deletions(-)

diff --git a/nbbuild/build.xml b/nbbuild/build.xml
index 032f5b6..789a6f6 100644
--- a/nbbuild/build.xml
+++ b/nbbuild/build.xml
@@ -2074,173 +2074,7 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y 
to start the system in d
         </taskdef>
         <patternset id="non.rat">
             <!--add new one alphabetically-->
-            <exclude name="**/*.exists" /> <!--no degree of creativity-->
-            <exclude name="**/*.mf" /> <!--do not natively support comments-->
-            <exclude name="**/*.MF" /> <!--do not natively support comments-->
-            <exclude name="**/*.nib" /> <!--do not natively support comments-->
-            <exclude name="**/*.oql" /> <!--do not natively support comments-->
-            <exclude name="**/*.palette_item" /> <!--no degree of creativity-->
-            <exclude name="**/*.pass" /> <!--generated test files-->
-            <exclude name="**/*.pass2" /> <!--generated test files-->
-            <exclude name="**/*.pbxproj" /> <!--generated test files-->
-            <exclude name="**/*.ref" /> <!--would cause tests to fail-->
-            <exclude name="**/*.ser" /> <!--do not natively support comments-->
-            <exclude name="**/*.sln" /> <!--would cause tests to fail-->
-            <exclude name="**/*.url" /> <!--no degree of creativity-->
-            <exclude name="**/*.user" /> <!--would cause tests to fail-->
-            <exclude name="**/*.vcproj" /> <!--would cause tests to fail-->
-            <exclude name="**/external/*-license.txt" /> <!--licenses for 
external dependencies-->
-            <exclude name="**/external/*-notice.txt" /> <!--notices for 
external dependencies-->
-            <exclude name="**/nbproject/*.sig" /> <!--generated signatures for 
past versions-->
-            <exclude name="**/nbproject/build-impl.xml" /> <!--generated, no 
degree of creativity -->
-            <exclude name="**/nbproject/genfiles.properties" /> <!--generated, 
no degree of creativity -->
-            <exclude name="**/nbproject/jfx-impl.xml" /> <!--generated, no 
degree of creativity -->
-            <exclude name="**/nbproject/private/**" /> <!--user-specific files 
-->
-            <exclude name="**/src/META-INF/**" /> <!--no degree of 
creativity-->
-            <exclude name="**/build/**" /> <!-- build artifacts -->
-            <exclude name="**/.dep.inc" /> <!--no degree of creativity-->
-            <exclude name="**/Makefile-vc" /> <!--no degree of creativity-->
-            <exclude name="**/Makefile-vc-wo-crt" /> <!--no degree of 
creativity-->
-            <exclude name="**/package-list" /> <!--no degree of creativity-->
-            <exclude name="*/test/unit/data/**" /> <!--would cause tests to 
fail-->
-            <exclude name="*/test/qa-functional/data/**" /> <!--would cause 
tests to fail-->
-            <exclude 
name="api.search/test/unit/src/org/netbeans/modules/search/data/**" /> <!--test 
data-->
-            <exclude 
name="api.templates/test/unit/src/org/netbeans/modules/templates/utf8.xml" /> 
<!--test data-->
-            <exclude 
name="apisupport.ant/src/org/netbeans/modules/apisupport/project/resources/license-*.txt"
 /> <!--template file-->
-            <exclude 
name="apisupport.installer/src/org/netbeans/modules/apisupport/installer/resources/licenses/**"
 /> <!--three license files-->
-            <exclude 
name="apisupport.project/src/org/netbeans/modules/apisupport/project/ui/resources/layer_template.xml"
 /> <!--template file-->
-            <exclude name="autoupdate.services/test/unit/**/data/**" /> <!-- 
test data not captured by general data exclude -->
-            <exclude 
name="beans/src/org/netbeans/modules/beans/resources/templates/*.template" /> 
<!--license would be visible when users edit the templates inside their IDE-->
-            <exclude 
name="classfile/test/unit/src/org/netbeans/modules/classfile/datafiles/WithLambda.classx"
 /> <!-- test data -->
-            <exclude 
name="css.editor/src/org/netbeans/modules/css/resources/CascadeStyleSheet.css.template"
 /> <!-- user visible template -->
-            <exclude 
name="css.editor/src/org/netbeans/modules/css/resources/CssExample" /> <!-- 
user visible template -->
-            <exclude 
name="debugger.jpda/test/unit/src/org/netbeans/api/debugger/jpda/testapps/JspLineBreakpointApp.txt"
 /> <!-- test data -->
-            <exclude 
name="diff/test/unit/src/org/netbeans/modules/diff/builtin/provider/*.txt" /> 
<!--test data-->
-            <exclude 
name="diff/test/unit/src/org/netbeans/modules/diff/builtin/visualizer/data/**" 
/> <!--test data-->
-            <exclude 
name="db.sql.editor/src/org/netbeans/modules/db/sql/editor/resources/SQLExample"
 /> <!-- file is used as sample for syntax highlighting in GUI -->
-            <exclude 
name="dbschema/src/org/netbeans/modules/dbschema/jdbcimpl/resources/templates/*"
 /> <!-- template files -->
-            <exclude 
name="editor/demosrc/base/org/netbeans/editor/example/res/template.html_" /> 
<!-- template file -->
-            <exclude 
name="editor/demosrc/base/org/netbeans/editor/example/res/template.java_" /> 
<!-- template file -->
-            <exclude 
name="editor/demosrc/properties-addon/org/netbeans/editor/example/res/template.properties"
 /> <!-- template file -->
-            <exclude 
name="editor/test/qa-functional/src/org/netbeans/test/editor/suites/keybindings/actions.txt"
 /> <!-- test data -->
-            <exclude 
name="editor/test/unit/src/org/netbeans/modules/editor/resources/testAnnotation*.xml"
 /> <!-- test data -->
-            <exclude 
name="editor.fold/test/unit/src/org/netbeans/modules/editor/fold/FoldContentReader.txt"
 /> <!--test data-->
-            <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/test/unit/src/org/netbeans/modules/html/data/**" /> <!--test data-->
-            <exclude 
name="html.editor/src/org/netbeans/modules/html/editor/options/ui/formatSample.html"
 /> <!--user visible file template-->
-            <exclude 
name="html.editor/src/org/netbeans/modules/html/editor/resources/HTMLExample" 
/> <!--user visible file template-->
-            <exclude 
name="html.editor/src/org/netbeans/modules/html/editor/resources/XHTMLExample" 
/> <!--user visible file template-->
-            <exclude 
name="html.editor/src/org/netbeans/modules/html/editor/todo.txt" /> <!--no 
degree of creativity-->
-            <exclude 
name="html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/*/catalog"
 /> <!--no degree of creativity-->
-            <exclude 
name="hudson.subversion/test/unit/src/org/netbeans/modules/hudson/subversion/sample-entries-file"
 /> <!--test data-->
-            <exclude name="ide/launcher/macosx/NetBeansLauncher/ReadMe.rtf" /> 
<!--does not natively support comments-->
-            <exclude 
name="j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/resources/*.xsd"
 /> <!-- XSDs for usage at runtime and code generation - the XSDs are not 
modified, so covered by https://www.apache.org/legal/resolved.html#category-b 
-->
-            <exclude 
name="j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/ui/resources/*.xml"
 /> <!-- user visible file template -->
-            <exclude 
name="j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/jpacontroller/resources/*.txt"
 /> <!-- user visible file template -->
-            <exclude name="ide.kit/test/qa-functional/**/*.txt" /> <!-- test 
data -->
-            <exclude 
name="java.api.common/src/org/netbeans/modules/java/api/common/project/ui/customizer/vmo/gen/CommandLine.tokens"
 /> <!--generated by ANTLR-->
-            <exclude 
name="java.editor/src/org/netbeans/modules/java/editor/resources/JavaExample" 
/> <!--no degree of creativity-->
-            <exclude 
name="java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/resources/module-info.java.template"
 /> <!--template file-->
-            <exclude 
name="java.j2seproject/copylibstask/test/org/netbeans/modules/java/j2seproject/moduletask/resources/module-info.bin"
 /> <!-- test data (compiled Java class) -->
-            <exclude 
name="java.platform.ui/src/org/netbeans/modules/java/platform/resources/templates/javaplatform.xml"
 /> <!--template file-->
-            <exclude 
name="java.project.ui/src/org/netbeans/modules/java/project/ui/resources/*.template"
 /> <!-- template files -->
-            <exclude name="java.source/src/org/netbeans/modules/**/*.template" 
/> <!-- template files -->
-            <exclude 
name="javafx2.project/src/org/netbeans/modules/javafx2/project/templates/**" /> 
<!--license would be visible when users edit the templates inside their IDE-->
-            <exclude 
name="jellytools.platform/src/org/netbeans/jellytools/version_info" /> <!--does 
not natively support comments-->
-            <exclude 
name="jshell.support/src/org/netbeans/modules/jshell/resources/consoleExample.jsh"
 /> <!-- file is used as sample for syntax highlighting in GUI -->
-            <exclude 
name="junit.ui/src/org/netbeans/modules/junit/ui/resources/*.template" /> 
<!--license would be visible when users edit the templates inside their IDE-->
-            <exclude 
name="languages.diff/src/org/netbeans/modules/languages/diff/DiffExample.diff" 
/> <!--license would be visible to users in the Fonts/Colors settings-->
-            <exclude 
name="languages.yaml/src/org/netbeans/modules/languages/yaml/*.yaml" /> 
<!--Files used in GUI as sample/starting point-->
-            <exclude 
name="languages.yaml/src/org/netbeans/modules/languages/yaml/*.yml" /> 
<!--Files used in GUI as sample/starting point-->
-            <exclude 
name="lexer/demo/src/org/netbeans/modules/lexer/demo/**/*.txt" /> <!-- test 
data -->
-            <exclude 
name="lib.profiler/test/unit/src/org/netbeans/lib/profiler/heap/testHeapDumpLog.txt"
 /> <!--test data-->
-            <exclude name="lib.profiler/release/lib/deployed/**/*.map" /> <!-- 
companion files for CDDL licensed binaries -->
-            <exclude 
name="lib.uihandler/src/org/netbeans/lib/uihandler/pubKey" /> <!--no degree of 
creativity-->
-            <exclude name="lib.uihandler/test/unit/src/**" /> <!--test data-->
-            <exclude 
name="maven.checkstyle/src/org/netbeans/modules/maven/format/checkstyle/config/configuration*.dtd"
 /> <!-- the files do not reach a level of creativity -->
-            <exclude 
name="maven.htmlui/src/org/netbeans/modules/maven/htmlui/UIDefaults" /> <!-- 
config file with no place for license header-->
-            <exclude 
name="maven.indexer/external/NOTICE-patched-indexer-core-6.0.0" /> <!--no 
degree of creativity-->
-            <exclude 
name="mercurial/src/org/netbeans/modules/mercurial/util/log*" /> <!-- user 
templates for mercurial commits, etc. -->
-            <exclude name="nbbuild/hudson/.hgmail-profiler" /> <!--no degree 
of creativity-->
-            <exclude name="nbbuild/l10n.patterns" /> <!--no degree of 
creativity-->
-            <exclude name="nbbuild/licenses/**" />
-            <exclude name="nbbuild/netbeans/**" />
-            <exclude name="nbbuild/tagref" /> <!--no degree of creativity-->
-            <exclude name="nbbuild/license-dialog-stub.txt" /> <!--A prefix 
that is added to license file-->
-            <exclude name="nbbuild/notice-stub.txt" /> <!--Apache notice 
file-->
-            <exclude name="nbbuild/standard-nbm-license.txt" /> <!--license 
file-->
-            <exclude name="nbbuild/testuserdir/**" /> <!-- directory for 
netbeans testruns, not part of distribution and repository -->
-            <exclude name="nbbuild/user.build.properties" /> <!-- user 
configuration file, not part of distribution and repository -->
-            <exclude name="nbi/engine/nbproject/profiler-build-impl.xml" /> 
<!--generated, no degree of creativity -->
-            <exclude 
name="o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/CustomTask_java"
 /> <!-- user visible file template -->
-            <exclude 
name="o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/Project.xml_"
 /> <!-- user visible file template -->
-            <exclude name="o.n.bootstrap/readme/*.txt" /> <!--READMEs-->
-            <exclude name="o.n.core/licenses/**" /> <!-- license files -->
-            <exclude 
name="o.n.core/test/unit/src/org/netbeans/core/modules/jars/localized-manifest/locmani/something.txt"
 /> <!--no degree of creativity-->
-            <exclude 
name="o.n.core/test/unit/src/org/netbeans/core/projects/cache/data/**" /> <!-- 
test data -->
-            <exclude 
name="openide.nodes/test/unit/src/org/openide/nodes/data/**" /> <!-- test data 
-->
-            <exclude 
name="openide.util.lookup/test/unit/src/org/openide/util/lookup/MetaInfServicesLookupTestRunnable.txt"
 /> <!--no degree of creativity-->
-            <exclude 
name="openide.util.lookup/test/unit/src/org/openide/util/lookup/problem100320.txt"
 /> <!--no degree of creativity-->
-            <exclude 
name="openide.util.lookup/test/unit/src/org/openide/util/lookup/problem249414.txt"
 /> <!--no degree of creativity-->
-            <exclude 
name="openide.util.lookup/test/unit/src/org/openide/util/lookup/services-jar-1.txt"
 /> <!--no degree of creativity-->
-            <exclude 
name="openide.util.lookup/test/unit/src/org/openide/util/lookup/services-jar-2.txt"
 /> <!--no degree of creativity-->
-            <exclude 
name="openide.util.ui/test/unit/src/org/openide/util/UtilitiesTranslateEmpty.txt"
 /> <!-- license would cause tests to fail -->
-            <exclude 
name="openide.util/test/unit/src/org/openide/util/LookupUsesRequestProcessorTest.resource"
 /> <!-- license would cause tests to fail -->
-            <exclude 
name="options.editor/src/org/netbeans/modules/options/colors/AllLanguagesExample"
 /> <!--no degree of creativity-->
-            <exclude 
name="options.editor/src/org/netbeans/modules/options/colors/HighlightingExample"
 /> <!--no degree of creativity-->
-            <exclude 
name="options.editor/src/org/netbeans/modules/options/indentation/indentationExample"
 /> <!--no degree of creativity-->
-            <exclude 
name="performance/threaddemo/src/threaddemo/util/doc-files/TwoWaySupport.zargo" 
/> <!-- ARGO UML zip file (documentation) -->
-            <exclude 
name="projectui/src/org/netbeans/modules/project/ui/resources/*-license.txt" /> 
<!--licenses-->
-            <exclude 
name="projectui/src/org/netbeans/modules/project/ui/resources/license-default.txt"
 /> <!--licenses-->
-            <exclude 
name="projectuiapi/test/unit/src/org/netbeans/modules/project/uiapi/data/*.txt" 
/> <!--test data-->
-            <exclude 
name="properties/src/org/netbeans/modules/properties/sample.properties.template"
 /> <!-- template file -->
-            <exclude 
name="properties.syntax/src/org/netbeans/modules/properties/syntax/PropertiesExample"
 /> <!-- user visible example for properties language -->
-            <exclude 
name="queries/test/unit/src/org/netbeans/api/queries/data/*" /> <!--test data-->
-            <exclude 
name="selenium2.java/src/org/netbeans/modules/selenium2/java/SeleneseIT.java.template"
 /> <!--template file-->
-            <exclude 
name="spellchecker.dictionary_en/release/modules/dict/*.description" /> 
<!--Description Files-->
-            <exclude 
name="spi.navigator/test/unit/src/org/netbeans/modules/navigator/resources/lastsel/file.lastsel_mime1"
 /> <!--empty file-->
-            <exclude 
name="spring.beans/src/org/netbeans/modules/spring/beans/resources/templates/*.template"
 /> <!--license would be visible when users edit the templates inside their 
IDE-->
-            <exclude 
name="templates/src/org/netbeans/modules/templates/resources/userprop.txt" /> 
<!--no degree of creativity-->
-            <exclude 
name="testng.ui/src/org/netbeans/modules/testng/ui/resources/*.template" /> 
<!--template files-->
-            <exclude 
name="utilities/test/unit/src/org/netbeans/modules/openfile/resources/recent_files/*"
 /> <!--test data-->
-            <exclude 
name="websvc.saas.api/src/org/netbeans/modules/websvc/saas/oauth/*.template" /> 
<!--template files-->
-            <exclude 
name="websvc.saas.api/src/org/netbeans/modules/websvc/saas/model/*.xsd" /> <!-- 
XSDs for usage at runtime and code generation - the XSDs are not modified, so 
covered by https://www.apache.org/legal/resolved.html#category-b -->
-            <exclude 
name="websvc.saas.api/src/org/netbeans/modules/websvc/saas/model/jaxb/*" /> 
<!-- generated code -->
-            <exclude 
name="websvc.saas.api/src/org/netbeans/modules/websvc/saas/model/oauth/*" /> 
<!-- generated code -->
-            <exclude 
name="websvc.saas.api/src/org/netbeans/modules/websvc/saas/model/wadl/*" /> 
<!-- generated code -->
-            <exclude 
name="websvc.saas.api/test/unit/src/org/netbeans/modules/websvc/saas/model/application.wadl"
 /> <!--test data-->
-            <exclude 
name="websvc.saas.api/test/unit/src/org/netbeans/modules/websvc/saas/util/rootGroup.xml"
 /> <!--test data-->
-            <exclude 
name="welcome/src/org/netbeans/modules/welcome/resources/rss-0_91.dtd" /> <!-- 
specifies a standard -->
-            <exclude 
name="xml.axi/test/unit/src/org/netbeans/modules/xml/axi/resources/**" /> <!-- 
test data -->
-            <exclude 
name="xml.lexer/test/unit/src/org/netbeans/api/xml/lexer/resources/*.dtd" /> 
<!-- test data -->
-            <exclude 
name="xml.lexer/test/unit/src/org/netbeans/api/xml/lexer/resources/*.xml" /> 
<!-- test data -->
-            <exclude 
name="xml.schema.completion/test/unit/src/org/netbeans/modules/xml/schema/completion/resources/**"
 /> <!-- test data -->
-            <exclude 
name="xml.schema.model/test/unit/src/org/netbeans/modules/xml/schema/model/**/*.xsd"
 /> <!-- test data -->
-            <exclude 
name="xml.schema.model/test/unit/src/org/netbeans/modules/xml/schema/model/resources/*.xml"
 /> <!-- test data -->
-            <exclude 
name="xml.schema.model/test/unit/src/org/netbeans/modules/xml/schema/model/resources/*.zip"
 /> <!-- test data -->
-            <exclude 
name="xml.schema.model/test/unit/src/org/netbeans/modules/xml/schema/model/resources/dummyProject/nbproject/private/tmpfile"
 /> <!-- test data -->
-            <exclude 
name="xml.text/src/org/netbeans/modules/xml/text/resources/DTDExample" /> <!-- 
GUI sample file to demonstrate syntax highlighting -->
-            <exclude 
name="xml.text/src/org/netbeans/modules/xml/text/resources/XMLExample" /> <!-- 
GUI sample file to demonstrate syntax highlighting -->
-            <exclude 
name="xml.text/test/qa-functional/src/org/netbeans/modules/xml/text/**/data/**" 
/> <!-- test data -->
-            <exclude 
name="xml.tools/test/qa-functional/src/org/netbeans/modules/**/*.dtd" /> <!-- 
test data -->
-            <exclude 
name="xml.tools/test/qa-functional/src/org/netbeans/modules/**/*.txt" /> <!-- 
test data -->
-            <exclude 
name="xml.tools/test/qa-functional/src/org/netbeans/modules/**/*.xml" /> <!-- 
test data -->
-            <exclude 
name="xml.wsdl.model/test/unit/src/org/netbeans/modules/xml/wsdl/**/*.wsdl" /> 
<!-- test data -->
-            <exclude 
name="xml.wsdl.model/test/unit/src/org/netbeans/modules/xml/wsdl/**/*.xml" /> 
<!-- test data -->
-            <exclude 
name="xml.wsdl.model/test/unit/src/org/netbeans/modules/xml/wsdl/**/*.xsd" /> 
<!-- test data -->
-            <exclude 
name="xml.xdm/test/unit/src/org/netbeans/modules/xml/xdm/**/*.bpel" /> <!-- 
test data -->
-            <exclude 
name="xml.xdm/test/unit/src/org/netbeans/modules/xml/xdm/**/*.wsdl" /> <!-- 
test data -->
-            <exclude 
name="xml.xdm/test/unit/src/org/netbeans/modules/xml/xdm/**/*.xml" /> <!-- test 
data -->
-            <exclude 
name="xml.xdm/test/unit/src/org/netbeans/modules/xml/xdm/**/*.xsd" /> <!-- test 
data -->
-            <exclude 
name="xml/src/org/netbeans/modules/xml/resources/templates/*" /> <!-- template 
files - tracked by https://issues.apache.org/jira/browse/NETBEANS-85 -->
-            <exclude 
name="xml/test/unit/src/org/netbeans/modules/xml/resources/*" /> <!-- test data 
-->
-            <exclude 
name="xsl/src/org/netbeans/modules/xsl/resources/templates/stylesheet.xsl" /> 
<!-- Template for user - very limited degree of creativity -->
-            <exclude 
name="xsl/test/unit/src/org/netbeans/modules/xsl/utils/data/*" /> <!--test 
data-->
+            <excludesfile name="rat-exclusions.txt" />            
         </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">
diff --git a/nbbuild/rat-exclusions.txt b/nbbuild/rat-exclusions.txt
new file mode 100644
index 0000000..ce6968d
--- /dev/null
+++ b/nbbuild/rat-exclusions.txt
@@ -0,0 +1,217 @@
+
+######  build artifacts 
+**/build/**
+nbbuild/licenses/**
+nbbuild/netbeans/**
+nbbuild/testuserdir/**
+nbbuild/user.build.properties
+nbbuild/rat-exclusions.txt
+
+######  user-specific files  
+**/nbproject/private/**
+
+######   no degree of creativity
+**/*.exists
+**/*.palette_item
+**/*.url
+**/src/META-INF/**
+**/.dep.inc
+**/Makefile-vc
+**/Makefile-vc-wo-crt
+**/package-list
+html.editor/src/org/netbeans/modules/html/editor/todo.txt
+html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/*/catalog
+java.editor/src/org/netbeans/modules/java/editor/resources/JavaExample
+lib.uihandler/src/org/netbeans/lib/uihandler/pubKey
+maven.indexer/external/NOTICE-patched-indexer-core-6.0.0
+nbbuild/hudson/.hgmail-profiler
+nbbuild/l10n.patterns
+nbbuild/tagref
+o.n.core/test/unit/src/org/netbeans/core/modules/jars/localized-manifest/locmani/something.txt
+openide.util.lookup/test/unit/src/org/openide/util/lookup/MetaInfServicesLookupTestRunnable.txt
+openide.util.lookup/test/unit/src/org/openide/util/lookup/problem100320.txt
+openide.util.lookup/test/unit/src/org/openide/util/lookup/problem249414.txt
+openide.util.lookup/test/unit/src/org/openide/util/lookup/services-jar-1.txt
+openide.util.lookup/test/unit/src/org/openide/util/lookup/services-jar-2.txt
+options.editor/src/org/netbeans/modules/options/colors/AllLanguagesExample
+options.editor/src/org/netbeans/modules/options/colors/HighlightingExample
+options.editor/src/org/netbeans/modules/options/indentation/indentationExample
+templates/src/org/netbeans/modules/templates/resources/userprop.txt
+### limited degreed of creativity
+## the files do not reach a level of creativity 
+maven.checkstyle/src/org/netbeans/modules/maven/format/checkstyle/config/configuration*.dtd
+##  Template for user - very limited degree of creativity  
+xsl/src/org/netbeans/modules/xsl/resources/templates/stylesheet.xsl
+
+###### test data 
+api.search/test/unit/src/org/netbeans/modules/search/data/**
+api.templates/test/unit/src/org/netbeans/modules/templates/utf8.xml
+autoupdate.services/test/unit/**/data/**
+classfile/test/unit/src/org/netbeans/modules/classfile/datafiles/WithLambda.classx
+debugger.jpda/test/unit/src/org/netbeans/api/debugger/jpda/testapps/JspLineBreakpointApp.txt
+diff/test/unit/src/org/netbeans/modules/diff/builtin/provider/*.txt
+diff/test/unit/src/org/netbeans/modules/diff/builtin/visualizer/data/**
+editor/test/qa-functional/src/org/netbeans/test/editor/suites/keybindings/actions.txt
+editor/test/unit/src/org/netbeans/modules/editor/resources/testAnnotation*.xml
+editor.fold/test/unit/src/org/netbeans/modules/editor/fold/FoldContentReader.txt
+editor.settings.storage/test/unit/src/org/netbeans/modules/editor/settings/storage/compatibility/p1/**
+extbrowser/test/unit/src/org/netbeans/modules/extbrowser/data/mac_defaults_*
+html/test/unit/src/org/netbeans/modules/html/data/**
+hudson.subversion/test/unit/src/org/netbeans/modules/hudson/subversion/sample-entries-file
+ide.kit/test/qa-functional/**/*.txt
+###   module-info.bin (compiled Java class)
+java.j2seproject/copylibstask/test/org/netbeans/modules/java/j2seproject/moduletask/resources/module-info.bin
+lexer/demo/src/org/netbeans/modules/lexer/demo/**/*.txt
+lib.profiler/test/unit/src/org/netbeans/lib/profiler/heap/testHeapDumpLog.txt
+lib.uihandler/test/unit/src/**
+o.n.core/test/unit/src/org/netbeans/core/projects/cache/data/**
+openide.nodes/test/unit/src/org/openide/nodes/data/**
+projectuiapi/test/unit/src/org/netbeans/modules/project/uiapi/data/*.txt
+queries/test/unit/src/org/netbeans/api/queries/data/*
+utilities/test/unit/src/org/netbeans/modules/openfile/resources/recent_files/*
+websvc.saas.api/test/unit/src/org/netbeans/modules/websvc/saas/model/application.wadl
+websvc.saas.api/test/unit/src/org/netbeans/modules/websvc/saas/util/rootGroup.xml
+xml.axi/test/unit/src/org/netbeans/modules/xml/axi/resources/**
+xml.lexer/test/unit/src/org/netbeans/api/xml/lexer/resources/*.dtd
+xml.lexer/test/unit/src/org/netbeans/api/xml/lexer/resources/*.xml
+xml.schema.completion/test/unit/src/org/netbeans/modules/xml/schema/completion/resources/**
+xml.schema.model/test/unit/src/org/netbeans/modules/xml/schema/model/**/*.xsd
+xml.schema.model/test/unit/src/org/netbeans/modules/xml/schema/model/resources/*.xml
+xml.schema.model/test/unit/src/org/netbeans/modules/xml/schema/model/resources/*.zip
+xml.schema.model/test/unit/src/org/netbeans/modules/xml/schema/model/resources/dummyProject/nbproject/private/tmpfile
+xml.text/test/qa-functional/src/org/netbeans/modules/xml/text/**/data/**
+xml.tools/test/qa-functional/src/org/netbeans/modules/**/*.dtd
+xml.tools/test/qa-functional/src/org/netbeans/modules/**/*.txt
+xml.tools/test/qa-functional/src/org/netbeans/modules/**/*.xml
+xml.wsdl.model/test/unit/src/org/netbeans/modules/xml/wsdl/**/*.wsdl
+xml.wsdl.model/test/unit/src/org/netbeans/modules/xml/wsdl/**/*.xml
+xml.wsdl.model/test/unit/src/org/netbeans/modules/xml/wsdl/**/*.xsd
+xml.xdm/test/unit/src/org/netbeans/modules/xml/xdm/**/*.bpel
+xml.xdm/test/unit/src/org/netbeans/modules/xml/xdm/**/*.wsdl
+xml.xdm/test/unit/src/org/netbeans/modules/xml/xdm/**/*.xml
+xml.xdm/test/unit/src/org/netbeans/modules/xml/xdm/**/*.xsd
+xml/test/unit/src/org/netbeans/modules/xml/resources/*
+xsl/test/unit/src/org/netbeans/modules/xsl/utils/data/*
+
+###### template file
+apisupport.ant/src/org/netbeans/modules/apisupport/project/resources/license-*.txt
+apisupport.project/src/org/netbeans/modules/apisupport/project/ui/resources/layer_template.xml
+dbschema/src/org/netbeans/modules/dbschema/jdbcimpl/resources/templates/*
+editor/demosrc/base/org/netbeans/editor/example/res/template.html_
+editor/demosrc/base/org/netbeans/editor/example/res/template.java_
+editor/demosrc/properties-addon/org/netbeans/editor/example/res/template.properties
+form/src/org/netbeans/modules/form/resources/templates/**
+hibernate/src/org/netbeans/modules/hibernate/resources/Hibernate*.xml
+hibernate/src/org/netbeans/modules/hibernate/resources/HibernateUtil.javax
+java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/resources/module-info.java.template
+java.platform.ui/src/org/netbeans/modules/java/platform/resources/templates/javaplatform.xml
+java.project.ui/src/org/netbeans/modules/java/project/ui/resources/*.template
+java.source/src/org/netbeans/modules/**/*.template
+### user templates for mercurial commits, etc.
+mercurial/src/org/netbeans/modules/mercurial/util/log*
+properties/src/org/netbeans/modules/properties/sample.properties.template
+selenium2.java/src/org/netbeans/modules/selenium2/java/SeleneseIT.java.template
+testng.ui/src/org/netbeans/modules/testng/ui/resources/*.template
+websvc.saas.api/src/org/netbeans/modules/websvc/saas/oauth/*.template
+
+###### do not natively support comments 
+**/*.mf
+**/*.MF
+**/*.nib
+**/*.oql
+**/*.ser
+ide/launcher/macosx/NetBeansLauncher/ReadMe.rtf
+jellytools.platform/src/org/netbeans/jellytools/version_info
+
+
+######  generated test files 
+**/*.pass
+**/*.pass2
+**/*.pbxproj
+
+###### would cause tests to fail 
+**/*.ref
+**/*.sln
+**/*.user
+**/*.vcproj
+*/test/unit/data/**
+*/test/qa-functional/data/**
+openide.util.ui/test/unit/src/org/openide/util/UtilitiesTranslateEmpty.txt
+openide.util/test/unit/src/org/openide/util/LookupUsesRequestProcessorTest.resource
+
+######  external dependencies licences and notices 
+**/external/*-license.txt
+**/external/*-notice.txt
+
+###### generated
+### signatures for past versions 
+**/nbproject/*.sig
+### generated, no degree of creativity 
+**/nbproject/build-impl.xml
+**/nbproject/genfiles.properties
+**/nbproject/jfx-impl.xml
+nbi/engine/nbproject/profiler-build-impl.xml
+websvc.saas.api/src/org/netbeans/modules/websvc/saas/model/jaxb/*
+websvc.saas.api/src/org/netbeans/modules/websvc/saas/model/oauth/*
+websvc.saas.api/src/org/netbeans/modules/websvc/saas/model/wadl/*
+### generated ANTLR
+java.api.common/src/org/netbeans/modules/java/api/common/project/ui/customizer/vmo/gen/CommandLine.tokens
+
+###### license files 
+apisupport.installer/src/org/netbeans/modules/apisupport/installer/resources/licenses/**
+### companion files for CDDL licensed binaries
+lib.profiler/release/lib/deployed/**/*.map
+o.n.core/licenses/**
+### A prefix that is added to license file
+nbbuild/license-dialog-stub.txt
+nbbuild/notice-stub.txt
+nbbuild/standard-nbm-license.txt
+projectui/src/org/netbeans/modules/project/ui/resources/*-license.txt
+projectui/src/org/netbeans/modules/project/ui/resources/license-default.txt
+
+###### IDE, licences would be visible inside IDE
+beans/src/org/netbeans/modules/beans/resources/templates/*.template
+css.editor/src/org/netbeans/modules/css/resources/CascadeStyleSheet.css.template
+css.editor/src/org/netbeans/modules/css/resources/CssExample
+db.sql.editor/src/org/netbeans/modules/db/sql/editor/resources/SQLExample
+editor.plain/src/org/netbeans/modules/editor/plain/resources/PlainTextExample
+html.editor/src/org/netbeans/modules/html/editor/options/ui/formatSample.html
+html.editor/src/org/netbeans/modules/html/editor/resources/HTMLExample
+html.editor/src/org/netbeans/modules/html/editor/resources/XHTMLExample
+j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/ui/resources/*.xml
+j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/wizard/jpacontroller/resources/*.txt
+javafx2.project/src/org/netbeans/modules/javafx2/project/templates/**
+jshell.support/src/org/netbeans/modules/jshell/resources/consoleExample.jsh
+junit.ui/src/org/netbeans/modules/junit/ui/resources/*.template
+languages.diff/src/org/netbeans/modules/languages/diff/DiffExample.diff
+languages.yaml/src/org/netbeans/modules/languages/yaml/*.yaml
+languages.yaml/src/org/netbeans/modules/languages/yaml/*.yml
+o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/CustomTask_java
+o.apache.tools.ant.module/src/org/apache/tools/ant/module/resources/Project.xml_
+spring.beans/src/org/netbeans/modules/spring/beans/resources/templates/*.template
+xml.text/src/org/netbeans/modules/xml/text/resources/DTDExample
+xml.text/src/org/netbeans/modules/xml/text/resources/XMLExample
+
+
+###### others
+### <!-- XSDs for usage at runtime and code generation - the XSDs are not 
modified, so covered by https://www.apache.org/legal/resolved.html#category-b 
-->
+j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/resources/*.xsd
+###  <!-- config file with no place for license header-->
+maven.htmlui/src/org/netbeans/modules/maven/htmlui/UIDefaults
+###  <!--READMEs-->
+o.n.bootstrap/readme/*.txt
+###  <!-- ARGO UML zip file (documentation) -->
+performance/threaddemo/src/threaddemo/util/doc-files/TwoWaySupport.zargo
+###  <!-- user visible example for properties language -->
+properties.syntax/src/org/netbeans/modules/properties/syntax/PropertiesExample
+### <!--Description Files-->
+spellchecker.dictionary_en/release/modules/dict/*.description
+###  <!--empty file-->
+spi.navigator/test/unit/src/org/netbeans/modules/navigator/resources/lastsel/file.lastsel_mime1
+###  <!-- XSDs for usage at runtime and code generation - the XSDs are not 
modified, so covered by https://www.apache.org/legal/resolved.html#category-b 
-->
+websvc.saas.api/src/org/netbeans/modules/websvc/saas/model/*.xsd
+###  <!-- specifies a standard -->
+welcome/src/org/netbeans/modules/welcome/resources/rss-0_91.dtd
+###  <!-- template files - tracked by 
https://issues.apache.org/jira/browse/NETBEANS-85 -->
+xml/src/org/netbeans/modules/xml/resources/templates/*
+

-- 
To stop receiving notification emails like this one, please contact
[email protected].

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to