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/27 09:15:49 UTC

[2/6] git commit: [flex-utilities] [refs/heads/develop] - fix names of nodes

fix names of nodes


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

Branch: refs/heads/develop
Commit: 668810aad9fb797dadb6ab418f2e3a59ae07e7cb
Parents: f19d78d
Author: Justin Mclean <jm...@apache.org>
Authored: Wed Aug 27 16:58:29 2014 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Wed Aug 27 16:58:29 2014 +1000

----------------------------------------------------------------------
 TourDeFlex/TourDeFlex3/src/explorer.xml | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/668810aa/TourDeFlex/TourDeFlex3/src/explorer.xml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/explorer.xml b/TourDeFlex/TourDeFlex3/src/explorer.xml
index 8506b29..9a2c9bd 100755
--- a/TourDeFlex/TourDeFlex3/src/explorer.xml
+++ b/TourDeFlex/TourDeFlex3/src/explorer.xml
@@ -445,32 +445,32 @@
 			</node>
 			<node label="Apache Flex 4.9" app="apache/ApacheFlex4_9_0">
 				<!--  Add more examples here -->
-				<compile-mxml label="PostCodeFormatter" app="apache/formatters/PostCodeFormatterExample"/>
-				<compile-mxml label="PostCodeValidator" app="apache/validators/PostCodeValidatorExample"/>
-				<compile-mxml label="New SDK locales" app="apache/i18n/LocaleExample"/>
+				<node label="PostCodeFormatter" app="apache/formatters/PostCodeFormatterExample"/>
+				<node label="PostCodeValidator" app="apache/validators/PostCodeValidatorExample"/>
+				<node label="New SDK locales" app="apache/i18n/LocaleExample"/>
 			</node>
 			<node label="Apache Flex 4.10" app="apache/ApacheFlex4_10_0">
 				<!--  Add more examples here -->
-				<compile-mxml label="International Dates" app="apache/i18n/DateExample"/>
-				<compile-mxml label="Millisecond Formatting" app="apache/i18n/MillisecondExample"/>
-				<compile-mxml label="NumberStepper" app="apache/i18n/NumericStepperExample"/>
-				<compile-mxml label="Scientific Notation Formatting" app="apache/i18n/ScientificExample"/>
-				<compile-mxml label="Timezone Formatting" app="apache/i18n/TimezoneExample"/>
+				<node label="International Dates" app="apache/i18n/DateExample"/>
+				<node label="Millisecond Formatting" app="apache/i18n/MillisecondExample"/>
+				<node label="NumberStepper" app="apache/i18n/NumericStepperExample"/>
+				<node label="Scientific Notation Formatting" app="apache/i18n/ScientificExample"/>
+				<node label="Timezone Formatting" app="apache/i18n/TimezoneExample"/>
 			</node>
 			<node label="Apache Flex 4.11" app="apache/ApacheFlex4_11_0">
 				<!--  Add more examples here -->
-				<compile-mxml label="Callout" app="apache/containers/CalloutExample"/>
+				<node label="Callout" app="apache/containers/CalloutExample"/>
 			</node>
 			<node label="Apache Flex 4.12" app="apache/ApacheFlex4_12_1">
 				<!--  Add more examples here -->
-				<compile-mxml label="MaskedTextInput" app="apache/controls/MaskedTextInputExample"/>
+				<node label="MaskedTextInput" app="apache/controls/MaskedTextInputExample"/>
 			</node>
 			<node label="Apache Flex 4.13" app="apache/ApacheFlex4_13_0">
 				<!--  Add examples here -->
 			</node>
 			<!-- Add when Flex 4.14 is released
 			<node label="Apache Flex 4.14" app="apache/ApacheFlex4_14_0">
-				<compile-mxml label="MaskedTextInput" app="apache/controls/SparkRichTextEditorExample"/>
+				<node label="MaskedTextInput" app="apache/controls/SparkRichTextEditorExample"/>
 			</node> 
 			 -->
 		</node>