Effects now depends on HTML
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/d84aa0e7 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/d84aa0e7 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/d84aa0e7 Branch: refs/heads/feature/mdl Commit: d84aa0e79f26c960e61960bbabebf715a686f072 Parents: f405d30 Author: yishayw <[email protected]> Authored: Wed Dec 14 09:41:15 2016 +0200 Committer: yishayw <[email protected]> Committed: Wed Dec 14 09:41:15 2016 +0200 ---------------------------------------------------------------------- frameworks/projects/Effects/.actionScriptProperties | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d84aa0e7/frameworks/projects/Effects/.actionScriptProperties ---------------------------------------------------------------------- diff --git a/frameworks/projects/Effects/.actionScriptProperties b/frameworks/projects/Effects/.actionScriptProperties index 4e8a684..1d42325 100644 --- a/frameworks/projects/Effects/.actionScriptProperties +++ b/frameworks/projects/Effects/.actionScriptProperties @@ -45,6 +45,7 @@ limitations under the License. </libraryPathEntry> <libraryPathEntry kind="3" linkType="2" path="${PROJECT_FRAMEWORKS}/libs/air/airglobal.swc" useDefaultLinkType="false"/> <libraryPathEntry kind="3" linkType="1" path="/Core/target/Core.swc" useDefaultLinkType="false"/> + <libraryPathEntry kind="3" linkType="1" path="/HTML/target/HTML.swc" useDefaultLinkType="false"/> </libraryPath> <sourceAttachmentPath/> </compiler>
