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/23 06:45:54 UTC

[47/50] [abbrv] git commit: [flex-utilities] [refs/heads/master] - add back in Scroller1Example

add back in Scroller1Example


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

Branch: refs/heads/master
Commit: 1937a914aedaf5e482a124892da3444db898385a
Parents: e3edf81
Author: Justin Mclean <jm...@apache.org>
Authored: Tue Aug 19 07:57:40 2014 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Tue Aug 19 07:57:40 2014 +1000

----------------------------------------------------------------------
 TourDeFlex/TourDeFlex3/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/1937a914/TourDeFlex/TourDeFlex3/build.xml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/build.xml b/TourDeFlex/TourDeFlex3/build.xml
index 0b34498..5c39f35 100644
--- a/TourDeFlex/TourDeFlex3/build.xml
+++ b/TourDeFlex/TourDeFlex3/build.xml
@@ -371,7 +371,7 @@
 		<compile-mxml example="/spark/controls/RadioButtonExample"/>
 		<compile-mxml example="/spark/controls/ToggleButton2Example"/>
 		<compile-mxml example="/spark/controls/ScrollBarExample"/>
-		<!-- <compile-mxml example="/spark/controls/Scroller1Example"/> -->
+		<compile-mxml example="/spark/controls/Scroller1Example"/>
 		<compile-mxml example="/spark/controls/Scroller2Example"/>
 		<compile-mxml example="/spark/controls/SliderExample"/>
 		<compile-mxml example="/spark/controls/SpinnerExample"/>