You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cf...@apache.org on 2012/05/10 16:42:31 UTC

svn commit: r1336723 - /incubator/flex/trunk/frameworks/airmobile-config.xml

Author: cframpton
Date: Thu May 10 14:42:30 2012
New Revision: 1336723

URL: http://svn.apache.org/viewvc?rev=1336723&view=rev
Log:
Update to use {airHome} token.

Modified:
    incubator/flex/trunk/frameworks/airmobile-config.xml

Modified: incubator/flex/trunk/frameworks/airmobile-config.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/airmobile-config.xml?rev=1336723&r1=1336722&r2=1336723&view=diff
==============================================================================
--- incubator/flex/trunk/frameworks/airmobile-config.xml (original)
+++ incubator/flex/trunk/frameworks/airmobile-config.xml Thu May 10 14:42:30 2012
@@ -63,7 +63,7 @@
       <!-- List of SWC files or directories to compile against but to omit from -->
       <!-- linking.                                                             -->
       <external-library-path>
-         <path-element>libs/air/airglobal.swc</path-element>
+         <path-element>{airHome}/frameworks/libs/air/airglobal.swc</path-element>
       </external-library-path>
       
       <!-- Turn on writing of generated/*.as files to disk. These files are generated by -->
@@ -82,7 +82,7 @@
       <library-path>
          <path-element>libs</path-element>
          <path-element>libs/mobile</path-element>
-         <path-element>libs/air/servicemonitor.swc</path-element>
+         <path-element>{airHome}/frameworks/libs/air/servicemonitor.swc</path-element>
          <path-element>locale/{locale}</path-element>
       </library-path>