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/18 23:59:07 UTC

[1/2] git commit: [flex-utilities] [refs/heads/develop] - add back in Scroller1Example

Repository: flex-utilities
Updated Branches:
  refs/heads/develop e3edf8154 -> f5c33094c


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/develop
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"/>


[2/2] git commit: [flex-utilities] [refs/heads/develop] - include fxg files in release artefacts

Posted by jm...@apache.org.
include fxg files in release artefacts


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

Branch: refs/heads/develop
Commit: f5c33094cb7e26800e6042204e8b5a3c9a5b09a3
Parents: 1937a91
Author: Justin Mclean <jm...@apache.org>
Authored: Tue Aug 19 07:58:53 2014 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Tue Aug 19 07:58:53 2014 +1000

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


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/f5c33094/TourDeFlex/TourDeFlex3/build.xml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/build.xml b/TourDeFlex/TourDeFlex3/build.xml
index 5c39f35..6dd9860 100644
--- a/TourDeFlex/TourDeFlex3/build.xml
+++ b/TourDeFlex/TourDeFlex3/build.xml
@@ -410,6 +410,7 @@
                 <include name="**/*.ttf" />
                 <include name="**/*.mp4" />
                 <include name="**/*.mp3" />
+                <include name="**/*.fxg" />
                 <include name="**/*.xml" />
                 <exclude name="**/*.swf" />
              </tarfileset>
@@ -437,6 +438,7 @@
                 <include name="**/*.ttf" />
                 <include name="**/*.mp4" />
                 <include name="**/*.mp3" />
+                <include name="**/*.fxg" />
                 <include name="**/*.xml" />
                 <exclude name="**/*.swf" />
              </fileset>