- Made the build use the FLASHPLAYER_DEBUGGER environment variable.

Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/ccb81f74
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/ccb81f74
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/ccb81f74

Branch: refs/heads/feature/maven-migration
Commit: ccb81f74c6d35d738a0b2e3299afe3dd4fc41805
Parents: cd416a3
Author: Christofer Dutz <christofer.d...@codecentric.de>
Authored: Tue Mar 8 13:48:58 2016 +0100
Committer: Christofer Dutz <christofer.d...@codecentric.de>
Committed: Tue Mar 8 13:48:58 2016 +0100

----------------------------------------------------------------------
 compiler/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ccb81f74/compiler/pom.xml
----------------------------------------------------------------------
diff --git a/compiler/pom.xml b/compiler/pom.xml
index 0b2d249..9d4457c 100644
--- a/compiler/pom.xml
+++ b/compiler/pom.xml
@@ -349,7 +349,7 @@
                         <flashVersion>${flash.version}</flashVersion>
                         <airVersion>${air.version}</airVersion>
                         
<mavenLocalRepoDir>${settings.localRepository}</mavenLocalRepoDir>
-                        
<FLASHPLAYER_DEBUGGER>/Users/christoferdutz/Devtools/Adobe/Flash/19.0/Flash 
Player.app/Contents/MacOS/Flash Player Debugger</FLASHPLAYER_DEBUGGER>
+                        
<FLASHPLAYER_DEBUGGER>${env.FLASHPLAYER_DEBUGGER}</FLASHPLAYER_DEBUGGER>
                     </systemPropertyVariables>
                 </configuration>
             </plugin>

Reply via email to