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 2015/01/29 22:19:46 UTC

svn commit: r1655863 - in /flex/site/trunk/content: download-binaries.cmsPage download-source.cmsPage

Author: aharui
Date: Thu Jan 29 21:19:45 2015
New Revision: 1655863

URL: http://svn.apache.org/r1655863
Log:
tweak the download pages now that BlazeDS is no longer an option

Modified:
    flex/site/trunk/content/download-binaries.cmsPage
    flex/site/trunk/content/download-source.cmsPage

Modified: flex/site/trunk/content/download-binaries.cmsPage
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/download-binaries.cmsPage?rev=1655863&r1=1655862&r2=1655863&view=diff
==============================================================================
--- flex/site/trunk/content/download-binaries.cmsPage (original)
+++ flex/site/trunk/content/download-binaries.cmsPage Thu Jan 29 21:19:45 2015
@@ -23,16 +23,13 @@ Binaries are provided as a convenience f
   - Documentation : [apache-flex-sdk-4.14.0-asdocs.zip][5]
 
 <div class="headline"><h4>Binary Dependencies</h4></div>
-Due to licensing requirements, there are some components that we depend on that we can not include in our binary or source distribution.  We try our hardest to limit these dependencies, however for the 4.13 and later releases we do depend on the following components.  Please review the [README][15] included in your download for more information on where to install these packages.
+There are some components that we depend on that we do not include in our binary distribution.  We try our hardest to limit these dependencies, however for the 4.14 release we do depend on the following components.  Please review the [README][15] included in your download for more information on where to install these packages.
 
 - Open Source Media Framework (OSMF) [Download](http://sourceforge.net/projects/osmf.adobe/files/OSMF%201.0%20%28final%20source%2C%20ASDocs%2C%20PDF%20guides%2C%20and%20release%20notes%29/OSMF_1.0.zip/download) [MPL License](http://www.mozilla.org/MPL)
 
 ####Optional Dependencies
 
-The following dependencies are optional, and if available will provide additional features to the Flex Framework:
-
-  - BlazeDS Support:
-    - flex-messaging-common.jar [Download from older SDK](http://fpdownload.adobe.com/pub/flex/sdk/builds/flex4.6/flex_sdk_4.6.0.23201B.zip) [License](http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf)
+The following dependency is optional, and if available will provide additional features to the Flex Framework:
 
   - Embedded Font Support:
     - flex-fontkit.jar [Download from older SDK](http://fpdownload.adobe.com/pub/flex/sdk/builds/flex4.6/flex_sdk_4.6.0.23201B.zip) [License](http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf)
@@ -47,7 +44,7 @@ All of the above dependencies can automa
 
 If you are planning on compiling the source code, you will need the following components.  More details are available in the README file in the downloaded package.  Some of these components have licenses that differ from the Apache License.
 
-  - Java SDK 1.7 (compatibility with 1.8 will be in a future release)
+  - Java SDK 1.7 (1.6 and 1.8 should work as well)
   - ANT 1.7.0 or greater
   - Adobe AIR Integration Kit
   - Adobe Flash Player Content Debugger / Adobe Flash Player
@@ -61,19 +58,19 @@ The PGP signatures can be verified using
 
     % pgpk -a KEYS
 
-    % pgpv apache-flex-sdk-4.14.0-src.tar.gz.asc
+    % pgpv apache-flex-sdk-4.14.0-bin.tar.gz.asc
 
 *or*
 
     % pgp -ka KEYS
 
-    % pgp apache-flex-sdk-4.14.0-src.tar.gz.asc
+    % pgp apache-flex-sdk-4.14.0-bin.tar.gz.asc
 
 *or*
 
     % gpg --import KEYS
 
-    % gpg --verify apache-flex-sdk-4.14.0-src.tar.gz.asc
+    % gpg --verify apache-flex-sdk-4.14.0-bin.tar.gz.asc
 
 
 Alternatively, you can verify the MD5 signature on the files. A unix/Mac program called `md5` or `md5sum` is included in many unix distributions. It is also available as part of [GNU Textutils][11]. Windows users can get binary md5 programs from [here][12] , [here][13] , or [here][14]. An MD5 signature consists of 32 hex characters, and a SHA1 signature consists of 40 hex characters. Ensure your generated signature string matches the signature string published in the files above.

Modified: flex/site/trunk/content/download-source.cmsPage
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/download-source.cmsPage?rev=1655863&r1=1655862&r2=1655863&view=diff
==============================================================================
--- flex/site/trunk/content/download-source.cmsPage (original)
+++ flex/site/trunk/content/download-source.cmsPage Thu Jan 29 21:19:45 2015
@@ -36,16 +36,11 @@ If you are looking for the cutting edge
 
 
 <div class="headline"><h4>Source-Code Dependencies</h4></div>
-Due to licensing requirements, there are some components that we depend on that we can not include in our binary or source distribution.  We try our hardest to limit these dependencies, however for 4.13 and later release we do depend on the following components.  Please review the [README][15] included in your download for more information on where to install these packages.
-
-- Open Source Media Framework (OSMF) [Download](http://sourceforge.net/projects/osmf.adobe/files/OSMF%201.0%20%28final%20source%2C%20ASDocs%2C%20PDF%20guides%2C%20and%20release%20notes%29/OSMF_1.0.zip/download) [MPL License](http://www.mozilla.org/MPL)
+Due to licensing requirements, there are some components that we depend on that we can not include in our source distribution.  Please review the [README][15] included in your download for more information on where to install these packages.
 
 ####Optional Dependencies
 
-The following dependencies are optional, and if available will provide additional features to the Flex Framework:
-
-  - BlazeDS Support:
-    - flex-messaging-common.jar [Download from older SDK](http://fpdownload.adobe.com/pub/flex/sdk/builds/flex4.6/flex_sdk_4.6.0.23201B.zip) [License](http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf)
+The following dependency is optional, and if available will provide additional features to the Flex Framework:
 
   - Embedded Font Support:
     - flex-fontkit.jar [Download from older SDK](http://fpdownload.adobe.com/pub/flex/sdk/builds/flex4.6/flex_sdk_4.6.0.23201B.zip) [License](http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf)
@@ -60,7 +55,7 @@ All of the above dependencies can automa
 
 If you are planning on compiling the source code, you will need the following components.  More details are available in the README file in the downloaded package.  Some of these components have licenses that differ from the Apache License.
 
-  - Java SDK 1.7 or 1.8
+  - Java SDK 1.7 (1.6 and 1.8 should work as well)
   - ANT 1.7.0 or greater
   - Adobe AIR Integration Kit
   - Adobe Flash Player Content Debugger / Adobe Flash Player