This is an automated email from the ASF dual-hosted git repository.
matthiasblaesing 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 7012f21 [NETBEANS-54] Added an exclusion for
javafx2.kit/release/VERSION.txt to the Rat Report
new 32e71aa Merge branch 'pr/127'
7012f21 is described below
commit 7012f21f84f3606f4b33acb23f36df65a5449670
Author: John McDonnell <[email protected]>
AuthorDate: Wed Oct 11 17:33:38 2017 +0100
[NETBEANS-54] Added an exclusion for javafx2.kit/release/VERSION.txt to the
Rat Report
---
nbbuild/build.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/nbbuild/build.xml b/nbbuild/build.xml
index a4b1d82..cd44e58 100644
--- a/nbbuild/build.xml
+++ b/nbbuild/build.xml
@@ -2055,6 +2055,7 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y
to start the system in d
<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-->
</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]>'].