fix up Network JS build to use Reflection for AMF
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/6e2db5ac Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/6e2db5ac Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/6e2db5ac Branch: refs/heads/feature/amf Commit: 6e2db5ac7ea84bb888219e96f53e07f0944b1d33 Parents: a4a8076 Author: Alex Harui <[email protected]> Authored: Tue Aug 22 18:12:40 2017 -0700 Committer: Carlos Rovira <[email protected]> Committed: Thu Sep 7 00:24:03 2017 +0200 ---------------------------------------------------------------------- .../FlexJS/projects/NetworkJS/src/main/config/compile-js-config.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6e2db5ac/frameworks/js/FlexJS/projects/NetworkJS/src/main/config/compile-js-config.xml ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/projects/NetworkJS/src/main/config/compile-js-config.xml b/frameworks/js/FlexJS/projects/NetworkJS/src/main/config/compile-js-config.xml index 7c383ba..319ad64 100644 --- a/frameworks/js/FlexJS/projects/NetworkJS/src/main/config/compile-js-config.xml +++ b/frameworks/js/FlexJS/projects/NetworkJS/src/main/config/compile-js-config.xml @@ -61,6 +61,7 @@ if these swcs are on the external-library-path then their requires will not be listed --> <path-element>../../../../../libs/CoreJS.swc</path-element> + <path-element>../../../../../libs/ReflectionJS.swc</path-element> </library-path> <namespaces>
