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/06/27 23:05:00 UTC

svn commit: r1354725 - in /incubator/flex/trunk/frameworks: air-config.xml flex-config.xml

Author: cframpton
Date: Wed Jun 27 21:04:59 2012
New Revision: 1354725

URL: http://svn.apache.org/viewvc?rev=1354725&view=rev
Log:
Need <rsl-url> tags for osmf and textLayout even though those rsls don't exist.

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

Modified: incubator/flex/trunk/frameworks/air-config.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/air-config.xml?rev=1354725&r1=1354724&r2=1354725&view=diff
==============================================================================
--- incubator/flex/trunk/frameworks/air-config.xml (original)
+++ incubator/flex/trunk/frameworks/air-config.xml Wed Jun 27 21:04:59 2012
@@ -355,6 +355,7 @@
     -->
     <runtime-shared-library-path>
 		<path-element>libs/textLayout.swc</path-element>
+		<rsl-url>textLayout_${build.number}.swf</rsl-url>
 	</runtime-shared-library-path>
     
       <!-- Spark SWC-->
@@ -394,6 +395,7 @@
     -->
     <runtime-shared-library-path>
 		<path-element>libs/osmf.swc</path-element>
+		<rsl-url>osmf_${build.number}.swf</rsl-url>
 	</runtime-shared-library-path>
       
       <!-- MX SWC -->

Modified: incubator/flex/trunk/frameworks/flex-config.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/flex-config.xml?rev=1354725&r1=1354724&r2=1354725&view=diff
==============================================================================
--- incubator/flex/trunk/frameworks/flex-config.xml (original)
+++ incubator/flex/trunk/frameworks/flex-config.xml Wed Jun 27 21:04:59 2012
@@ -356,6 +356,7 @@
     -->
     <runtime-shared-library-path>
 		<path-element>libs/textLayout.swc</path-element>
+		<rsl-url>textLayout_${build.number}.swf</rsl-url>
 	</runtime-shared-library-path>
     
       <!-- Spark SWC-->
@@ -395,6 +396,7 @@
     -->
     <runtime-shared-library-path>
 		<path-element>libs/osmf.swc</path-element>
+		<rsl-url>osmf_${build.number}.swf</rsl-url>
 	</runtime-shared-library-path>
       
       <!-- MX SWC -->