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/09/07 01:48:27 UTC

[1/5] git commit: [flex-utilities] [refs/heads/develop] - add Piotr

Repository: flex-utilities
Updated Branches:
  refs/heads/develop a1d4c6725 -> 5f0719e21


add Piotr


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

Branch: refs/heads/develop
Commit: 07d12d27892f98358353a2c477cf1dbb36310621
Parents: a1d4c67
Author: Justin Mclean <jm...@apache.org>
Authored: Sun Sep 7 09:42:05 2014 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Sun Sep 7 09:42:05 2014 +1000

----------------------------------------------------------------------
 TourDeFlex/CONTRIBUTORS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/07d12d27/TourDeFlex/CONTRIBUTORS
----------------------------------------------------------------------
diff --git a/TourDeFlex/CONTRIBUTORS b/TourDeFlex/CONTRIBUTORS
index 319333e..924837b 100644
--- a/TourDeFlex/CONTRIBUTORS
+++ b/TourDeFlex/CONTRIBUTORS
@@ -4,7 +4,7 @@ support to the Apache Flex Tour De Flex.
 Apache Flex Tour De Flex 1.1
 ----------------------------
 Andrew Wetmore, Alex Harui, Christofer Dutz, Justin Mclean, Lee Burrows,
-Nemi, OmPrakash Muppirala
+Nemi, OmPrakash Muppirala, Piotr
 
 
 Apache Flex Tour De Flex 1.0


[5/5] git commit: [flex-utilities] [refs/heads/develop] - minor edit

Posted by jm...@apache.org.
minor edit


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

Branch: refs/heads/develop
Commit: 5f0719e21f66bcca54127c85721442f646df8f68
Parents: e04e9a3
Author: Justin Mclean <jm...@apache.org>
Authored: Sun Sep 7 09:48:11 2014 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Sun Sep 7 09:48:11 2014 +1000

----------------------------------------------------------------------
 TourDeFlex/TourDeFlex3/README | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/5f0719e2/TourDeFlex/TourDeFlex3/README
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/README b/TourDeFlex/TourDeFlex3/README
index 4e13d8a..f09ffd9 100644
--- a/TourDeFlex/TourDeFlex3/README
+++ b/TourDeFlex/TourDeFlex3/README
@@ -10,7 +10,7 @@
 Initial Setup Required
 ==========================================================================================            
   
-    The environment variable FLEX_HOME need to be set to the absolute path of the Apache
+    The environment variable FLEX_HOME needs to be set to the absolute path of the Apache
     Flex SDK. If you prefer you can set this in env.properties.
   
 ==========================================================================================
@@ -71,3 +71,9 @@ How to check the code out of Git
 
 2.  Change directory to:
 	cd TourDeFlex/TourDeFlex3
+
+
+Thanks for using Apache Flex.  Enjoy!
+
+       The Apache Flex Project
+       <http://flex.apache.org>	


[2/5] git commit: [flex-utilities] [refs/heads/develop] - make FLEX_HOME clearer

Posted by jm...@apache.org.
make FLEX_HOME clearer


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

Branch: refs/heads/develop
Commit: f3632d1ce4e76a1d2a32a1af6eacbba60b1e01d7
Parents: 07d12d2
Author: Justin Mclean <jm...@apache.org>
Authored: Sun Sep 7 09:42:39 2014 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Sun Sep 7 09:42:39 2014 +1000

----------------------------------------------------------------------
 TourDeFlex/TourDeFlex3/README | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/f3632d1c/TourDeFlex/TourDeFlex3/README
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/README b/TourDeFlex/TourDeFlex3/README
index 4690f3c..4e13d8a 100644
--- a/TourDeFlex/TourDeFlex3/README
+++ b/TourDeFlex/TourDeFlex3/README
@@ -10,12 +10,11 @@
 Initial Setup Required
 ==========================================================================================            
   
-    FLEX_HOME is the absolute path to the Apache Flex SDK
-    If you omit this argument, and the system environment variable, FLEX_HOME exists,
-    it is used.
+    The environment variable FLEX_HOME need to be set to the absolute path of the Apache
+    Flex SDK. If you prefer you can set this in env.properties.
   
 ==========================================================================================
-How to build the installer using ant (no IDE is required)
+How to build Tour De Flex using ant (no IDE is required)
 ==========================================================================================
 
 1.  On Linux or Mac un tar/gzip the source distribution:


[4/5] git commit: [flex-utilities] [refs/heads/develop] - make FLEX_HOME clearer

Posted by jm...@apache.org.
make FLEX_HOME clearer


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

Branch: refs/heads/develop
Commit: e04e9a3d9954899d98b4597828ae6507fb9ff999
Parents: 0a524eb
Author: Justin Mclean <jm...@apache.org>
Authored: Sun Sep 7 09:47:36 2014 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Sun Sep 7 09:47:36 2014 +1000

----------------------------------------------------------------------
 Squiggly/README | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/e04e9a3d/Squiggly/README
----------------------------------------------------------------------
diff --git a/Squiggly/README b/Squiggly/README
index 6bd88f2..6b69397 100644
--- a/Squiggly/README
+++ b/Squiggly/README
@@ -7,12 +7,11 @@
 Initial Setup Required
 ==========================================================================================            
   
-    FLEX_HOME is the absolute path to the Apache Flex SDK
-    If you omit this argument, and the system environment variable, FLEX_HOME exists,
-    it is used.
+    The environment variable FLEX_HOME needs to be set to the absolute path of the Apache
+    Flex SDK. If you prefer you can set this in env.properties.
   
 ==========================================================================================
-How to build the installer using ant (no IDE is required)
+How to build Squiggly using ant (no IDE is required)
 ==========================================================================================
 
 1.  On Linux or Mac un tar/gzip the source distribution:


[3/5] git commit: [flex-utilities] [refs/heads/develop] - flight reorder

Posted by jm...@apache.org.
flight reorder


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

Branch: refs/heads/develop
Commit: 0a524eb85e1551cc4ca905e1e464e29d3c443b78
Parents: f3632d1
Author: Justin Mclean <jm...@apache.org>
Authored: Sun Sep 7 09:43:14 2014 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Sun Sep 7 09:43:14 2014 +1000

----------------------------------------------------------------------
 TourDeFlex/TourDeFlex3/RELEASE_NOTES | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/0a524eb8/TourDeFlex/TourDeFlex3/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/RELEASE_NOTES b/TourDeFlex/TourDeFlex3/RELEASE_NOTES
index b568a5c..7b178a1 100644
--- a/TourDeFlex/TourDeFlex3/RELEASE_NOTES
+++ b/TourDeFlex/TourDeFlex3/RELEASE_NOTES
@@ -20,9 +20,9 @@ Bugs fixed and improvements:
 FLEX-34502 Add link to github in TourDeFlex
 FLEX-34500 Show total number of examples in Tour De Flex UI
 FLEX-34495 Error loading source file
+FLEX-34492 Need ability to link to examples
 FLEX-34491 The Spark Module Load example is non functional
 FLEX-34490 The Spark Video example produces a "Playback Error"
-FLEX-34492 Need ability to link to examples
 FLEX-34489 Some examples are missing all source files tab
 FLEX-34488 Add favicon to TourDeFlex
 FLEX-34483 Make logo links to Apache Flex web site
@@ -32,7 +32,6 @@ FLEX-34479 Change naming format of TourDeFlex
 FLEX-34478 Wrong paths for video in TourDeFlex application
 FLEX-34474 TourDeFlex effects example bad styles and modifying default destination scaling
 
-
 ------------------------------------------------
 Apache Flex Tour De Flex Component Explorer 1.0
 ------------------------------------------------