You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ft...@apache.org on 2013/04/11 10:36:10 UTC

svn commit: r1466793 - /flex/site/trunk/content/download-utilities.cmsPage

Author: fthomas
Date: Thu Apr 11 08:36:10 2013
New Revision: 1466793

URL: http://svn.apache.org/r1466793
Log:
git update

Modified:
    flex/site/trunk/content/download-utilities.cmsPage

Modified: flex/site/trunk/content/download-utilities.cmsPage
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/download-utilities.cmsPage?rev=1466793&r1=1466792&r2=1466793&view=diff
==============================================================================
--- flex/site/trunk/content/download-utilities.cmsPage (original)
+++ flex/site/trunk/content/download-utilities.cmsPage Thu Apr 11 08:36:10 2013
@@ -1,40 +1,40 @@
-Title:  SDK Utilities
-
-<p>
-    The following utilities are available to make working with the Apache Flex® SDK easier:
-</p>
-
-<div class="headline"><h4 class="title">Apache Flex® SDK Installer Badge</h4></div>
-
-The Apache Flex® SDK Installer Badge is a utility provided by the Apache Flex project to enable a one click download of the Apache Flex SDK Installer application. This application in turn installs the latest release of the Apache Flex SDK right into Adobe Flash Builder, ready for use.
-
-You can embed the badge on your website or in your blog, so your readers have easy access to Apache Flex SDK releases. The badge comes in two sizes, both of which offer the same functionality: download the latest release of the Apache Flex SDK Installer application. To use the badge on your site or blog all you have to do is embed an iframe in the page. The iframe code is presented below:
-
-Regular size (302 x 302)
-
-<iframe name="afSDKInstallBadgeRegular" src="http://flex.apache.org/installerbadge/index.html" frameborder="0" height="302" marginheight="0" marginwidth="0" scrolling="no" width="302"></iframe>
-
-Use this code to embed the regular size badge on your website/blog:
-
-    <iframe name="afSDKInstallBadgeRegular" src="http://flex.apache.org/installerbadge/index.html"
-    frameborder="0" height="302" marginheight="0" marginwidth="0" scrolling="no" width="302"></iframe>
-
-Small size (402 x 84)
-
-<iframe name="afSDKInstallBadgeSmall" src="http://flex.apache.org/installerbadge/index.html" frameborder="0" height="84" marginheight="0" marginwidth="0" scrolling="no" width="402"></iframe>
-
-Use this code to embed the small size badge on your website/blog:
-
-    <iframe name="afSDKInstallBadgeSmall" src="http://flex.apache.org/installerbadge/index.html"
-    frameborder="0" height="84" marginheight="0" marginwidth="0" scrolling="no" width="402"></iframe>
-
-
-<div class="headline"><h4 class="title">Apache Flex SDK Mavenizer</h4></div>
-
-In order to be able to use Flex with a maven build, it is crucial to be able to have access to a mavenized form of FDK. The Apache Flex SDK Mavenizer tool is used to convert the Apache and Adobe Flex SDKs and Air SDKs into Maven artifacts. Automatically creating the Directories, pom-files, copying and moving the resources to the correct destinations.
-
-These artifacts can be used in Maven builds using the Flexmojos plugin (Starting with version 6.x).
-
-You can pick up your copy here:
-
-    svn co https://svn.apache.org/repos/asf/flex/utilities/trunk/mavenizer/ mavenizer
+Title:  SDK Utilities
+
+<p>
+    The following utilities are available to make working with the Apache Flex® SDK easier:
+</p>
+
+<div class="headline"><h4 class="title">Apache Flex® SDK Installer Badge</h4></div>
+
+The Apache Flex® SDK Installer Badge is a utility provided by the Apache Flex project to enable a one click download of the Apache Flex SDK Installer application. This application in turn installs the latest release of the Apache Flex SDK right into Adobe Flash Builder, ready for use.
+
+You can embed the badge on your website or in your blog, so your readers have easy access to Apache Flex SDK releases. The badge comes in two sizes, both of which offer the same functionality: download the latest release of the Apache Flex SDK Installer application. To use the badge on your site or blog all you have to do is embed an iframe in the page. The iframe code is presented below:
+
+Regular size (302 x 302)
+
+<iframe name="afSDKInstallBadgeRegular" src="http://flex.apache.org/installerbadge/index.html" frameborder="0" height="302" marginheight="0" marginwidth="0" scrolling="no" width="302"></iframe>
+
+Use this code to embed the regular size badge on your website/blog:
+
+    <iframe name="afSDKInstallBadgeRegular" src="http://flex.apache.org/installerbadge/index.html"
+    frameborder="0" height="302" marginheight="0" marginwidth="0" scrolling="no" width="302"></iframe>
+
+Small size (402 x 84)
+
+<iframe name="afSDKInstallBadgeSmall" src="http://flex.apache.org/installerbadge/index.html" frameborder="0" height="84" marginheight="0" marginwidth="0" scrolling="no" width="402"></iframe>
+
+Use this code to embed the small size badge on your website/blog:
+
+    <iframe name="afSDKInstallBadgeSmall" src="http://flex.apache.org/installerbadge/index.html"
+    frameborder="0" height="84" marginheight="0" marginwidth="0" scrolling="no" width="402"></iframe>
+
+
+<div class="headline"><h4 class="title">Apache Flex SDK Mavenizer</h4></div>
+
+In order to be able to use Flex with a maven build, it is crucial to be able to have access to a mavenized form of FDK. The Apache Flex SDK Mavenizer tool is used to convert the Apache and Adobe Flex SDKs and Air SDKs into Maven artifacts. Automatically creating the Directories, pom-files, copying and moving the resources to the correct destinations.
+
+These artifacts can be used in Maven builds using the Flexmojos plugin (Starting with version 6.x).
+
+The mavenizer is part of the Apache Utilities Git repository that can be found here:
+
+    https://git-wip-us.apache.org/repos/asf/flex-utilities.git
\ No newline at end of file