junichi11 commented on a change in pull request #42: [NETBEANS-54] Module
Review editor
URL: https://github.com/apache/incubator-netbeans/pull/42#discussion_r148699047
##########
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 -->
Review comment:
These two lines are excluded with `<exclude
name="*/test/qa-functional/data/**" />`.
----------------------------------------------------------------
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