Repository: incubator-netbeans Updated Branches: refs/heads/master 6a9bec569 -> f352f05be
[NETBEANS-54] Module Review junit.ui Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/f352f05b Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/f352f05b Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/f352f05b Branch: refs/heads/master Commit: f352f05bee49543469cb6fdc988bf741ec3aa53e Parents: 6a9bec5 Author: Tuyen Tran <[email protected]> Authored: Sun Oct 15 17:25:25 2017 +0700 Committer: Emilian Bold <[email protected]> Committed: Sun Oct 15 13:25:25 2017 +0300 ---------------------------------------------------------------------- nbbuild/build.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/f352f05b/nbbuild/build.xml ---------------------------------------------------------------------- diff --git a/nbbuild/build.xml b/nbbuild/build.xml index 6a20ea7..b2342db 100644 --- a/nbbuild/build.xml +++ b/nbbuild/build.xml @@ -2041,7 +2041,8 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d <exclude name="css.prep/test/qa-functional/data/css_prep/public_html/**" /> <!--simple files for testing--> <exclude name="css.prep/test/unit/data/testFiles/test.less" /> <!--simple file forss testing--> <exclude name="css.prep/test/unit/data/testFiles/testIssue227676.scss" /> <!--simple file for testing--> - <exclude name="css.prep/test/unit/data/testProject/public_html/*" /> <!--simple files for testing--> + <exclude name="css.prep/test/unit/data/testProject/public_html/*" /> <!--simple files for testing--> + <exclude name="junit.ui/src/org/netbeans/modules/junit/ui/resources/*.template" /> <!--license would be visible when users edit the templates inside their IDE--> </patternset> <rat:report xmlns:rat="antlib:org.apache.rat.anttasks" reportfile="build/rat-report.txt"> <rat:substringMatcher licenseFamilyCategory="w3c2" licenseFamilyName="W3C Software and Document Notice and License">
