You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bi...@apache.org on 2014/03/19 02:41:08 UTC

[27/50] [abbrv] git commit: [flex-sdk] [refs/heads/new_android_skins] - Correct case of OSMF .swc file

Correct case of OSMF .swc file


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

Branch: refs/heads/new_android_skins
Commit: 65ef09af69be550dbe902baac10f91d0447085ec
Parents: a7f81d4
Author: Tom Chiverton <to...@apache.org>
Authored: Tue Mar 11 11:10:07 2014 +0000
Committer: Tom Chiverton <to...@apache.org>
Committed: Tue Mar 11 11:10:07 2014 +0000

----------------------------------------------------------------------
 frameworks/flex-config-template.xml | 30 +++++++++++++++---------------
 frameworks/flex-config.xml          | 30 +++++++++++++++---------------
 2 files changed, 30 insertions(+), 30 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/65ef09af/frameworks/flex-config-template.xml
----------------------------------------------------------------------
diff --git a/frameworks/flex-config-template.xml b/frameworks/flex-config-template.xml
index 3ab7eb5..53776fd 100644
--- a/frameworks/flex-config-template.xml
+++ b/frameworks/flex-config-template.xml
@@ -110,7 +110,7 @@
          <namespace>
             <uri>http://flex.apache.org/experimental/ns</uri>
             <manifest>experimental-manifest.xml</manifest>
-         </namespace>     
+         </namespace>
       </namespaces>
 
       <!-- Enable post-link SWF optimization. -->
@@ -352,16 +352,16 @@
       <url>string</url>
    </runtime-shared-libraries>
    -->
-	
-	<!-- runtime-shared-library-path: specifies a SWC or directory to link against and an RSL URL to load with optional failover URLs -->  
+
+	<!-- runtime-shared-library-path: specifies a SWC or directory to link against and an RSL URL to load with optional failover URLs -->
       <!-- Framework SWC -->
 	<runtime-shared-library-path>
 		<path-element>libs/framework.swc</path-element>
 		<rsl-url>framework_${build.number}.swf</rsl-url>
 	</runtime-shared-library-path>
-	  
+
 	  <!-- TextLayout SWC -->
-	<!-- 
+	<!--
 	    Even though there is no textLayout rsl leave this in so that in a FlashBuilder
 	    Flex Library project, FlashBuilder will allow "Link Type" to be external.
     -->
@@ -369,25 +369,25 @@
 		<path-element>libs/textLayout.swc</path-element>
 		<rsl-url>textLayout_${build.number}.swf</rsl-url>
 	</runtime-shared-library-path>
-    
+
       <!-- Spark SWC-->
    	<runtime-shared-library-path>
 		<path-element>libs/spark.swc</path-element>
 		<rsl-url>spark_${build.number}.swf</rsl-url>
 	</runtime-shared-library-path>
-	
+
       <!-- Sparkskins SWC-->
    	<runtime-shared-library-path>
 		<path-element>libs/sparkskins.swc</path-element>
 		<rsl-url>sparkskins_${build.number}.swf</rsl-url>
 	</runtime-shared-library-path>
-	 
+
 	  <!-- RPC SWC -->
 	<runtime-shared-library-path>
 		<path-element>libs/rpc.swc</path-element>
 		<rsl-url>rpc_${build.number}.swf</rsl-url>
 	</runtime-shared-library-path>
-    	
+
       <!-- Charts SWC -->
 	<runtime-shared-library-path>
 		<path-element>libs/charts.swc</path-element>
@@ -401,27 +401,27 @@
 	</runtime-shared-library-path>
 
       <!-- OSMF SWC -->
-	<!-- 
+	<!--
 	    Even though there is no OSMF rsl leave this in so that in a FlashBuilder
 	    Flex Library project, FlashBuilder will allow "Link Type" to be external.
     -->
     <runtime-shared-library-path>
-		<path-element>libs/osmf.swc</path-element>
+		<path-element>libs/OSMF.swc</path-element>
 		<rsl-url>osmf_${build.number}.swf</rsl-url>
 	</runtime-shared-library-path>
-      
+
       <!-- MX SWC -->
 	<runtime-shared-library-path>
 		<path-element>libs/mx/mx.swc</path-element>
 		<rsl-url>mx_${build.number}.swf</rsl-url>
 	</runtime-shared-library-path>
-   
+
       <!-- Advancedgrids SWC -->
 	<runtime-shared-library-path>
 		<path-element>libs/advancedgrids.swc</path-element>
 		<rsl-url>advancedgrids_${build.number}.swf</rsl-url>
 	</runtime-shared-library-path>
-	
+
 	<!-- static-link-runtime-shared-libraries: statically link the libraries specified by the -runtime-shared-libraries-path option.-->
 	<static-link-runtime-shared-libraries>true</static-link-runtime-shared-libraries>
 
@@ -443,5 +443,5 @@
       <creator>Apache Software Foundation</creator>
       <language>@locale@</language>
    </metadata>
-   
+
 </flex-config>

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/65ef09af/frameworks/flex-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/flex-config.xml b/frameworks/flex-config.xml
index 9e648c8..2797eeb 100644
--- a/frameworks/flex-config.xml
+++ b/frameworks/flex-config.xml
@@ -110,7 +110,7 @@
          <namespace>
             <uri>http://flex.apache.org/experimental/ns</uri>
             <manifest>experimental-manifest.xml</manifest>
-         </namespace>     
+         </namespace>
       </namespaces>
 
       <!-- Enable post-link SWF optimization. -->
@@ -352,16 +352,16 @@
       <url>string</url>
    </runtime-shared-libraries>
    -->
-	
-	<!-- runtime-shared-library-path: specifies a SWC or directory to link against and an RSL URL to load with optional failover URLs -->  
+
+	<!-- runtime-shared-library-path: specifies a SWC or directory to link against and an RSL URL to load with optional failover URLs -->
       <!-- Framework SWC -->
 	<runtime-shared-library-path>
 		<path-element>libs/framework.swc</path-element>
 		<rsl-url>framework_${build.number}.swf</rsl-url>
 	</runtime-shared-library-path>
-	  
+
 	  <!-- TextLayout SWC -->
-	<!-- 
+	<!--
 	    Even though there is no textLayout rsl leave this in so that in a FlashBuilder
 	    Flex Library project, FlashBuilder will allow "Link Type" to be external.
     -->
@@ -369,25 +369,25 @@
 		<path-element>libs/textLayout.swc</path-element>
 		<rsl-url>textLayout_${build.number}.swf</rsl-url>
 	</runtime-shared-library-path>
-    
+
       <!-- Spark SWC-->
    	<runtime-shared-library-path>
 		<path-element>libs/spark.swc</path-element>
 		<rsl-url>spark_${build.number}.swf</rsl-url>
 	</runtime-shared-library-path>
-	
+
       <!-- Sparkskins SWC-->
    	<runtime-shared-library-path>
 		<path-element>libs/sparkskins.swc</path-element>
 		<rsl-url>sparkskins_${build.number}.swf</rsl-url>
 	</runtime-shared-library-path>
-	 
+
 	  <!-- RPC SWC -->
 	<runtime-shared-library-path>
 		<path-element>libs/rpc.swc</path-element>
 		<rsl-url>rpc_${build.number}.swf</rsl-url>
 	</runtime-shared-library-path>
-    	
+
       <!-- Charts SWC -->
 	<runtime-shared-library-path>
 		<path-element>libs/charts.swc</path-element>
@@ -401,27 +401,27 @@
 	</runtime-shared-library-path>
 
       <!-- OSMF SWC -->
-	<!-- 
+	<!--
 	    Even though there is no OSMF rsl leave this in so that in a FlashBuilder
 	    Flex Library project, FlashBuilder will allow "Link Type" to be external.
     -->
     <runtime-shared-library-path>
-		<path-element>libs/osmf.swc</path-element>
+		<path-element>libs/OSMF.swc</path-element>
 		<rsl-url>osmf_${build.number}.swf</rsl-url>
 	</runtime-shared-library-path>
-      
+
       <!-- MX SWC -->
 	<runtime-shared-library-path>
 		<path-element>libs/mx/mx.swc</path-element>
 		<rsl-url>mx_${build.number}.swf</rsl-url>
 	</runtime-shared-library-path>
-   
+
       <!-- Advancedgrids SWC -->
 	<runtime-shared-library-path>
 		<path-element>libs/advancedgrids.swc</path-element>
 		<rsl-url>advancedgrids_${build.number}.swf</rsl-url>
 	</runtime-shared-library-path>
-	
+
 	<!-- static-link-runtime-shared-libraries: statically link the libraries specified by the -runtime-shared-libraries-path option.-->
 	<static-link-runtime-shared-libraries>true</static-link-runtime-shared-libraries>
 
@@ -443,5 +443,5 @@
       <creator>Apache Software Foundation</creator>
       <language>en_US</language>
    </metadata>
-   
+
 </flex-config>