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 a1aec57 [NETBEANS-54] Module Review queries
a1aec57 is described below
commit a1aec57f62b605e0b39c0ac5124b9f0ae504a4cc
Author: Junichi Yamamoto <[email protected]>
AuthorDate: Sun Oct 29 10:15:04 2017 +0900
[NETBEANS-54] Module Review queries
Exclude "queries/test/unit/src/org/netbeans/api/queries/data/*" from rat
---
nbbuild/build.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/nbbuild/build.xml b/nbbuild/build.xml
index c43c71b..fac230d 100644
--- a/nbbuild/build.xml
+++ b/nbbuild/build.xml
@@ -2044,6 +2044,7 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y
to start the system in d
<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-->
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].