Repository: flex-falcon Updated Branches: refs/heads/develop fd80bfd32 -> 4001218ea
- Added an exclusion for a new extern test. Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/4001218e Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/4001218e Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/4001218e Branch: refs/heads/develop Commit: 4001218ea363111fb41afce69d1bcdbfacfed90f Parents: fd80bfd Author: Christofer Dutz <[email protected]> Authored: Tue Jun 28 15:10:24 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Tue Jun 28 15:10:24 2016 +0200 ---------------------------------------------------------------------- compiler-jx/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/4001218e/compiler-jx/pom.xml ---------------------------------------------------------------------- diff --git a/compiler-jx/pom.xml b/compiler-jx/pom.xml index da229cc..7b322a0 100644 --- a/compiler-jx/pom.xml +++ b/compiler-jx/pom.xml @@ -72,6 +72,7 @@ <exclude>**/TestExternChrome.java</exclude> <exclude>**/TestExternJasmine.java</exclude> <exclude>**/TestExternJQuery.java</exclude> + <exclude>**/TestExternNode.java</exclude> <exclude>**/TestExternES3.java</exclude> <exclude>**/TestExternalsJSCompile.java</exclude> <exclude>**/TestFlexJSProject.java</exclude>
