Repository: flex-asjs Updated Branches: refs/heads/feature/amf 909caf1c0 -> fb42dabfe
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/98f992c3 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/98f992c3 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/98f992c3 Branch: refs/heads/feature/amf Commit: 98f992c38a26549ee39b1d117e4478448d120a37 Parents: 7389af9 Author: Alex Harui <[email protected]> Authored: Tue Aug 22 18:12:40 2017 -0700 Committer: Alex Harui <[email protected]> Committed: Tue Aug 22 18:17:09 2017 -0700 ---------------------------------------------------------------------- .../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/98f992c3/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>
