[NETBEANS-54] Module review xsl - no external library - checked Rat report; added testfiles to exclude list for rat - skimmed through the module, did not notice additional problems
Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/498cc4f6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/498cc4f6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/498cc4f6 Branch: refs/heads/master Commit: 498cc4f6da83e0ae7af9ff1ce384c6841f59b87b Parents: c7cc995 Author: Matthias Bläsing <[email protected]> Authored: Tue Oct 3 19:57:06 2017 +0200 Committer: Matthias Bläsing <[email protected]> Committed: Wed Oct 11 19:04:52 2017 +0200 ---------------------------------------------------------------------- nbbuild/build.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/498cc4f6/nbbuild/build.xml ---------------------------------------------------------------------- diff --git a/nbbuild/build.xml b/nbbuild/build.xml index c4f99a2..61679db 100644 --- a/nbbuild/build.xml +++ b/nbbuild/build.xml @@ -1971,6 +1971,9 @@ 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--> + <exclude name="xsl/src/org/netbeans/modules/xsl/resources/templates/stylesheet.xsl" /> <!-- Template for user - very limited degree of creativity --> + <exclude name="xsl/test/unit/src/org/netbeans/modules/xsl/utils/data/*" /> <!--test data--> <exclude name="spi.navigator/test/unit/src/org/netbeans/modules/navigator/resources/lastsel/file.lastsel_mime1" /> <!--empty file--> <exclude name="templates/src/org/netbeans/modules/templates/resources/userprop.txt" /> <!--no degree of creativity--> <exclude name="api.search/test/unit/data/textFiles/utf8file.txt" /> <!--test data-->
