You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2015/06/18 22:54:56 UTC

git commit: [flex-falcon] [refs/heads/develop] - add svg.js to JS.swc

Repository: flex-falcon
Updated Branches:
  refs/heads/develop 17ce8fe0c -> 0c648e511


add svg.js to JS.swc


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

Branch: refs/heads/develop
Commit: 0c648e51147e15ca5e59cc4c762749c2923fce3c
Parents: 17ce8fe
Author: Alex Harui <ah...@apache.org>
Authored: Thu Jun 18 13:54:50 2015 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Jun 18 13:54:50 2015 -0700

----------------------------------------------------------------------
 .../compiler/internal/codegen/externals/ExternalsTestUtils.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/0c648e51/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/externals/ExternalsTestUtils.java
----------------------------------------------------------------------
diff --git a/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/externals/ExternalsTestUtils.java b/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/externals/ExternalsTestUtils.java
index 2cb8795..2c44675 100644
--- a/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/externals/ExternalsTestUtils.java
+++ b/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/externals/ExternalsTestUtils.java
@@ -137,6 +137,6 @@ public class ExternalsTestUtils
         config.addExternal(coreRoot + "/webgl.js");
         config.addExternal(coreRoot + "/webstorage.js");
 
-        //config.addExternal(coreRoot + "/svg.js");
+        config.addExternal(coreRoot + "/svg.js");
     }
 }