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/11/26 19:14:45 UTC

[04/12] git commit: [flex-asjs] [refs/heads/core_js_to_as] - fix swc name

fix swc name


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

Branch: refs/heads/core_js_to_as
Commit: c456a12c13ef418c19045aabdf90ccc0579b5344
Parents: 3629016
Author: Alex Harui <ah...@apache.org>
Authored: Tue Nov 24 15:45:46 2015 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Nov 24 15:45:46 2015 -0800

----------------------------------------------------------------------
 frameworks/projects/Network/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c456a12c/frameworks/projects/Network/build.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Network/build.xml b/frameworks/projects/Network/build.xml
index e76a6ef..8b596b2 100644
--- a/frameworks/projects/Network/build.xml
+++ b/frameworks/projects/Network/build.xml
@@ -147,7 +147,7 @@
          into the file bundles.properties in this directory.
          -->
         <compc fork="true"
-            output="${FLEXJS_HOME}/frameworks/externs/Core.swc">
+            output="${FLEXJS_HOME}/frameworks/externs/Network.swc">
             <jvmarg line="${compc.jvm.args}"/>
             <load-config filename="compile-asjs-config.xml" />
             <arg value="+playerglobal.version=${playerglobal.version}" />