Repository: incubator-netbeans Updated Branches: refs/heads/master c3def3ee0 -> 7fe8ddf7c
[NETBEANS-54] Module Review spellchecker.dictionary_en Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/7fe8ddf7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/7fe8ddf7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/7fe8ddf7 Branch: refs/heads/master Commit: 7fe8ddf7c7bfaa9d11d122cade27f5415ded999a Parents: c3def3e Author: Trevor Lewis <[email protected]> Authored: Wed Oct 11 07:29:01 2017 -0600 Committer: Emilian Bold <[email protected]> Committed: Wed Oct 11 16:29:01 2017 +0300 ---------------------------------------------------------------------- nbbuild/build.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/7fe8ddf7/nbbuild/build.xml ---------------------------------------------------------------------- diff --git a/nbbuild/build.xml b/nbbuild/build.xml index ab6c98c..c4f99a2 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="spellchecker.dictionary_en/release/modules/dict/*.description" /> <!--Description Files--> <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-->
