Added --exclude-native-js-libraries Not sure yet it is the best way to process to remove native JS libs from being included in AS3 compilation in case of FLEX_DUAL + conditional AS / JS compilation, if I keep this path, I will need to add this configuration to Ant as well at some point.
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/e96ef0b7 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/e96ef0b7 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/e96ef0b7 Branch: refs/heads/JsToAs Commit: e96ef0b77c795fa8516db18a7eaa5c646ef20afb Parents: c6a739f Author: Frédéric THOMAS <[email protected]> Authored: Tue Sep 1 21:13:52 2015 +0100 Committer: Frédéric THOMAS <[email protected]> Committed: Tue Sep 1 21:13:52 2015 +0100 ---------------------------------------------------------------------- .../flex/compiler/config/Configuration.java | 1799 ++++++++---------- .../flex/compiler/config/Configurator.java | 48 +- .../config/ICompilerSettingsConstants.java | 3 +- .../config/IWriteOnlyProjectSettings.java | 8 + .../compiler/internal/projects/FlexProject.java | 5 + 5 files changed, 862 insertions(+), 1001 deletions(-) ----------------------------------------------------------------------
