forgot to package FlexJSJX.swc
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/f165eb7f Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/f165eb7f Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/f165eb7f Branch: refs/heads/develop Commit: f165eb7fd8a1133300f5f5bb60e09e87a3c7ba08 Parents: 32ad70d Author: Alex Harui <[email protected]> Authored: Tue Jan 28 12:10:30 2014 -0800 Committer: Alex Harui <[email protected]> Committed: Tue Jan 28 14:54:03 2014 -0800 ---------------------------------------------------------------------- build.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f165eb7f/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index fcd3165..21e4886 100644 --- a/build.xml +++ b/build.xml @@ -751,6 +751,7 @@ <copy todir="${basedir}/temp/frameworks/as/libs"> <fileset dir="${basedir}/frameworks/as/libs"> <include name="FlexJSUI.swc"/> + <include name="FlexJSJX.swc"/> <include name="MXMLCClasses.swc"/> </fileset> </copy> @@ -824,6 +825,7 @@ <copy todir="${basedir}/temp/frameworks/as/libs"> <fileset dir="${basedir}/frameworks/as/libs"> <include name="FlexJSUI.swc"/> + <include name="FlexJSJX.swc"/> <include name="MXMLCClasses.swc"/> </fileset> </copy>
