You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2014/08/09 04:13:36 UTC

[2/3] git commit: [flex-utilities] [refs/heads/develop] - add Spark and MX nodes to explorer

add Spark and MX nodes to explorer


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/622c3153
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/622c3153
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/622c3153

Branch: refs/heads/develop
Commit: 622c3153577bda8c7b5b5b3cc1b62c9e77e150c3
Parents: 30b6835
Author: Justin Mclean <jm...@apache.org>
Authored: Sat Aug 9 12:12:44 2014 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Sat Aug 9 12:12:44 2014 +1000

----------------------------------------------------------------------
 TourDeFlex/TourDeFlex3/src/explorer.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/622c3153/TourDeFlex/TourDeFlex3/src/explorer.xml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/explorer.xml b/TourDeFlex/TourDeFlex3/src/explorer.xml
index 0ee2b21..7062167 100755
--- a/TourDeFlex/TourDeFlex3/src/explorer.xml
+++ b/TourDeFlex/TourDeFlex3/src/explorer.xml
@@ -17,8 +17,8 @@
   -->
 
 <compTree>
-	<node label="FrameWork Components">
-		<node label="MX FrameWork Components">
+	<node>
+		<node label="MX Framework Components">
 			<node label="Visual Components">
 				<node label="General Controls">
 					<node label="Alert" app="controls/SimpleAlert" />
@@ -204,5 +204,7 @@
 				</node>
 			</node>
 		</node>
+		<node label="Spark Framework Components">
+		</node>
 	</node>
 </compTree>
\ No newline at end of file