junichi11 commented on a change in pull request #42: [NETBEANS-54] Module
Review editor
URL: https://github.com/apache/incubator-netbeans/pull/42#discussion_r148699900
##########
File path: nbbuild/build.xml
##########
@@ -2002,6 +2002,14 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y
to start the system in d
<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="editor/test/qa-functional/data/projects/editor_test/src/**.txt" /> <!--
test data -->
+ <exclude name="editor/test/qa-functional/data/**.pass" /> <!-- qa
test data -->
+ <exclude
name="editor/test/qa-functional/src/org/netbeans/test/editor/suites/keybindings/actions.txt"
/> <!-- qa test data -->
+ <exclude
name="editor/test/qa-functional/data/projects/editor_test/src/org/netbeans/test/editor/search/IncrementalSearchTest/**.txt"
/> <!-- qa test data -->
+ <exclude
name="editor/test/unit/src/org/netbeans/modules/editor/resources/**.xml" />
<!-- unit test data -->
Review comment:
I suggest `<exclude
name="editor/test/unit/src/org/netbeans/modules/editor/resources/testAnnotation*.xml"
/>`.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services