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 b81958f [NETBEANS-54] Module Review options.editor
new abfefa4 Merge branch 'pr/159'
b81958f is described below
commit b81958f4a7fd862e47a57336529b6ae060bf67ed
Author: Ross Lamont <[email protected]>
AuthorDate: Wed Oct 18 15:24:48 2017 +1100
[NETBEANS-54] Module Review options.editor
- exclusions:
- 3 example files (no significant creativity)
---
nbbuild/build.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/nbbuild/build.xml b/nbbuild/build.xml
index cd44e58..117387e 100644
--- a/nbbuild/build.xml
+++ b/nbbuild/build.xml
@@ -2056,6 +2056,9 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y
to start the system in d
<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="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-->
</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]>'].