Repository: flex-asjs Updated Branches: refs/heads/tlf f52192f24 -> 010c4fc0c
use different base class for FXG (requires 50f9d4530c669f1139b16129c45bca17c476fa3d from flex-falcon's tlf branch) Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/4f3748b5 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/4f3748b5 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/4f3748b5 Branch: refs/heads/tlf Commit: 4f3748b5c8e20052cdf918f0a9b4895117280c02 Parents: 04e2f74 Author: Alex Harui <[email protected]> Authored: Thu Jun 22 11:55:17 2017 -0700 Committer: Alex Harui <[email protected]> Committed: Thu Jun 22 11:57:28 2017 -0700 ---------------------------------------------------------------------- frameworks/flex-config-template.xml | 1 + frameworks/flex-config.xml | 1 + frameworks/projects/Basic/src/main/config/compile-swf-config.xml | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/4f3748b5/frameworks/flex-config-template.xml ---------------------------------------------------------------------- diff --git a/frameworks/flex-config-template.xml b/frameworks/flex-config-template.xml index 18f041e..493a4f3 100644 --- a/frameworks/flex-config-template.xml +++ b/frameworks/flex-config-template.xml @@ -124,6 +124,7 @@ <states-event-override-class>org.apache.flex.states.SetEventHandler</states-event-override-class> <component-factory-class>org.apache.flex.core.ClassFactory</component-factory-class> <component-factory-interface>org.apache.flex.core.IFactory</component-factory-interface> + <fxg-base-class>flash.display.Sprite</fxg-base-class> <namespaces> <!-- Specify a URI to associate with a manifest of components for use as MXML --> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/4f3748b5/frameworks/flex-config.xml ---------------------------------------------------------------------- diff --git a/frameworks/flex-config.xml b/frameworks/flex-config.xml index 677284f..f883ed3 100644 --- a/frameworks/flex-config.xml +++ b/frameworks/flex-config.xml @@ -124,6 +124,7 @@ <states-event-override-class>org.apache.flex.states.SetEventHandler</states-event-override-class> <component-factory-class>org.apache.flex.core.ClassFactory</component-factory-class> <component-factory-interface>org.apache.flex.core.IFactory</component-factory-interface> + <fxg-base-class>flash.display.Sprite</fxg-base-class> <namespaces> <!-- Specify a URI to associate with a manifest of components for use as MXML --> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/4f3748b5/frameworks/projects/Basic/src/main/config/compile-swf-config.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Basic/src/main/config/compile-swf-config.xml b/frameworks/projects/Basic/src/main/config/compile-swf-config.xml index 7d9b236..f77fad2 100644 --- a/frameworks/projects/Basic/src/main/config/compile-swf-config.xml +++ b/frameworks/projects/Basic/src/main/config/compile-swf-config.xml @@ -44,7 +44,8 @@ <binding-value-change-event>org.apache.flex.events.ValueChangeEvent</binding-value-change-event> <binding-value-change-event-kind>org.apache.flex.events.ValueChangeEvent</binding-value-change-event-kind> <binding-value-change-event-type>valueChange</binding-value-change-event-type> - + <fxg-base-class>flash.display.Sprite</fxg-base-class> + <define> <name>COMPILE::SWF</name> <value>true</value>
