Repository: flex-falcon
Updated Branches:
  refs/heads/develop 8dc420332 -> 547640418


- Disabled the "externs" integration tests, as they require the flex-typedefs 
repo to be checked out in parallel.


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/54764041
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/54764041
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/54764041

Branch: refs/heads/develop
Commit: 54764041830f4f5ba076d11d086c0aab0a5e32d1
Parents: 8dc4203
Author: Christofer Dutz <christofer.d...@codecentric.de>
Authored: Mon Aug 8 21:12:13 2016 +0200
Committer: Christofer Dutz <christofer.d...@codecentric.de>
Committed: Mon Aug 8 21:12:13 2016 +0200

----------------------------------------------------------------------
 compiler-jx/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/54764041/compiler-jx/pom.xml
----------------------------------------------------------------------
diff --git a/compiler-jx/pom.xml b/compiler-jx/pom.xml
index f3d684a..af42282 100644
--- a/compiler-jx/pom.xml
+++ b/compiler-jx/pom.xml
@@ -66,6 +66,8 @@
           <includes>
             
<include>org/apache/flex/compiler/internal/codegen/externals/**/Test*.java</include>
             
<exclude>org/apache/flex/compiler/internal/codegen/js/flexjs/**/Test*.java</exclude>
+            <!-- These tests require the flex-typedefs repo to be checked out 
in parallel -->
+            
<exclude>org/apache/flex/compiler/internal/codegen/externals/**</exclude>
           </includes>
           <excludes>
             <!-- Use externs/asjs -->

Reply via email to