Author: aharui
Date: Tue Apr 22 18:42:47 2014
New Revision: 1589247
URL: http://svn.apache.org/r1589247
Log:
add asjs to source code page
Modified:
flex/site/trunk/content/dev-sourcecode.cmsPage
Modified: flex/site/trunk/content/dev-sourcecode.cmsPage
URL:
http://svn.apache.org/viewvc/flex/site/trunk/content/dev-sourcecode.cmsPage?rev=1589247&r1=1589246&r2=1589247&view=diff
==============================================================================
--- flex/site/trunk/content/dev-sourcecode.cmsPage (original)
+++ flex/site/trunk/content/dev-sourcecode.cmsPage Tue Apr 22 18:42:47 2014
@@ -17,6 +17,10 @@ If you are looking for the cutting edge
See the README at the root of the sdk for further details on how to set
it up.
+If you are looking for the FlexJS SDK:
+
+ git clone https://git-wip-us.apache.org/repos/asf/flex-asjs.git asjs
+
If you are looking for the Flex "Falcon" Compiler:
git clone https://git-wip-us.apache.org/repos/asf/flex-falcon.git falcon
@@ -25,13 +29,17 @@ If you are looking for the TLF Project:
git clone https://git-wip-us.apache.org/repos/asf/flex-tlf.git tlf
+If you are looking for FlexUnit:
+
+ git clone https://git-wip-us.apache.org/repos/asf/flex-flexunit.git
flexunit
+
If you are looking for the Apache Flex SDK Installer or the Apache Flex SDK
Mavenizer Project:
git clone https://git-wip-us.apache.org/repos/asf/flex-utilities.git
utilities
<div><h4>Apache Flex SDK Automated Testing Libraries</h4></div>
-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 [FlexUnit][4] for unit testing.
We use [Mockolate][5] for mocks and test spies in unit tests. Read more about
Mockolate on the project [homepage][5].
@@ -53,6 +61,9 @@ If you would like to browse the project
* [FlexUnit][15]
+* [FlexJS][16]
+
+
[1]: http://git-scm.com/
[2]:
https://git-wip-us.apache.org/repos/asf/flex-sdk/repo?p=flex-sdk.git;a=summary
[3]: http://www.atlassian.com/git/tutorial/git-basics
@@ -68,3 +79,4 @@ If you would like to browse the project
[13]: https://fisheye6.atlassian.com/graph/flex-falcon
[14]: https://fisheye6.atlassian.com/graph/flex-utilities
[15]: https://fisheye6.atlassian.com/graph/flex-flexunit-git
+[16]: https://fisheye6.atlassian.com/graph/flex-asjs