Author: buildbot
Date: Thu Jan 29 21:19:52 2015
New Revision: 938291

Log:
Staging update by buildbot for flex

Modified:
    websites/staging/flex/trunk/cgi-bin/   (props changed)
    websites/staging/flex/trunk/content/   (props changed)
    websites/staging/flex/trunk/content/download-binaries.html
    websites/staging/flex/trunk/content/download-source.html

Propchange: websites/staging/flex/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jan 29 21:19:52 2015
@@ -1 +1 @@
-1655850
+1655863

Propchange: websites/staging/flex/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jan 29 21:19:52 2015
@@ -1 +1 @@
-1655850
+1655863

Modified: websites/staging/flex/trunk/content/download-binaries.html
==============================================================================
--- websites/staging/flex/trunk/content/download-binaries.html (original)
+++ websites/staging/flex/trunk/content/download-binaries.html Thu Jan 29 
21:19:52 2015
@@ -215,22 +215,14 @@
 </ul>
 <div class="headline"><h4>Binary Dependencies</h4></div>
 
-<p>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 <a 
href="http://www.apache.org/dyn/closer.cgi/flex/4.14.0/README";>README</a> 
included in your download for more information on where to install these 
packages.</p>
+<p>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 <a 
href="http://www.apache.org/dyn/closer.cgi/flex/4.14.0/README";>README</a> 
included in your download for more information on where to install these 
packages.</p>
 <ul>
 <li>Open Source Media Framework (OSMF) <a 
href="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";>Download</a>
 <a href="http://www.mozilla.org/MPL";>MPL License</a></li>
 </ul>
 <h4 id="optional-dependencies">Optional Dependencies</h4>
-<p>The following dependencies are optional, and if available will provide 
additional features to the Flex Framework:</p>
-<ul>
-<li>
-<p>BlazeDS Support:</p>
-<ul>
-<li>flex-messaging-common.jar <a 
href="http://fpdownload.adobe.com/pub/flex/sdk/builds/flex4.6/flex_sdk_4.6.0.23201B.zip";>Download
 from older SDK</a> <a 
href="http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf";>License</a></li>
-</ul>
-</li>
-<li>
-<p>Embedded Font Support:</p>
+<p>The following dependency is optional, and if available will provide 
additional features to the Flex Framework:</p>
 <ul>
+<li>Embedded Font Support:<ul>
 <li>flex-fontkit.jar <a 
href="http://fpdownload.adobe.com/pub/flex/sdk/builds/flex4.6/flex_sdk_4.6.0.23201B.zip";>Download
 from older SDK</a> <a 
href="http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf";>License</a></li>
 <li>afe.jar <a 
href="http://fpdownload.adobe.com/pub/flex/sdk/builds/flex4.6/flex_sdk_4.6.0.23201B.zip";>Download
 from older SDK</a> <a 
href="http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf";>License</a></li>
 <li>adt.jar <a 
href="http://fpdownload.adobe.com/pub/flex/sdk/builds/flex4.6/flex_sdk_4.6.0.23201B.zip";>Download
 from older SDK</a> <a 
href="http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf";>License</a></li>
@@ -246,7 +238,7 @@
 
 <p>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.</p>
 <ul>
-<li>Java SDK 1.7 (compatibility with 1.8 will be in a future release)</li>
+<li>Java SDK 1.7 (1.6 and 1.8 should work as well)</li>
 <li>ANT 1.7.0 or greater</li>
 <li>Adobe AIR Integration Kit</li>
 <li>Adobe Flash Player Content Debugger / Adobe Flash Player</li>
@@ -257,21 +249,21 @@
 <p>The PGP signatures can be verified using PGP or GPG. First download the <a 
href="http://www.apache.org/dist/flex/KEYS";>KEYS</a> as well as the asc 
signature file for the relevant distribution. Make sure you get these files as 
linked from this page (rather than a mirror) to insure the integrity of the 
files.</p>
 <div class="codehilite"><pre><span class="c">% pgpk -a KEYS</span>
 
-<span class="c">% pgpv apache-flex-sdk-4.14.0-src.tar.gz.asc</span>
+<span class="c">% pgpv apache-flex-sdk-4.14.0-bin.tar.gz.asc</span>
 </pre></div>
 
 
 <p><em>or</em></p>
 <div class="codehilite"><pre><span class="c">% pgp -ka KEYS</span>
 
-<span class="c">% pgp apache-flex-sdk-4.14.0-src.tar.gz.asc</span>
+<span class="c">% pgp apache-flex-sdk-4.14.0-bin.tar.gz.asc</span>
 </pre></div>
 
 
 <p><em>or</em></p>
 <div class="codehilite"><pre><span class="c">% gpg --import KEYS</span>
 
-<span class="c">% gpg --verify apache-flex-sdk-4.14.0-src.tar.gz.asc</span>
+<span class="c">% gpg --verify apache-flex-sdk-4.14.0-bin.tar.gz.asc</span>
 </pre></div>
 
 

Modified: websites/staging/flex/trunk/content/download-source.html
==============================================================================
--- websites/staging/flex/trunk/content/download-source.html (original)
+++ websites/staging/flex/trunk/content/download-source.html Thu Jan 29 
21:19:52 2015
@@ -229,22 +229,11 @@
 
 <div class="headline"><h4>Source-Code Dependencies</h4></div>
 
-<p>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 <a 
href="http://www.apache.org/dyn/closer.cgi/flex/4.14.0/README";>README</a> 
included in your download for more information on where to install these 
packages.</p>
-<ul>
-<li>Open Source Media Framework (OSMF) <a 
href="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";>Download</a>
 <a href="http://www.mozilla.org/MPL";>MPL License</a></li>
-</ul>
+<p>Due to licensing requirements, there are some components that we depend on 
that we can not include in our source distribution.  Please review the <a 
href="http://www.apache.org/dyn/closer.cgi/flex/4.14.0/README";>README</a> 
included in your download for more information on where to install these 
packages.</p>
 <h4 id="optional-dependencies">Optional Dependencies</h4>
-<p>The following dependencies are optional, and if available will provide 
additional features to the Flex Framework:</p>
-<ul>
-<li>
-<p>BlazeDS Support:</p>
-<ul>
-<li>flex-messaging-common.jar <a 
href="http://fpdownload.adobe.com/pub/flex/sdk/builds/flex4.6/flex_sdk_4.6.0.23201B.zip";>Download
 from older SDK</a> <a 
href="http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf";>License</a></li>
-</ul>
-</li>
-<li>
-<p>Embedded Font Support:</p>
+<p>The following dependency is optional, and if available will provide 
additional features to the Flex Framework:</p>
 <ul>
+<li>Embedded Font Support:<ul>
 <li>flex-fontkit.jar <a 
href="http://fpdownload.adobe.com/pub/flex/sdk/builds/flex4.6/flex_sdk_4.6.0.23201B.zip";>Download
 from older SDK</a> <a 
href="http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf";>License</a></li>
 <li>afe.jar <a 
href="http://fpdownload.adobe.com/pub/flex/sdk/builds/flex4.6/flex_sdk_4.6.0.23201B.zip";>Download
 from older SDK</a> <a 
href="http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf";>License</a></li>
 <li>adt.jar <a 
href="http://fpdownload.adobe.com/pub/flex/sdk/builds/flex4.6/flex_sdk_4.6.0.23201B.zip";>Download
 from older SDK</a> <a 
href="http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf";>License</a></li>
@@ -260,7 +249,7 @@
 
 <p>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.</p>
 <ul>
-<li>Java SDK 1.7 or 1.8</li>
+<li>Java SDK 1.7 (1.6 and 1.8 should work as well)</li>
 <li>ANT 1.7.0 or greater</li>
 <li>Adobe AIR Integration Kit</li>
 <li>Adobe Flash Player Content Debugger / Adobe Flash Player</li>


Reply via email to