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

[1/2] git commit: [flex-utilities] [refs/heads/develop] - exclude local.properties from kit

Repository: flex-utilities
Updated Branches:
  refs/heads/develop d757ec8f1 -> 5a19c9a54


exclude local.properties from kit


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/2c6eb47a
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/2c6eb47a
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/2c6eb47a

Branch: refs/heads/develop
Commit: 2c6eb47a8f43818e6a12c7ceeddc28995e52b089
Parents: d757ec8
Author: Alex Harui <ah...@apache.org>
Authored: Wed Mar 26 11:42:30 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Mar 26 11:42:30 2014 -0700

----------------------------------------------------------------------
 installer/build.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/2c6eb47a/installer/build.xml
----------------------------------------------------------------------
diff --git a/installer/build.xml b/installer/build.xml
index dd8ba31..ba001b7 100644
--- a/installer/build.xml
+++ b/installer/build.xml
@@ -267,6 +267,7 @@
             debug="${DEBUG_FLAG}"
             failonerror="true"
             fork="true"
+            link-report="${BUILD_DIR}/${APP_NAME}.lnk.xml"
             maxmemory="512m">
             <source-path path-element="${SOURCE_DIR}"/>
             <source-path path-element="${COMMON_SOURCE_DIR}"/>
@@ -392,6 +393,7 @@
 				<exclude name="**/.flexLibProperties"/>
                 <exclude name="**/.project"/>
                 <exclude name="**/.idea/**"/>
+				<exclude name="local.properties"/>
 				<!-- These are bumped up to the top-level release directory.  -->
                 <exclude name="DISCLAIMER"/>
                 <exclude name="LICENSE"/>


[2/2] git commit: [flex-utilities] [refs/heads/develop] - update FlexJS package name and AIR and Flash defaults

Posted by ah...@apache.org.
update FlexJS package name and AIR and Flash defaults


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/5a19c9a5
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/5a19c9a5
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/5a19c9a5

Branch: refs/heads/develop
Commit: 5a19c9a543361c0e1e41418b0556c7f296cc211b
Parents: 2c6eb47
Author: Alex Harui <ah...@apache.org>
Authored: Wed Mar 26 11:43:30 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Mar 26 11:43:30 2014 -0700

----------------------------------------------------------------------
 .../src/installer/sdk-installer-config-4.0.xml  | 28 ++++++++++----------
 1 file changed, 14 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/5a19c9a5/installer/src/installer/sdk-installer-config-4.0.xml
----------------------------------------------------------------------
diff --git a/installer/src/installer/sdk-installer-config-4.0.xml b/installer/src/installer/sdk-installer-config-4.0.xml
index 06dcbcc..f2dbff7 100644
--- a/installer/src/installer/sdk-installer-config-4.0.xml
+++ b/installer/src/installer/sdk-installer-config-4.0.xml
@@ -60,14 +60,14 @@ limitations under the License.
             <versions>
                 <versionA id="4.9.1" version="4.9.1" path="http://archive.apache.org/dist/flex/4.9.1/binaries/" file="apache-flex-sdk-4.9.1-bin" legacy="true" />
                 <versionB id="4.10.0" version="4.10.0" path="http://archive.apache.org/dist/flex/4.10.0/binaries/" file="apache-flex-sdk-4.10.0-bin" legacy="true" />
-                <versionC id="4.11.0" version="4.11.0" path="flex/4.11.0/binaries/" file="apache-flex-sdk-4.11.0-bin" default="true" legacy="true" />
-                <versionD id="4.12.0" version="4.12.0 RC2" path="https://dist.apache.org/repos/dist/dev/flex/sdk/4.12.0/rc2/binaries/" file="apache-flex-sdk-4.12.0-bin" dev="true"/>
-                <Nightly id="Nightly" version="Nightly" path="https://builds.apache.org/job/flex-sdk_release/lastSuccessfulBuild/artifact/out/" file="apache-flex-sdk-4.12.0-bin" dev="true" nocache="true" />
+                <versionC id="4.11.0" version="4.11.0" path="http://archive.apache.org/dist/flex/4.11.0/binaries/" file="apache-flex-sdk-4.11.0-bin" legacy="true" />
+                <versionD id="4.12.0" version="4.12.0" path="flex/4.12.0/binaries/" file="apache-flex-sdk-4.12.0-bin" default="true" />
+                <Nightly id="Nightly" version="Nightly" path="https://builds.apache.org/job/flex-sdk_release/lastSuccessfulBuild/artifact/out/" file="apache-flex-sdk-4.13.0-bin" dev="true" nocache="true" />
             </versions>
         </ApacheFlexSDK>
         <ApacheFlexJS name="Apache FlexJS" prefix="apache-flex-flexjs-" icon="http://flex.apache.org/installer/icons/apache_flexjs_logo_text.png">
             <versions>
-                <Nightly id="FlexJSNightly" version="Nightly" path="https://builds.apache.org/job/flex-asjs/lastSuccessfulBuild/artifact/out/" file="apache-flex-flexjs-4.0.1-bin" dev="true" nocache="true"/>
+                <Nightly id="FlexJSNightly" version="Nightly" path="https://builds.apache.org/job/flex-asjs/lastSuccessfulBuild/artifact/out/" file="apache-flex-flexjs-0.0.1-bin" dev="true" nocache="true"/>
             </versions>
         </ApacheFlexJS>
         <ApacheFlexFalcon name="Apache Flex Falcon" prefix="apache-flex-falcon-" overlay="true" needsAIR="false" needsFlash="false" icon="http://flex.apache.org/installer/icons/apache_flexfalcon_logo_text.png">
@@ -91,7 +91,7 @@ limitations under the License.
             </versions>
         </linux>
         <windows>
-            <versions default="3.9">
+            <versions default="4.0">
                 <versionA id="air.sdk.version.windows.2.6" version="2.6" displayVersion="2.6">
                     <path id="air.sdk.path.windows.2.6">http://airdownload.adobe.com/air/win/download/2.6/</path>
                     <file id="air.sdk.file.windows.2.6">AdobeAIRSDK.zip</file>
@@ -144,14 +144,14 @@ limitations under the License.
                     <path id="air.sdk.path.windows.4.0">http://airdownload.adobe.com/air/win/download/4.0/</path>
                     <file id="air.sdk.file.windows.4.0">AdobeAIRSDK.zip</file>
                 </versionM>
-                <versionN id="air.sdk.version.windows.13" version="13" displayVersion="13 (beta)">
-                    <path id="air.sdk.path.windows.13">http://labsdownload.adobe.com/pub/labs/flashruntimes/air/</path>
-                    <file id="air.sdk.file.windows.13">air4-0_sdk_sa_win.zip</file>
+                <versionN id="air.sdk.version.windows.13.0" version="13.0" displayVersion="13 (beta)">
+                    <path id="air.sdk.path.windows.13.0">http://labsdownload.adobe.com/pub/labs/flashruntimes/air/</path>
+                    <file id="air.sdk.file.windows.13.0">air13_sdk_sa_win.zip</file>
                 </versionN>
             </versions>
         </windows>
         <mac>
-            <versions default="3.9">
+            <versions default="4.0">
                 <versionA id="air.sdk.version.mac.2.6" version="2.6" displayVersion="2.6">
                     <path id="air.sdk.path.mac.2.6">http://airdownload.adobe.com/air/mac/download/2.6/</path>
                     <file id="air.sdk.file.mac.2.6">AdobeAIRSDK.tbz2</file>
@@ -204,15 +204,15 @@ limitations under the License.
                     <path id="air.sdk.path.mac.4.0">http://airdownload.adobe.com/air/mac/download/4.0/</path>
                     <file id="air.sdk.file.mac.4.0">AdobeAIRSDK.tbz2</file>
                 </versionM>
-                <versionN id="air.sdk.version.mac.13" version="13" displayVersion="13 (beta)">
-                    <path id="air.sdk.path.mac.13">http://labsdownload.adobe.com/pub/labs/flashruntimes/air/</path>
-                    <file id="air.sdk.file.mac.13">air4-0_sdk_sa_mac.tbz2</file>
+                <versionN id="air.sdk.version.mac.13.0" version="13.0" displayVersion="13 (beta)">
+                    <path id="air.sdk.path.mac.13.0">http://labsdownload.adobe.com/pub/labs/flashruntimes/air/</path>
+                    <file id="air.sdk.file.mac.13.0">air13_sdk_sa_mac.tbz2</file>
                 </versionN>
             </versions>
         </mac>
     </airsdk>
     <flashsdk>
-        <versions default="11.9">
+        <versions default="12.0">
             <versionA id="flash.sdk.version.10.2" version="10.2" displayVersion="10.2">
                 <path id="flash.sdk.path.10.2">http://download.macromedia.com/get/flashplayer/installers/archive/playerglobal/</path>
                 <file id="flash.sdk.file.10.2">playerglobal10_2.swc</file>
@@ -281,7 +281,7 @@ limitations under the License.
             <versionN id="flash.sdk.version.13.0" version="13.0" displayVersion="13.0 (beta)">
                 <path id="flash.sdk.path.13.0">http://labsdownload.adobe.com/pub/labs/flashruntimes/flashplayer/</path>
                 <file id="flash.sdk.file.13.0">flashplayer13_playerglobal.swc</file>
-                <swfversion id="flash.sdk.swfversion.13.0">23</swfversion>
+                <swfversion id="flash.sdk.swfversion.13.0">24</swfversion>
             </versionN>
         </versions>
     </flashsdk>