You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@netbeans.apache.org by GitBox <gi...@apache.org> on 2017/11/03 02:04:20 UTC

[GitHub] junichi11 commented on a change in pull request #42: [NETBEANS-54] Module Review editor

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:
users@infra.apache.org


With regards,
Apache Git Services