Repository: flex-utilities Updated Branches: refs/heads/develop 5c2c9a856 -> 004afb61c
add a coupe of simple 4.11 and 4.12 examples Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/56637f59 Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/56637f59 Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/56637f59 Branch: refs/heads/develop Commit: 56637f59fa8e55656eafab82f10329e2011cd18c Parents: 5c2c9a8 Author: Justin Mclean <[email protected]> Authored: Mon Aug 25 21:59:30 2014 +1000 Committer: Justin Mclean <[email protected]> Committed: Mon Aug 25 21:59:30 2014 +1000 ---------------------------------------------------------------------- TourDeFlex/TourDeFlex3/build.xml | 2 ++ TourDeFlex/TourDeFlex3/src/explorer.xml | 8 +++++--- 2 files changed, 7 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/56637f59/TourDeFlex/TourDeFlex3/build.xml ---------------------------------------------------------------------- diff --git a/TourDeFlex/TourDeFlex3/build.xml b/TourDeFlex/TourDeFlex3/build.xml index a9f0916..7d3d421 100644 --- a/TourDeFlex/TourDeFlex3/build.xml +++ b/TourDeFlex/TourDeFlex3/build.xml @@ -415,6 +415,8 @@ <compile-mxml example="/apache/i18n/MillisecondExample"/> <compile-mxml example="/apache/i18n/ScientificExample"/> <compile-mxml example="/apache/i18n/NumericStepperExample"/> + <compile-mxml example="/apache/containers/CalloutExample"/> + <compile-mxml example="/apache/controls/MaskedTextInputExample"/> </target> <target name="package" description="package up all source files" depends="package-dir,package-tar,package-zip"> http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/56637f59/TourDeFlex/TourDeFlex3/src/explorer.xml ---------------------------------------------------------------------- diff --git a/TourDeFlex/TourDeFlex3/src/explorer.xml b/TourDeFlex/TourDeFlex3/src/explorer.xml index 944daf6..cfe594e 100755 --- a/TourDeFlex/TourDeFlex3/src/explorer.xml +++ b/TourDeFlex/TourDeFlex3/src/explorer.xml @@ -441,7 +441,7 @@ </node> <node label="Apache Flex Components and Features"> <node label="Apache Flex 4.8" app="apache/ApacheFlex4_8_0"> - <!-- Add more examples here --> + <!-- Do we habe any examples here? --> </node> <node label="Apache Flex 4.9" app="apache/ApacheFlex4_9_0"> <!-- Add more examples here --> @@ -458,10 +458,12 @@ <compile-mxml label="Timezone Formatting" app="apache/i18n/TimezoneExample"/> </node> <node label="Apache Flex 4.11" app="apache/ApacheFlex4_11_0"> - <!-- Add examples here --> + <!-- Add more examples here --> + <compile-mxml label="Callout" app="apache/containers/CalloutExample"/> </node> <node label="Apache Flex 4.12" app="apache/ApacheFlex4_12_1"> - <!-- Add examples here --> + <!-- Add more examples here --> + <compile-mxml label="MaskedTextInput" app="apache/controls/MaskedTextInputExample"/> </node> <node label="Apache Flex 4.13" app="apache/ApacheFlex4_13_0"> <!-- Add examples here -->
