You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2012/10/09 08:38:09 UTC

svn commit: r1395867 - in /incubator/flex/site/trunk: content/flex/source.mdtext templates/flex_community.mdtext

Author: erikdebruin
Date: Tue Oct  9 06:38:09 2012
New Revision: 1395867

URL: http://svn.apache.org/viewvc?rev=1395867&view=rev
Log:
Updating Source page to give information about the branches/develop vs. trunk and Mustella.

Modified:
    incubator/flex/site/trunk/content/flex/source.mdtext
    incubator/flex/site/trunk/templates/flex_community.mdtext

Modified: incubator/flex/site/trunk/content/flex/source.mdtext
URL: http://svn.apache.org/viewvc/incubator/flex/site/trunk/content/flex/source.mdtext?rev=1395867&r1=1395866&r2=1395867&view=diff
==============================================================================
--- incubator/flex/site/trunk/content/flex/source.mdtext (original)
+++ incubator/flex/site/trunk/content/flex/source.mdtext Tue Oct  9 06:38:09 2012
@@ -16,14 +16,17 @@ Notice:    Licensed to the Apache Softwa
            specific language governing permissions and limitations
            under the License.
 
-We use [Apache Subversion][1] for version control. You can [browse our 
-repository][2] in your web browser.
+We use [Apache Subversion][1] for version control. You can [browse our repository][2] in your web browser. The development of the Flex SDK is done on 'branches/develop', while releases are cut from the 'trunk'.
 
 For further information see the [Apache Source Code Repository][3] page.
 
 ## Getting the source code
 
-If you are looking for the Flex SDK:
+If you are looking for the cutting edge development branch of the Flex SDK:
+
+    svn co https://svn.apache.org/repos/asf/incubator/flex/sdk/branches/develop/ flex
+
+If you are looking for the pre-release version of the Flex SDK:
 
     svn co https://svn.apache.org/repos/asf/incubator/flex/sdk/trunk/ flex
 
@@ -35,23 +38,21 @@ If you are looking for the TLF Project:
 
     svn co https://svn.apache.org/repos/asf/incubator/flex/tlf/trunk/ tlf
 
+If you are looking for the Apache Flex Installer Project:
+
+    svn co https://svn.apache.org/repos/asf/incubator/flex/utilities/trunk/installer/ afi
+
 ## Apache Flex SDK Automated Testing Libraries
 
-We use [FlexUnit][4] for unit testing.
-FlexUnit is in the initial phases of being donated to the Apache Flex project, more
-information will be posted here as it becomes available.
-
-We use [Mockolate][5] for mocks and test spies in unit tests. 
-Read more about Mockolate on the project [homepage][5]. 
-
-We use Mustella for functional testing of the SDK.
-Information on Mustella based functional testing will become available here as soon as
-the testing framework and existing test suite(s) are finished going through the donation 
-process from Adobe to The Apache Software Foundation.
+We use [FlexUnit][4] for unit testing. FlexUnit is in the initial phases of being donated to the Apache Flex project, more information will be posted here as it becomes available.
+
+We use [Mockolate][5] for mocks and test spies in unit tests. Read more about Mockolate on the project [homepage][5]. 
 
+We use Mustella for functional testing of the SDK. You can find more information on the [Wiki page][6].
 
 [1]: http://subversion.apache.org
 [2]: http://svn.apache.org/viewvc/incubator/flex
 [3]: http://www.apache.org/dev/version-control.html
 [4]: http://flexunit.org/
 [5]: http://mockolate.org/
+[6]: https://cwiki.apache.org/confluence/display/FLEX/Mustella+Overview

Modified: incubator/flex/site/trunk/templates/flex_community.mdtext
URL: http://svn.apache.org/viewvc/incubator/flex/site/trunk/templates/flex_community.mdtext?rev=1395867&r1=1395866&r2=1395867&view=diff
==============================================================================
--- incubator/flex/site/trunk/templates/flex_community.mdtext (original)
+++ incubator/flex/site/trunk/templates/flex_community.mdtext Tue Oct  9 06:38:09 2012
@@ -1,5 +1,5 @@
 <div>
-    <a href="./community_team.html">Team (killed buildbot?)</a> - 
+    <a href="./community_team.html">Team</a> - 
     <a href="./community_get_involved.html">Get Involved</a> - 
     <a href="./community_mailing_list.html">Mailing List</a> - 
     <a href="./community_social_media.html">Social Media</a> -