Author: jmclean
Date: Mon Aug 5 19:48:42 2013
New Revision: 1510688
URL: http://svn.apache.org/r1510688
Log:
Updated content to refer to 4.10.0 release
Modified:
flex/site/trunk/content/about-history.cmsPage
flex/site/trunk/content/doc-getstarted.cmsPage
flex/site/trunk/content/download-binaries.cmsPage
flex/site/trunk/content/download-source.cmsPage
flex/site/trunk/content/index.cmsPage
flex/site/trunk/templates/flex-v2-footer.html
Modified: flex/site/trunk/content/about-history.cmsPage
URL:
http://svn.apache.org/viewvc/flex/site/trunk/content/about-history.cmsPage?rev=1510688&r1=1510687&r2=1510688&view=diff
==============================================================================
--- flex/site/trunk/content/about-history.cmsPage (original)
+++ flex/site/trunk/content/about-history.cmsPage Mon Aug 5 19:48:42 2013
@@ -124,4 +124,8 @@ After seven release candidates Apache Fl
<div class="headline"><h4> April, 2013: Apache Flex SDK Installer 2.5 released
</h4></div>
+<div class="headline"><h4> August, 2013: Apache Flex SDK Installer 2.6
released </h4></div>
+
+<div class="headline"><h4> August, 2013: Apache Flex SDK 4.10.0 released
</h4></div>
+
This version allows to track the number of downloads.
\ No newline at end of file
Modified: flex/site/trunk/content/doc-getstarted.cmsPage
URL:
http://svn.apache.org/viewvc/flex/site/trunk/content/doc-getstarted.cmsPage?rev=1510688&r1=1510687&r2=1510688&view=diff
==============================================================================
--- flex/site/trunk/content/doc-getstarted.cmsPage (original)
+++ flex/site/trunk/content/doc-getstarted.cmsPage Mon Aug 5 19:48:42 2013
@@ -13,11 +13,11 @@ please contact us on the [mailing list][
1. **Download Adobe Flash Builder** Adobe Flash Builder is available from the
[Adobe Website][1]. It offers a 30-day trial and retails for about $250. It is
available for both Windows and MacOS X
2. **Install Adobe Flash Builder** Follow the on-screen installation wizard.
3. **Download the SDK installer** Go to the [Download the SDK Installer][4] on
the menu above and install the SDK installer. Click on the Download link on
the installer badge, which will download the proper installer for your computer.
-4. **Run the SDK installer** The first question you will be asked is the
installation directory. If you are on a Mac, use /Applications/Adobe Flash
Builder 4.7/sdks/4.9.1/. If you are on a PC, use C:\Program Files(x86)\Adobe
Flash Builder 4.7\sdks\4.9.1\. You will need to create the 4.9.1 folders.
Press Next.
-5. **Accept SDK Licenses and Install** Check the red boxes to accept each of
the licenses. Read the licenses, of course ;) Click Install to download all
the components into the new 4.9.1 directory. This can take a few minutes.
+4. **Run the SDK installer** The first question you will be asked is the
installation directory. If you are on a Mac, use /Applications/Adobe Flash
Builder 4.7/sdks/4.10.0/. If you are on a PC, use C:\Program Files(x86)\Adobe
Flash Builder 4.7\sdks\4.10.0\. You will need to create the 4.10.0 folders.
Press Next.
+5. **Accept SDK Licenses and Install** Check the red boxes to accept each of
the licenses. Read the licenses, of course ;) Click Install to download all
the components into the new 4.10.0 directory. This can take a few minutes.
6. **Run Flash Builder** Launch Adobe Flash Builder. You may need to login
with your Adobe ID to activate the trial.
-7. **Tell Flash Builder about the SDK** On Windows, go to the Window Menu ->
Preferences. On the Mac, go to the Flash Builder menu -> Preferences. Go to
the Flash Builder node, then select the Installed Flex SDKs node. Click [ADD],
then choose the directory in which you saved the 4.9.1 SDK (Step 4). The name
should be populated with Apache Flex 4.9.1 FP11.1 en_US. Press OK, and OK
again.
-8. **Create a new project** Right-click in the empty Package Explorer area,
choose New -> Flex Project. Give the project a name. Under the Flex SDK
version, choose Apache Flex 4.9.1. Press Finish. Flash Builder will create
the new project.
+7. **Tell Flash Builder about the SDK** On Windows, go to the Window Menu ->
Preferences. On the Mac, go to the Flash Builder menu -> Preferences. Go to
the Flash Builder node, then select the Installed Flex SDKs node. Click [ADD],
then choose the directory in which you saved the 4.10.0 SDK (Step 4). The name
should be populated with Apache Flex 4.10.0 FP11.1 en_US. Press OK, and OK
again.
+8. **Create a new project** Right-click in the empty Package Explorer area,
choose New -> Flex Project. Give the project a name. Under the Flex SDK
version, choose Apache Flex 4.10.0. Press Finish. Flash Builder will create
the new project.
9. **Start Coding!** Jump down below to make your first Hello World
application.
<div class="headline"><h4>Setting up Apache Flex with Jetbrains IntelliJ
IDEA</h4></div>
@@ -25,11 +25,11 @@ please contact us on the [mailing list][
2. **Install IntelliJ IDEA** Follow the on-screen installation wizard.
3. **Download the SDK installer** Go to the [Download the SDK Installer][4] on
the menu above and install the SDK installer. Click on the Download link on
the installer badge, which will download the proper installer for your computer.
4. **Run the SDK installer** The first question you will be asked is the
installation directory. Note where you save the SDK (as you will need it
later). Press Next.
-5. **Accept SDK Licenses and Install** Check the red boxes to accept each of
the licenses. Read the licenses, of course ;) Click Install to download all
the components into the new 4.9.1 directory. This can take a few minutes.
+5. **Accept SDK Licenses and Install** Check the red boxes to accept each of
the licenses. Read the licenses, of course ;) Click Install to download all
the components into the new 4.10.0 directory. This can take a few minutes.
6. **Run IntelliJ** Run IntelliJ. You will need to start the 30 day trial,
and accept the license agreement when the app runs the first time. You will be
launched into the configuration wizard. Select which VCS Plugins you want (we
suggest Git Subversion). Next, select the Web/J2EE Plugins (We suggest
Database, SQL and WebServices). Next, select the HTML Development tools (You
must select FLash/Flex, CSS, JavaScript, JavaScript Debugger, but we suggest
keeping them all selected). Finally, select which other plugins you wish to
use (Select ANT, Properties, Copyright, Coverage, IntelliLang, Inspection
Gadgets, Type Migration, UML. We suggest keeping most of the defaults).
7. **Create your new project** When at the welcome screen, select "Create New
Project". In the left menu, choose Flash Module under the Other heading. Give
the project a name, and select Next.
8. **Configure the new project** On the "New Project" screen, select Web for
the target platform, and keep the rest of the options the same. Keep the Flex
SDK as [none] for this step. Click Finish.
-9. **Tell IntelliJ about the SDK** Right click on your project name in the
Project Explorer, and click Open Module Settings. In the second pane, click the
application settings (it says (app) behind the name -- it should have red
squigglies under it). Go to the dependency tab. To the right of the Flex SDK
drop down, select New... to add the 4.9.1 SDK to the project. Find the 4.9.1
directory you created in step 4, and select Choose. Press Ok to return to the
project. Wait for IntelliJ to index the project and the new SDK.
+9. **Tell IntelliJ about the SDK** Right click on your project name in the
Project Explorer, and click Open Module Settings. In the second pane, click the
application settings (it says (app) behind the name -- it should have red
squigglies under it). Go to the dependency tab. To the right of the Flex SDK
drop down, select New... to add the 4.10.0 SDK to the project. Find the 4.10.0
directory you created in step 4, and select Choose. Press Ok to return to the
project. Wait for IntelliJ to index the project and the new SDK.
10. **Create your Application file** Add a new MXML component under the /src/
directory by right clicking on src. Give it a name of your choosing, Template
of "Flex 4 Component" and Parent Component of Application (spark.components).
11. **Finish configuring your project** Go back to the project settings
(right-click on the project name in the project explorer -> Module Settings).
Go to the General Tab of the app settings. Click the ... button to the right
of the Main Class box, and choose the filename you just created. This will set
the project root.
11. **Start Coding!** Jump down below to make your first Hello World
application.
Modified: flex/site/trunk/content/download-binaries.cmsPage
URL:
http://svn.apache.org/viewvc/flex/site/trunk/content/download-binaries.cmsPage?rev=1510688&r1=1510687&r2=1510688&view=diff
==============================================================================
--- flex/site/trunk/content/download-binaries.cmsPage (original)
+++ flex/site/trunk/content/download-binaries.cmsPage Mon Aug 5 19:48:42 2013
@@ -8,21 +8,21 @@ The Apache Flex® SDK has some compile
**Please review the release notes before installing or compiling the SDK.**
-<div class="headline"><h4>Current Release (4.9.1)</h4></div>
-The Apache Flex team is pleased to offer this release, available as of
2/27/2012. This is the minor update of the Apache Flex SDK 4.9.0 release and
is designed to be compatible with previous versions of the the Apache Flex SDK
and Adobe Flex SDK.
+<div class="headline"><h4>Current Release (4.10.0)</h4></div>
+The Apache Flex team is pleased to offer this release, available as of 7th
August 2012. This is the lastest version of the Apache Flex SDK and is
designed to be compatible with previous versions of the the Apache Flex SDK and
Adobe Flex SDK.
-Binaries are provided as a convenience for those who do not wish to compile
the SDK themselves. The 4.9.1 binaries were published on 2/27/2012
+Binaries are provided as a convenience for those who do not wish to compile
the SDK themselves. The 4.10.0 binaries were published on 2/27/2012
**Please be aware of the dependencies listed in the section below.** They are
required in order to use the Apache Flex® SDK. The [README][15] explains
these requirements further.
- Release Notes : [RELEASE_NOTES][2]
- README : [README][15]
- - Mac OS X Binaries : [apache-flex-sdk-4.9.1-bin.tar.gz][7]
[[PGP](http://www.apache.org/dist/flex/4.9.1/binaries/apache-flex-sdk-4.9.1-bin.tar.gz.asc)]
[[MD5](http://www.apache.org/dist/flex/4.9.1/binaries/apache-flex-sdk-4.9.1-bin.tar.gz.md5)]
- - Windows Binaries : [apache-flex-sdk-4.9.1-bin.zip][8]
[[PGP](http://www.apache.org/dist/flex/4.9.1/binaries/apache-flex-sdk-4.9.1-bin.zip.asc)]
[[MD5](http://www.apache.org/dist/flex/4.9.1/binaries/apache-flex-sdk-4.9.1-bin.zip.md5)]
- - Documentation : [apache-flex-sdk-4.9.1-asdocs.zip][5]
+ - Mac OS X Binaries : [apache-flex-sdk-4.10.0-bin.tar.gz][7]
[[PGP](http://www.apache.org/dist/flex/4.10.0/binaries/apache-flex-sdk-4.10.0-bin.tar.gz.asc)]
[[MD5](http://www.apache.org/dist/flex/4.10.0/binaries/apache-flex-sdk-4.10.0-bin.tar.gz.md5)]
+ - Windows Binaries : [apache-flex-sdk-4.10.0-bin.zip][8]
[[PGP](http://www.apache.org/dist/flex/4.10.0/binaries/apache-flex-sdk-4.10.0-bin.zip.asc)]
[[MD5](http://www.apache.org/dist/flex/4.10.0/binaries/apache-flex-sdk-4.10.0-bin.zip.md5)]
+ - Documentation : [apache-flex-sdk-4.10.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 current 4.9.1 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.
+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 current 4.10.0 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)
@@ -60,35 +60,35 @@ The PGP signatures can be verified using
% pgpk -a KEYS
- % pgpv apache-flex-sdk-4.9.1-src.tar.gz.asc
+ % pgpv apache-flex-sdk-4.10.0-src.tar.gz.asc
*or*
% pgp -ka KEYS
- % pgp apache-flex-sdk-4.9.1-src.tar.gz.asc
+ % pgp apache-flex-sdk-4.10.0-src.tar.gz.asc
*or*
% gpg --import KEYS
- % gpg --verify apache-flex-sdk-4.9.1-src.tar.gz.asc
+ % gpg --verify apache-flex-sdk-4.10.0-src.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.
[1]: http://sourceforge.net/adobe/flexsdk/wiki/About/
-[2]: http://www.apache.org/dyn/closer.cgi/flex/4.9.1/RELEASE_NOTES
-[3]:
http://www.apache.org/dyn/closer.cgi/flex/4.9.1/apache-flex-sdk-4.9.1-src.tar.gz
-[4]:
http://www.apache.org/dyn/closer.cgi/flex/4.9.1/apache-flex-sdk-4.9.1-src.zip
-[5]:
http://www.apache.org/dyn/closer.cgi/flex/4.9.1/doc/apache-flex-sdk-4.9.1-asdocs.zip
-[6]: http://www.apache.org/dyn/closer.cgi/flex/4.9.1/RELEASE_NOTES
-[7]:
http://www.apache.org/dyn/closer.cgi/flex/4.9.1/binaries/apache-flex-sdk-4.9.1-bin.tar.gz
-[8]:
http://www.apache.org/dyn/closer.cgi/flex/4.9.1/binaries/apache-flex-sdk-4.9.1-bin.zip
-[9]:
http://www.apache.org/dyn/closer.cgi/flex/4.9.1/doc/apache-flex-sdk-4.9.1-asdocs.zip
+[2]: http://www.apache.org/dyn/closer.cgi/flex/4.10.0/RELEASE_NOTES
+[3]:
http://www.apache.org/dyn/closer.cgi/flex/4.10.0/apache-flex-sdk-4.10.0-src.tar.gz
+[4]:
http://www.apache.org/dyn/closer.cgi/flex/4.10.0/apache-flex-sdk-4.10.0-src.zip
+[5]:
http://www.apache.org/dyn/closer.cgi/flex/4.10.0/doc/apache-flex-sdk-4.10.0-asdocs.zip
+[6]: http://www.apache.org/dyn/closer.cgi/flex/4.10.0/RELEASE_NOTES
+[7]:
http://www.apache.org/dyn/closer.cgi/flex/4.10.0/binaries/apache-flex-sdk-4.10.0-bin.tar.gz
+[8]:
http://www.apache.org/dyn/closer.cgi/flex/4.10.0/binaries/apache-flex-sdk-4.10.0-bin.zip
+[9]:
http://www.apache.org/dyn/closer.cgi/flex/4.10.0/doc/apache-flex-sdk-4.10.0-asdocs.zip
[10]: http://www.apache.org/dist/flex/KEYS
[11]: http://www.gnu.org/software/textutils/textutils.html
[12]: http://www.fourmilab.ch/md5/
[13]: http://www.pc-tools.net/win32/freeware/console/
[14]: http://www.slavasoft.com/fsum/
-[15]: http://www.apache.org/dist/flex/4.9.1/README
\ No newline at end of file
+[15]: http://www.apache.org/dist/flex/4.10.0/README
\ No newline at end of file
Modified: flex/site/trunk/content/download-source.cmsPage
URL:
http://svn.apache.org/viewvc/flex/site/trunk/content/download-source.cmsPage?rev=1510688&r1=1510687&r2=1510688&view=diff
==============================================================================
--- flex/site/trunk/content/download-source.cmsPage (original)
+++ flex/site/trunk/content/download-source.cmsPage Mon Aug 5 19:48:42 2013
@@ -8,14 +8,14 @@ The Apache Flex® SDK has some compile
**Please review the release notes before installing or compiling the SDK.**
-<div class="headline"><h4>Current Release (4.9.1)</h4></div>
-The Apache Flex team is pleased to offer this release, available as of
2/27/2012. This is a minor update of Apache Flex SDK 4.9.0 release and is
designed to be compatible with previsu versions of the Apache Flex SDK and
Adobe Flex SDK.
+<div class="headline"><h4>Current Release (4.10.0)</h4></div>
+The Apache Flex team is pleased to offer this release, available as of 7th
August 2013. This is the lastest Apache Flex SDK release and is designed to be
compatible with previous versions of the Apache Flex SDK and Adobe Flex SDK.
- Release Notes : [RELEASE_NOTES][2]
- README : [README][15]
- - Mac OS X Source : [apache-flex-sdk-4.9.1-src.tar.gz][3]
[[PGP](http://www.apache.org/dist/flex/4.9.1/apache-flex-sdk-4.9.1-src.tar.gz.asc)]
[[MD5](http://www.apache.org/dist/flex/4.9.1/apache-flex-sdk-4.9.1-src.tar.gz.md5)]
- - Windows Source : [apache-flex-sdk-4.9.1-src.zip][4]
[[PGP](http://www.apache.org/dist/flex/4.9.1/apache-flex-sdk-4.9.1-src.zip.asc)]
[[MD5](http://www.apache.org/dist/flex/4.9.1/apache-flex-sdk-4.9.1-src.zip.md5)]
- - Documentation : [apache-flex-sdk-4.9.1-asdocs.zip][5]
+ - Mac OS X Source : [apache-flex-sdk-4.10.0-src.tar.gz][3]
[[PGP](http://www.apache.org/dist/flex/4.10.0/apache-flex-sdk-4.10.0-src.tar.gz.asc)]
[[MD5](http://www.apache.org/dist/flex/4.10.0/apache-flex-sdk-4.10.0-src.tar.gz.md5)]
+ - Windows Source : [apache-flex-sdk-4.10.0-src.zip][4]
[[PGP](http://www.apache.org/dist/flex/4.10.0/apache-flex-sdk-4.10.0-src.zip.asc)]
[[MD5](http://www.apache.org/dist/flex/4.10.0/apache-flex-sdk-4.10.0-src.zip.md5)]
+ - Documentation : [apache-flex-sdk-4.10.0-asdocs.zip][5]
<div class="headline"><h4>Bleeding-Edge Release</h4></div>
You can always grab the "in-development" version of our code. Things may not
work, nor may tests pass. Use at your own risk.
@@ -35,7 +35,7 @@ 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 the current 4.9.1 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.
+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 current 4.10.0 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)
@@ -73,28 +73,28 @@ The PGP signatures can be verified using
% pgpk -a KEYS
- % pgpv apache-flex-sdk-4.9.1-src.tar.gz.asc
+ % pgpv apache-flex-sdk-4.10.0-src.tar.gz.asc
*or*
% pgp -ka KEYS
- % pgp apache-flex-sdk-4.9.1-src.tar.gz.asc
+ % pgp apache-flex-sdk-4.10.0-src.tar.gz.asc
*or*
% gpg --import KEYS
- % gpg --verify apache-flex-sdk-4.9.1-src.tar.gz.asc
+ % gpg --verify apache-flex-sdk-4.10.0-src.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.
[1]: http://sourceforge.net/adobe/flexsdk/wiki/About/
-[2]: http://www.apache.org/dyn/closer.cgi/flex/4.9.1/RELEASE_NOTES
-[3]:
http://www.apache.org/dyn/closer.cgi/flex/4.9.1/apache-flex-sdk-4.9.1-src.tar.gz
-[4]:
http://www.apache.org/dyn/closer.cgi/flex/4.9.1/apache-flex-sdk-4.9.1-src.zip
-[5]:
http://www.apache.org/dyn/closer.cgi/flex/4.9.1/docs/apache-flex-sdk-4.9.1-asdocs.zip
+[2]: http://www.apache.org/dyn/closer.cgi/flex/4.10.0/RELEASE_NOTES
+[3]:
http://www.apache.org/dyn/closer.cgi/flex/4.10.0/apache-flex-sdk-4.10.0-src.tar.gz
+[4]:
http://www.apache.org/dyn/closer.cgi/flex/4.10.0/apache-flex-sdk-4.10.0-src.zip
+[5]:
http://www.apache.org/dyn/closer.cgi/flex/4.10.0/docs/apache-flex-sdk-4.10.0-asdocs.zip
[6]: http://git-scm.com/
[7]: http://git.apache.org/
[10]: http://www.apache.org/dist/flex/KEYS
@@ -102,4 +102,4 @@ Alternatively, you can verify the MD5 si
[12]: http://www.fourmilab.ch/md5/
[13]: http://www.pc-tools.net/win32/freeware/console/
[14]: http://www.slavasoft.com/fsum/
-[15]: http://www.apache.org/dist/flex/4.9.1/README
\ No newline at end of file
+[15]: http://www.apache.org/dist/flex/4.10.0/README
\ No newline at end of file
Modified: flex/site/trunk/content/index.cmsPage
URL:
http://svn.apache.org/viewvc/flex/site/trunk/content/index.cmsPage?rev=1510688&r1=1510687&r2=1510688&view=diff
==============================================================================
--- flex/site/trunk/content/index.cmsPage (original)
+++ flex/site/trunk/content/index.cmsPage Mon Aug 5 19:48:42 2013
@@ -63,8 +63,8 @@ homepage: true
<div class="entry">
<span class="meta"><strong>27</strong><br><small>Feb.</small></span>
<div>
-<h4><a href="https://blogs.apache.org/flex/entry/apache_flex_4_9_1"><u>Apache
Flex 4.9.1 Released</u></a></h4>
-<p>Apache Flex 4.9.1 was released, and includes minor updates and bug-fixes.
Click download above to install, or <a
href="https://blogs.apache.org/flex/entry/apache_flex_4_9_1">Read More
Here</a></p>
+<h4><a href="https://blogs.apache.org/flex/entry/apache_flex_4_9_1"><u>Apache
Flex 4.10.0 Released</u></a></h4>
+<p>Apache Flex 4.10.0 was released, and includes minor updates and bug-fixes.
Click download above to install, or <a
href="https://blogs.apache.org/flex/entry/apache_flex_4_9_1">Read More
Here</a></p>
</div>
</div>
Modified: flex/site/trunk/templates/flex-v2-footer.html
URL:
http://svn.apache.org/viewvc/flex/site/trunk/templates/flex-v2-footer.html?rev=1510688&r1=1510687&r2=1510688&view=diff
==============================================================================
--- flex/site/trunk/templates/flex-v2-footer.html (original)
+++ flex/site/trunk/templates/flex-v2-footer.html Mon Aug 5 19:48:42 2013
@@ -31,8 +31,8 @@
<!-- Latest Releases -->
<div class="span3">
<div class="footer-headline"><h4>Latest Releases</h4></div>
- <p>Apache Flex SDK : <a href="download-binaries.html">4.9.1 (Feb
2013)</a><br />
- SDK Installer : <a href="installer.html">2.5.4 (Apr
2013)</a><br />
+ <p>Apache Flex SDK : <a href="download-binaries.html">4.10.0 (Aug
2013)</a><br />
+ SDK Installer : <a href="installer.html">2.6.0 (Aug
2013)</a><br />
BlazeDS : <a
href="http://sourceforge.net/adobe/blazeds/wiki/Home/">4.6.0 (Nov 2011)</a><br
/>
Flex Mavenizer : <a
href="http://svn.apache.org/viewvc/flex/utilities/trunk/mavenizer/"> 4.8.0 (Jan
2013)</a></p>
</div>