You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jo...@apache.org on 2017/03/23 22:59:44 UTC

git commit: [flex-falcon] [refs/heads/develop] - compiler-jx: skip MXML source map tests in Maven build because the depend on asjs like the other excluded tests

Repository: flex-falcon
Updated Branches:
  refs/heads/develop 379b03927 -> 42ce3862a


compiler-jx: skip MXML source map tests in Maven build because the depend on asjs like the other excluded tests


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

Branch: refs/heads/develop
Commit: 42ce3862ab7a707dd8099b95182daa08ed6b6f99
Parents: 379b039
Author: Josh Tynjala <jo...@apache.org>
Authored: Thu Mar 23 15:59:37 2017 -0700
Committer: Josh Tynjala <jo...@apache.org>
Committed: Thu Mar 23 15:59:37 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/42ce3862/compiler-jx/pom.xml
----------------------------------------------------------------------
diff --git a/compiler-jx/pom.xml b/compiler-jx/pom.xml
index 733c8b0..3166a62 100644
--- a/compiler-jx/pom.xml
+++ b/compiler-jx/pom.xml
@@ -50,6 +50,7 @@
             <exclude>**/TestGoogFile.java</exclude>
             <exclude>**/TestFlexJSMXMLApplication.java</exclude>
             <exclude>**/TestFlexJSMXMLScript.java</exclude>
+            <exclude>**/TestSourceMapMXMLScript.java</exclude>
           </excludes>
         </configuration>
       </plugin>