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 2016/09/02 17:44:25 UTC

git commit: [flex-asjs] [refs/heads/release0.7.0] - update approval script to use Flex 4.15.0

Repository: flex-asjs
Updated Branches:
  refs/heads/release0.7.0 398f56d62 -> d4cd35952


update approval script to use Flex 4.15.0


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

Branch: refs/heads/release0.7.0
Commit: d4cd35952ed4c0c139e2191328cb635e4f38f845
Parents: 398f56d
Author: Alex Harui <ah...@apache.org>
Authored: Fri Sep 2 10:44:13 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Sep 2 10:44:13 2016 -0700

----------------------------------------------------------------------
 ApproveFlexJS.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d4cd3595/ApproveFlexJS.xml
----------------------------------------------------------------------
diff --git a/ApproveFlexJS.xml b/ApproveFlexJS.xml
index daa40e2..bd241e3 100644
--- a/ApproveFlexJS.xml
+++ b/ApproveFlexJS.xml
@@ -735,11 +735,11 @@
     </target>
     <target name="get.sdk.if.needed" depends="get.sdk" unless="FLEX_SDK_HOME" />
     <target name="get.sdk">
-        <property name="kit.sdk.prefix" value="apache-flex-sdk-4.14.1"/>
+        <property name="kit.sdk.prefix" value="apache-flex-sdk-4.15.0"/>
         <property name="binary.sdk.kit" value="${kit.sdk.prefix}-bin"/>
-        <get src="https://archive.apache.org/dist/flex/4.14.1/binaries/${binary.sdk.kit}.zip"
+        <get src="https://archive.apache.org/dist/flex/4.15.0/binaries/${binary.sdk.kit}.zip"
         dest="${basedir}/${binary.sdk.kit}.zip" verbose="true" skipexisting="true"/>
-        <get src="https://archive.apache.org/dist/flex/4.14.1/binaries/${binary.sdk.kit}.zip.md5"
+        <get src="https://archive.apache.org/dist/flex/4.15.0/binaries/${binary.sdk.kit}.zip.md5"
         dest="${basedir}/${binary.sdk.kit}.zip.md5" verbose="true" skipexisting="true"/>
         <checksum file="${basedir}/${binary.sdk.kit}.zip" algorithm="md5" verifyproperty="sdk.md5.ok" />
         <condition property="SDKMD5Invalid">