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 6bff3d4 Sort rat excludes alphabetically
6bff3d4 is described below
commit 6bff3d4d1e027437954c74296ca1a4e7701d7619
Author: Junichi Yamamoto <[email protected]>
AuthorDate: Tue Oct 24 10:48:33 2017 +0900
Sort rat excludes alphabetically
Remove a duplicate line
(spi.navigator/test/unit/src/org/netbeans/modules/navigator/resources/lastsel/file.lastsel_mime1)
---
nbbuild/build.xml | 192 +++++++++++++++++++++++++++---------------------------
1 file changed, 96 insertions(+), 96 deletions(-)
diff --git a/nbbuild/build.xml b/nbbuild/build.xml
index 8f1114b..bb109b2 100644
--- a/nbbuild/build.xml
+++ b/nbbuild/build.xml
@@ -1975,129 +1975,129 @@ It is possible to use -Ddebug.port=3234
-Ddebug.pause=y to start the system in d
</classpath>
</taskdef>
<patternset id="non.rat">
- <exclude name="*/build/**" />
- <exclude name="nbbuild/netbeans/**" />
+ <!--add new one alphabetically-->
<exclude name="**/*.mf" /> <!--do not nativelly support comments-->
+ <exclude name="**/*.palette_item" /> <!--no degree of creativity-->
+ <exclude name="**/*.pass" /> <!--generated test files-->
+ <exclude name="**/*.pass2" /> <!--generated test files-->
+ <exclude name="**/*.ref" /> <!--would cause tests to fail-->
+ <exclude name="**/*.url" /> <!--no degree of creativity-->
+ <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/jfx-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="**/external/*-license.txt" /> <!--licenses for
external dependencies-->
- <exclude name="**/external/*-notice.txt" /> <!--notices for
external dependencies-->
- <exclude name="**/*.pass" /> <!--generated test files-->
- <exclude name="**/*.pass2" /> <!--generated test files-->
- <exclude name="**/*.ref" /> <!--would cause tests to fail-->
- <exclude name="**/*.palette_item" /> <!--no degree of creativity-->
<exclude name="**/src/META-INF/**" /> <!--no degree of
creativity-->
- <exclude name="form/test/unit/data/goldenfiles/*" /> <!--test
data-->
- <exclude name="diff/test/unit/data/**" /> <!--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="javadoc/test/unit/data/docs_jdk14_ja/api/index-files/**" /> <!--test
data-->
- <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="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="xml/test/unit/src/org/netbeans/modules/xml/resources/*" /> <!-- 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.axi/test/unit/src/org/netbeans/modules/xml/axi/resources/**" /> <!--
test data -->
- <exclude
name="xml.schema.completion/test/unit/src/org/netbeans/modules/xml/schema/completion/resources/**"
/> <!-- 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.xdm/test/unit/src/org/netbeans/modules/xml/xdm/**/*.bpel" /> <!--
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.tools/test/qa-functional/src/org/netbeans/modules/**/*.xml" /> <!--
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.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.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/**/*.xsd" />
<!-- test data -->
- <exclude
name="xml.wsdl.model/test/unit/src/org/netbeans/modules/xml/wsdl/**/*.xml" />
<!-- 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="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-->
- <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-->
+ <exclude name="*/build/**" />
<exclude name="api.search/test/unit/data/textFiles/utf8file.txt"
/> <!--test data-->
<exclude
name="api.search/test/unit/src/org/netbeans/modules/search/data/**" /> <!--test
data-->
<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="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="css.editor/test/unit/data/testfiles/**" />
<!--simple files for testing-->
+ <exclude name="css.editor/todo" /> <!-- no degree of creativity -->
<exclude name="css.lib/test/unit/data/**" /> <!--test data-->
- <exclude
name="extbrowser/test/unit/src/org/netbeans/modules/extbrowser/data/mac_defaults_*"
/> <!--test data-->
- <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="css.prep/test/qa-functional/data/css_prep/public_html/**" /> <!--simple
files for testing-->
+ <exclude name="css.prep/test/unit/data/testFiles/test.less" />
<!--simple file forss testing-->
+ <exclude
name="css.prep/test/unit/data/testFiles/testIssue227676.scss" /> <!--simple
file for testing-->
+ <exclude name="css.prep/test/unit/data/testProject/public_html/*"
/> <!--simple files for testing-->
<exclude
name="debugger.jpda/test/unit/src/org/netbeans/api/debugger/jpda/testapps/JspLineBreakpointApp.txt"
/> <!-- test data -->
- <exclude
name="editor.settings.storage/test/unit/src/org/netbeans/modules/editor/settings/storage/compatibility/p1/**"
/> <!--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="diff/test/unit/data/**" /> <!--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="editor.fold/test/unit/data/goldenfiles/hierarchy/update-hierarchy.folds"
/> <!--test data-->
<exclude
name="editor.fold/test/unit/data/hierarchy/update-hierarchy.folds" /> <!--test
data-->
<exclude
name="editor.fold/test/unit/src/org/netbeans/modules/editor/fold/FoldContentReader.txt"
/> <!--test data-->
- <exclude name="libs.freemarker/test/unit/data/**" /> <!--test
data-->
- <exclude
name="languages.yaml/src/org/netbeans/modules/languages/yaml/*.yml" />
<!--Files used in GUI as sample/starting point-->
- <exclude
name="languages.yaml/src/org/netbeans/modules/languages/yaml/*.yaml" />
<!--Files used in GUI as sample/starting point-->
- <exclude name="languages.yaml/test/unit/data/testfiles/*" />
<!--test data-->
- <exclude name="versioning.core/test/unit/data/workdir/root/a.txt"
/> <!--test data-->
- <exclude
name="versioning.core/test/unit/data/workdir/root-test-versioned/**" />
<!--test data-->
- <exclude
name="versioning.core/test/unit/data/workdir/root-with-exclusions/**" />
<!--test data-->
- <exclude name="websvc.saas.kit/release/VERSION.txt" />
<!--generated file-->
- <exclude
name="websvc.saas.api/src/org/netbeans/modules/websvc/saas/oauth/*.template" />
<!--template files-->
- <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="versioning/test/unit/data/workdir/root/a.txt" />
<!--test data-->
- <exclude
name="versioning/test/unit/data/workdir/root-test-versioned/**" /> <!--test
data-->
- <exclude
name="versioning/test/unit/data/workdir/root-with-exclusions/**" /> <!--test
data-->
- <exclude
name="testng.ui/src/org/netbeans/modules/testng/ui/resources/*.template" />
<!--template files-->
- <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="versioning.util/test/unit/data/historycache/*" />
<!--test data-->
- <exclude name="java.lexer/test/unit/data/testfiles/*" /> <!--test
data-->
- <exclude
name="spellchecker.dictionary_en/release/modules/dict/*.description" />
<!--Description Files-->
- <exclude
name="selenium2.java/src/org/netbeans/modules/selenium2/java/SeleneseIT.java.template"
/> <!--template file-->
- <exclude name="projectuiapi/test/unit/data/*.txt" /> <!--test
data-->
- <exclude
name="projectuiapi/test/unit/src/org/netbeans/modules/project/uiapi/data/*.txt"
/> <!--test data-->
- <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="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/test/unit/data/goldenfiles/*" /> <!--test
data-->
+ <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.lexer/test/unit/data/testfiles/*" /> <!--test
data-->
<exclude
name="hudson.subversion/test/unit/src/org/netbeans/modules/hudson/subversion/sample-entries-file"
/> <!--test data-->
+ <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.base/test/unit/data/**" /> <!--test
data-->
<exclude
name="java.editor/src/org/netbeans/modules/java/editor/resources/JavaExample"
/> <!--no degree of creativity-->
<exclude name="java.editor/test/qa-functional/data/**" /> <!--test
data-->
<exclude name="java.editor/test/unit/data/**" /> <!--test data-->
- <exclude name="java.editor.base/test/unit/data/**" /> <!--test
data-->
- <exclude name="ide.kit/test/qa-functional/**/*.txt" /> <!-- test
data -->
+ <exclude
name="java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/resources/module-info.java.template"
/> <!--template file-->
+ <exclude name="java.lexer/test/unit/data/testfiles/*" /> <!--test
data-->
+ <exclude
name="javadoc/test/unit/data/docs_jdk14_ja/api/index-files/**" /> <!--test
data-->
+ <exclude
name="javafx2.editor/test/unit/data/goldenfiles/org/netbeans/modules/javafx2/editor/completion/impl/**/*.out*"
/>
+ <exclude
name="javafx2.editor/test/unit/data/org/netbeans/modules/javafx2/editor/**/*.fxml"
/>
+ <exclude name="javafx2.kit/release/VERSION.txt" /> <!--generated
file-->
+ <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="javawebstart/AntTasks/build/**" /> <!-- generated
build files -->
+ <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="languages.yaml/test/unit/data/testfiles/*" />
<!--test data-->
+ <exclude name="libs.freemarker/test/unit/data/**" /> <!--test
data-->
<exclude
name="mercurial/src/org/netbeans/modules/mercurial/util/log*" /> <!-- user
templates for mercurial commits, etc. -->
<exclude name="mercurial/test/qa-functional/data/files/**"/> <!--
qa test data -->
<exclude name="mercurial/test/unit/data/**" /> <!-- unit test data
-->
- <exclude
name="css.prep/test/qa-functional/data/css_prep/public_html/**" /> <!--simple
files for testing-->
- <exclude name="css.prep/test/unit/data/testFiles/test.less" />
<!--simple file forss testing-->
- <exclude
name="css.prep/test/unit/data/testFiles/testIssue227676.scss" /> <!--simple
file for testing-->
- <exclude name="css.prep/test/unit/data/testProject/public_html/*"
/> <!--simple files for testing-->
- <exclude name="css.editor/test/unit/data/testfiles/**" />
<!--simple files for testing-->
- <exclude name="css.editor/todo" /> <!-- no degree of creativity -->
- <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="junit.ui/src/org/netbeans/modules/junit/ui/resources/*.template" />
<!--license would be visible when users edit the templates inside their IDE-->
- <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-->
- <exclude name="html.lexer/test/unit/data/testfiles/*" /> <!--test
data-->
+ <exclude name="nbbuild/netbeans/**" />
<exclude name="o.apache.tools.ant.module/release/VERSION.txt" />
<!--generated file-->
- <exclude name="o.apache.tools.ant.module/test/unit/data/**/*.xml"
/> <!--test data-->
- <exclude
name="o.apache.tools.ant.module/test/unit/data/**/*.properties" /> <!--test
data-->
<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="javafx2.kit/release/VERSION.txt" /> <!--generated
file-->
+ <exclude
name="o.apache.tools.ant.module/test/unit/data/**/*.properties" /> <!--test
data-->
+ <exclude name="o.apache.tools.ant.module/test/unit/data/**/*.xml"
/> <!--test data-->
<exclude
name="options.editor/src/org/netbeans/modules/options/colors/AllLanguagesExample"
/> <!--no degree of creativitya-->
<exclude
name="options.editor/src/org/netbeans/modules/options/colors/HighlightingExample"
/> <!--no degree of creativitya-->
<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-->
+ <exclude name="projectimport.eclipse.core/test/unit/data/**" />
<!--test data-->
+ <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/data/*.txt" /> <!--test
data-->
+ <exclude
name="projectuiapi/test/unit/src/org/netbeans/modules/project/uiapi/data/*.txt"
/> <!--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="versioning.core/test/unit/data/workdir/root-test-versioned/**" />
<!--test data-->
+ <exclude
name="versioning.core/test/unit/data/workdir/root-with-exclusions/**" />
<!--test data-->
+ <exclude name="versioning.core/test/unit/data/workdir/root/a.txt"
/> <!--test data-->
+ <exclude name="versioning.util/test/unit/data/historycache/*" />
<!--test data-->
+ <exclude
name="versioning/test/unit/data/workdir/root-test-versioned/**" /> <!--test
data-->
+ <exclude
name="versioning/test/unit/data/workdir/root-with-exclusions/**" /> <!--test
data-->
+ <exclude name="versioning/test/unit/data/workdir/root/a.txt" />
<!--test data-->
+ <exclude
name="websvc.saas.api/src/org/netbeans/modules/websvc/saas/oauth/*.template" />
<!--template files-->
+ <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="websvc.saas.kit/release/VERSION.txt" />
<!--generated file-->
+ <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-->
</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]>'].