Repository: flex-asjs Updated Branches: refs/heads/develop 5980d00d7 -> d3f59fa55
Add dependency on AIR SDK. Need to add a linked resource called AIR_HOME in Flash Builder/Eclipse and point it to directory where AIR SDK is available. Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/7e67f4bc Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/7e67f4bc Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/7e67f4bc Branch: refs/heads/develop Commit: 7e67f4bc8f9736c13868c0a3d3ff4b19a1bb3ee7 Parents: 5980d00 Author: OmPrakash Muppirala <[email protected]> Authored: Sun Mar 20 00:58:57 2016 -0700 Committer: OmPrakash Muppirala <[email protected]> Committed: Sun Mar 20 00:58:57 2016 -0700 ---------------------------------------------------------------------- frameworks/projects/HTML/.actionScriptProperties | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7e67f4bc/frameworks/projects/HTML/.actionScriptProperties ---------------------------------------------------------------------- diff --git a/frameworks/projects/HTML/.actionScriptProperties b/frameworks/projects/HTML/.actionScriptProperties index eef34a6..d47dcf7 100644 --- a/frameworks/projects/HTML/.actionScriptProperties +++ b/frameworks/projects/HTML/.actionScriptProperties @@ -47,6 +47,7 @@ limitations under the License. <libraryPathEntry kind="3" linkType="1" path="/Core/target/Core.swc" useDefaultLinkType="false"/> <libraryPathEntry kind="3" linkType="1" path="/Graphics/target/Graphics.swc" useDefaultLinkType="false"/> <libraryPathEntry kind="3" linkType="1" path="/Collections/target/Collections.swc" useDefaultLinkType="false"/> + <libraryPathEntry kind="1" linkType="1" path="${AIR_HOME}/frameworks/libs/air"/> </libraryPath> <sourceAttachmentPath/> </compiler>
