You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2014/04/28 19:00:39 UTC

git commit: [flex-falcon] [refs/heads/develop] - try to get target-player to resolve before external-library-path

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 <ah...@apache.org>
Authored: Fri Apr 25 10:00:58 2014 -0700
Committer: Alex Harui <ah...@apache.org>
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
     {