Github user junichi11 commented on a diff in the pull request:
https://github.com/apache/incubator-netbeans/pull/129#discussion_r144185514
--- Diff: nbbuild/build.xml ---
@@ -1985,7 +1985,6 @@ It is possible to use -Ddebug.port=3234
-Ddebug.pause=y to start the system in d
<exclude
name="javafx2.project/src/org/netbeans/modules/javafx2/project/templates/**" />
<!--license would be visible when users edit the templates inside their IDE-->
<exclude
name="utilities/test/unit/src/org/netbeans/modules/openfile/resources/recent_files/*"
/> <!--test data-->
<exclude name="**/*.url" /> <!--no degree of creativity-->
- <exclude
name="spi.navigator/test/unit/src/org/netbeans/modules/navigator/resources/lastsel/file.lastsel_mime1"
/> <!--empty file-->
--- End diff --
This line starts with TAB. So, I removed this line.
---