Repository: flex-asjs Updated Branches: refs/heads/develop 0f0beda05 -> 0491e484a
Added effects in HTML package. Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/0491e484 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/0491e484 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/0491e484 Branch: refs/heads/develop Commit: 0491e484a2a1381a1aed0bc0b0398b1c6677e25f Parents: 0f0beda Author: yishayw <[email protected]> Authored: Wed Nov 16 11:29:59 2016 +0200 Committer: yishayw <[email protected]> Committed: Wed Nov 16 11:29:59 2016 +0200 ---------------------------------------------------------------------- .../FlexJS/projects/BasicJS/src/main/config/compile-js-config.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0491e484/frameworks/js/FlexJS/projects/BasicJS/src/main/config/compile-js-config.xml ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/projects/BasicJS/src/main/config/compile-js-config.xml b/frameworks/js/FlexJS/projects/BasicJS/src/main/config/compile-js-config.xml index ec61db4..82ba0b1 100644 --- a/frameworks/js/FlexJS/projects/BasicJS/src/main/config/compile-js-config.xml +++ b/frameworks/js/FlexJS/projects/BasicJS/src/main/config/compile-js-config.xml @@ -56,6 +56,7 @@ <path-element>../../../../../libs/BindingJS.swc</path-element> <path-element>../../../../../libs/CoreJS.swc</path-element> <path-element>../../../../../libs/GraphicsJS.swc</path-element> + <path-element>../../../../../libs/EffectsJS.swc</path-element> <path-element>../../../../../libs/CollectionsJS.swc</path-element> </library-path>
