FLEX-34225 attempt to fix ordering problem
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/02d113c4 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/02d113c4 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/02d113c4 Branch: refs/heads/maven Commit: 02d113c4ba9616b91c6827aebefabedd7bf8f00d Parents: aecf7b8 Author: Alex Harui <[email protected]> Authored: Tue Apr 15 17:20:28 2014 -0700 Committer: Alex Harui <[email protected]> Committed: Tue Apr 15 20:13:25 2014 -0700 ---------------------------------------------------------------------- compiler/src/org/apache/flex/compiler/config/Configuration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/02d113c4/compiler/src/org/apache/flex/compiler/config/Configuration.java ---------------------------------------------------------------------- diff --git a/compiler/src/org/apache/flex/compiler/config/Configuration.java b/compiler/src/org/apache/flex/compiler/config/Configuration.java index 0b4544b..3c9957e 100644 --- a/compiler/src/org/apache/flex/compiler/config/Configuration.java +++ b/compiler/src/org/apache/flex/compiler/config/Configuration.java @@ -2186,7 +2186,7 @@ public class Configuration @Mapping({"compiler", "library-path"}) @Arguments(Arguments.PATH_ELEMENT) @InfiniteArguments - @SoftPrerequisites("locale") + @SoftPrerequisites({"locale", "target-player"}) public void setCompilerLibraryPath(ConfigurationValue cv, String[] pathlist) throws CannotOpen { final ImmutableList<String> resolvedPaths = expandTokens(
