Repository: flex-asjs
Updated Branches:
  refs/heads/develop 9f50bab0d -> cf58bc4f9


Create proper default for PLAYERGLOBAL_HOME.

Signed-off-by: Erik de Bruin <e...@ixsoftware.nl>


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

Branch: refs/heads/develop
Commit: 599cfe5a0dbdacedbdf94664f4eda029a25d6554
Parents: 9f50bab
Author: Erik de Bruin <e...@ixsoftware.nl>
Authored: Wed Aug 6 13:51:56 2014 +0200
Committer: Erik de Bruin <e...@ixsoftware.nl>
Committed: Wed Aug 6 13:51:56 2014 +0200

----------------------------------------------------------------------
 vf2js/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/599cfe5a/vf2js/build.xml
----------------------------------------------------------------------
diff --git a/vf2js/build.xml b/vf2js/build.xml
index 45e50e1..6d3b1af 100644
--- a/vf2js/build.xml
+++ b/vf2js/build.xml
@@ -70,7 +70,7 @@
     <ant dir="${flex.sdk.loc}/examples/vf2js">
       <property name="FLEX_HOME" value="${flex.sdk.loc}" />
       <property name="GOOG_HOME" 
value="${flex.sdk.loc}/js/vf2js/falconjx/lib/google/closure-library" />
-      <property name="PLAYERGLOBAL_HOME" value="${env.PLAYERGLOBAL_HOME}" />
+      <property name="PLAYERGLOBAL_HOME" 
value="${flex.sdk.loc}/frameworks/libs/player" />
       <property name="playerglobal.version" value="14.0" />
     </ant>
   </target>

Reply via email to