You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2012/07/24 01:37:35 UTC

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

Author: jmclean
Date: Mon Jul 23 23:37:34 2012
New Revision: 1364841

URL: http://svn.apache.org/viewvc?rev=1364841&view=rev
Log:
Replace Adobe copyright with Apache license 

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

Modified: incubator/flex/trunk/frameworks/flex-config.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/flex-config.xml?rev=1364841&r1=1364840&r2=1364841&view=diff
==============================================================================
--- incubator/flex/trunk/frameworks/flex-config.xml (original)
+++ incubator/flex/trunk/frameworks/flex-config.xml Mon Jul 23 23:37:34 2012
@@ -1,28 +1,31 @@
 <?xml version="1.0"?>
 
 <!--
-   Copyright 2011 Adobe Systems, Inc.
 
-   Licensed under the Apache License, Version 2.0 (the "License");
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
 
 -->
 
+
 <flex-config>
     <!-- Specifies the minimum player version that will run the compiled SWF. -->
    <target-player>11.1</target-player>
 
     <!-- Specifies the version of the compiled SWF -->
-    <swf-version>14</swf-version>
+   <swf-version>14</swf-version>
 
    <compiler>
 
@@ -77,7 +80,7 @@
       <library-path>
          <path-element>libs</path-element>
          <path-element>libs/mx</path-element>
-         <path-element>locale/{locale}</path-element>
+         <path-element>locale/en_US</path-element>
          <path-element>{playerglobalHome}/{targetPlayerMajorVersion}.{targetPlayerMinorVersion}</path-element>
       </library-path>