Repository: incubator-netbeans Updated Branches: refs/heads/master c281d24f0 -> e16b2c630
[NETBEANS-54] Module Review selenium2.java Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/e16b2c63 Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/e16b2c63 Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/e16b2c63 Branch: refs/heads/master Commit: e16b2c63031e138a8154b29860f2fb67d9f8e063 Parents: c281d24 Author: Trevor Lewis <[email protected]> Authored: Wed Oct 11 07:10:00 2017 -0600 Committer: Emilian Bold <[email protected]> Committed: Wed Oct 11 16:10:00 2017 +0300 ---------------------------------------------------------------------- nbbuild/build.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/e16b2c63/nbbuild/build.xml ---------------------------------------------------------------------- diff --git a/nbbuild/build.xml b/nbbuild/build.xml index 4ee8b23..eb628c5 100644 --- a/nbbuild/build.xml +++ b/nbbuild/build.xml @@ -1998,6 +1998,7 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d <exclude name="languages.diff/src/org/netbeans/modules/languages/diff/DiffExample.diff" /> <!--license would be visible to users in the Fonts/Colors settings--> <exclude name="versioning.util/test/unit/data/historycache/*" /> <!--test data--> <exclude name="java.lexer/test/unit/data/testfiles/*" /> <!--test data--> + <exclude name="selenium2.java/src/org/netbeans/modules/selenium2/java/SeleneseIT.java.template" /> <!--template file--> <exclude name="projectuiapi/test/unit/data/*.txt" /> <!--test data--> <exclude name="projectuiapi/test/unit/src/org/netbeans/modules/project/uiapi/data/*.txt" /> <!--test data--> </fileset>
