Repository: flex-asjs
Updated Branches:
  refs/heads/release0.8.0 287caa385 -> dd6fc270e


fix path to browser


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

Branch: refs/heads/release0.8.0
Commit: d30ea0ca063b4c89ea1e0c0b02fa219556957331
Parents: 287caa3
Author: Alex Harui <[email protected]>
Authored: Thu Jun 8 23:58:24 2017 -0700
Committer: Alex Harui <[email protected]>
Committed: Thu Jun 8 23:58:24 2017 -0700

----------------------------------------------------------------------
 releasecandidate.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d30ea0ca/releasecandidate.xml
----------------------------------------------------------------------
diff --git a/releasecandidate.xml b/releasecandidate.xml
index e54eecd..f2a65a1 100644
--- a/releasecandidate.xml
+++ b/releasecandidate.xml
@@ -119,7 +119,7 @@
                property="browser" value="${env.ProgramFiles}/Mozilla 
Firefox/firefox.exe" />
     <available file="${env.ProgramFiles(x86)}/Mozilla Firefox/firefox.exe"
                type="file"
-               property="browser" value="${env.ProgramFiles}/Mozilla 
Firefox/firefox.exe" />
+               property="browser" value="${env.ProgramFiles(x86)}/Mozilla 
Firefox/firefox.exe" />
     <available file="/Applications/Firefox.app/Contents/MacOS/firefox"
                type="file"
                property="browser" 
value="/Applications/Firefox.app/Contents/MacOS/firefox" />

Reply via email to