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/06/30 09:35:15 UTC

[1/3] git commit: [flex-sdk] [refs/heads/release4.13.0] - remove AIR Icon and link to it instead

Repository: flex-sdk
Updated Branches:
  refs/heads/release4.13.0 64978e57f -> 62f560ed7


remove AIR Icon and link to it instead


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

Branch: refs/heads/release4.13.0
Commit: b2b857551bdb8204204ca3e5cbe703889d20e2ae
Parents: 64978e5
Author: Alex Harui <ah...@apache.org>
Authored: Sun Jun 29 23:45:28 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Jun 30 00:34:59 2014 -0700

----------------------------------------------------------------------
 asdoc/templates/all-classes.xslt        |   2 +-
 asdoc/templates/class-summary.xslt      |   8 ++++----
 asdoc/templates/images/AirIcon12x12.gif | Bin 318 -> 0 bytes
 3 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/b2b85755/asdoc/templates/all-classes.xslt
----------------------------------------------------------------------
diff --git a/asdoc/templates/all-classes.xslt b/asdoc/templates/all-classes.xslt
index e779d7d..278c796 100644
--- a/asdoc/templates/all-classes.xslt
+++ b/asdoc/templates/all-classes.xslt
@@ -115,7 +115,7 @@
 					<xsl:otherwise>
 						<xsl:if test="prolog/asMetadata/apiVersion/apiPlatform[@name='AIR'] and not (prolog/asMetadata/apiVersion/apiPlatform[@name='Flash'])">
 							<xsl:value-of select="$nbsp"/>
-							<img src="images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0"/>
+							<img src="http://help.adobe.com/en_US/FlashPlatform//reference/actionscript/3/images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0"/>
 						</xsl:if>
 					</xsl:otherwise>
 				</xsl:choose>

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/b2b85755/asdoc/templates/class-summary.xslt
----------------------------------------------------------------------
diff --git a/asdoc/templates/class-summary.xslt b/asdoc/templates/class-summary.xslt
index ceeb8d7..2a9c791 100644
--- a/asdoc/templates/class-summary.xslt
+++ b/asdoc/templates/class-summary.xslt
@@ -135,7 +135,7 @@
 														<xsl:value-of select="$name"/>
 														<xsl:if test="prolog/asMetadata/apiVersion/apiPlatform[@name='AIR'] and not (prolog/asMetadata/apiVersion/apiPlatform[@name='Flash'])">
 															<xsl:value-of select="$nbsp"/>
-															<img src="images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0"/>
+															<img src="http://help.adobe.com/en_US/FlashPlatform//reference/actionscript/3/images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0"/>
 														</xsl:if>
 													</i>
 												</xsl:if>
@@ -143,7 +143,7 @@
 													<xsl:value-of select="$name"/>
 													<xsl:if test="prolog/asMetadata/apiVersion/apiPlatform[@name='AIR'] and not (prolog/asMetadata/apiVersion/apiPlatform[@name='Flash'])">
 														<xsl:value-of select="$nbsp"/>
-														<img src="images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0"/>
+														<img src="http://help.adobe.com/en_US/FlashPlatform//reference/actionscript/3/images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0"/>
 													</xsl:if>
 												</xsl:if>
 											</a>
@@ -156,7 +156,7 @@
 														<xsl:value-of select="$name"/>
 														<xsl:if test="prolog/asMetadata/apiVersion/apiPlatform[@name='AIR'] and not (prolog/asMetadata/apiVersion/apiPlatform[@name='Flash'])">
 															<xsl:value-of select="$nbsp"/>
-															<img src="images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0"/>
+															<img src="http://help.adobe.com/en_US/FlashPlatform//reference/actionscript/3/images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0"/>
 														</xsl:if>
 													</i>
 												</xsl:if>
@@ -164,7 +164,7 @@
 													<xsl:value-of select="$name"/>
 													<xsl:if test="prolog/asMetadata/apiVersion/apiPlatform[@name='AIR'] and not (prolog/asMetadata/apiVersion/apiPlatform[@name='Flash'])">
 														<xsl:value-of select="$nbsp"/>
-														<img src="images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0"/>
+														<img src="http://help.adobe.com/en_US/FlashPlatform//reference/actionscript/3/images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0"/>
 													</xsl:if>
 												</xsl:if>
 											</a>

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/b2b85755/asdoc/templates/images/AirIcon12x12.gif
----------------------------------------------------------------------
diff --git a/asdoc/templates/images/AirIcon12x12.gif b/asdoc/templates/images/AirIcon12x12.gif
deleted file mode 100644
index bc9ce69..0000000
Binary files a/asdoc/templates/images/AirIcon12x12.gif and /dev/null differ


[2/3] git commit: [flex-sdk] [refs/heads/release4.13.0] - airsdk.xml not copied on Win. I don't see other files missing, but we are getting reports that there are. More testing needed

Posted by ah...@apache.org.
airsdk.xml not copied on Win.  I don't see other files missing, but we are getting reports that there are.  More testing needed


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

Branch: refs/heads/release4.13.0
Commit: e6b3ab140d50e596148e481ff723f735dc1c0493
Parents: b2b8575
Author: Alex Harui <ah...@apache.org>
Authored: Mon Jun 30 00:32:08 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Jun 30 00:35:00 2014 -0700

----------------------------------------------------------------------
 installer.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/e6b3ab14/installer.xml
----------------------------------------------------------------------
diff --git a/installer.xml b/installer.xml
index dde7595..f70b0d5 100644
--- a/installer.xml
+++ b/installer.xml
@@ -369,6 +369,7 @@
             <fileset dir="${download.dir}/airsdk">
                 <include name="AIR SDK license.pdf" />
                 <include name="AIR SDK Readme.txt" />
+                <include name="airsdk.xml" />
                 <include name="bin/adl.exe" />
                 <include name="bin/adl" />
                 <include name="bin/adl.bat" />


[3/3] git commit: [flex-sdk] [refs/heads/release4.13.0] - fix noprompt flag

Posted by ah...@apache.org.
fix noprompt flag


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

Branch: refs/heads/release4.13.0
Commit: 62f560ed7a6e9a99ad73f82cb546a91cc4825dee
Parents: e6b3ab1
Author: Alex Harui <ah...@apache.org>
Authored: Mon Jun 30 00:34:44 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Jun 30 00:35:00 2014 -0700

----------------------------------------------------------------------
 ApproveSDK.xml | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/62f560ed/ApproveSDK.xml
----------------------------------------------------------------------
diff --git a/ApproveSDK.xml b/ApproveSDK.xml
index 9217dac..8ddf4ea 100644
--- a/ApproveSDK.xml
+++ b/ApproveSDK.xml
@@ -66,18 +66,6 @@
 
     <property name="build.target" value="main" />
 	
-	<available file="${env.APPDATA}/npm/jshint.cmd" 
-		type="file" 
-		property="jshint" value="${env.APPDATA}/npm/jshint.cmd" />
-	<property name="jshint" value="jshint" />
-    
-	<available file="${env.ProgramFiles}/Mozilla Firefox/firefox.exe" 
-		type="file" 
-		property="browser" value="${env.ProgramFiles}/Mozilla Firefox/firefox.exe" />
-	<available file="${env.ProgramFiles(x86)}/Mozilla Firefox/firefox.exe" 
-		type="file" 
-		property="browser" value="${env.ProgramFiles}/Mozilla Firefox/firefox.exe" />
-
 	<condition property="do.copy.downloads" >
 		<isset property="download.cache.dir" /> 
 	</condition>
@@ -370,7 +358,7 @@
         defaultvalue="y" />
         <chmod file="${basedir}/${package.url.name}/bin/compc" perm="ugo+rx"/>
         <chmod file="${basedir}/${package.url.name}/bin/mxmlc" perm="ugo+rx"/>
-        <property name="no.prompt" value="true" />
+        <property name="build.noprompt" value="true" />
         <ant dir="${basedir}/${package.url.name}" target="main" />
         <ant dir="${basedir}/${package.url.name}" target="checkintests" />
     </target>