Repository: flex-falcon Updated Branches: refs/heads/develop a0afc8133 -> 38be7ba55
try to get target-player to resolve before external-library-path Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/38be7ba5 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/38be7ba5 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/38be7ba5 Branch: refs/heads/develop Commit: 38be7ba551325f1a6742eb68778b3f4d5c2306be Parents: a0afc81 Author: Alex Harui <[email protected]> Authored: Fri Apr 25 10:00:58 2014 -0700 Committer: Alex Harui <[email protected]> Committed: Fri Apr 25 10:00:58 2014 -0700 ---------------------------------------------------------------------- compiler/src/org/apache/flex/compiler/config/Configuration.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/38be7ba5/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 3c9957e..5651197 100644 --- a/compiler/src/org/apache/flex/compiler/config/Configuration.java +++ b/compiler/src/org/apache/flex/compiler/config/Configuration.java @@ -1935,6 +1935,7 @@ public class Configuration @Config(allowMultiple = true, isPath = true) @Mapping({"compiler", "external-library-path"}) @Arguments(Arguments.PATH_ELEMENT) + @SoftPrerequisites({"target-player"}) @InfiniteArguments public void setCompilerExternalLibraryPath(ConfigurationValue cv, String[] pathlist) throws ConfigurationException {
