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/03/16 21:54:31 UTC

[1/3] git commit: [flex-flexunit] [refs/heads/develop] - update redeem and added "ant package" info

Repository: flex-flexunit
Updated Branches:
  refs/heads/develop e483832a8 -> cb0ec65c3


update redeem and added "ant package" info


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

Branch: refs/heads/develop
Commit: a7ed9b870cc1208d83c9a10e6a897672844af27a
Parents: e483832
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Mar 17 07:41:45 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Mar 17 07:41:45 2014 +1100

----------------------------------------------------------------------
 README | 32 +++++++++++++++++---------------
 1 file changed, 17 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/a7ed9b87/README
----------------------------------------------------------------------
diff --git a/README b/README
index 3c05b2b..51eef9a 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
-Apache Flex (FlexUnit)
+Apache Flex FlexUnit
 ==================
 
-Apache Flex (FlexUnit) is a unit testing framework for Apache Flex and ActionScript 3.0 
+Apache Flex FlexUnit is a unit testing framework for Apache Flex and ActionScript 3.0 
 applications and libraries. It mimics the functionality of JUnit, a Java 
 unit testing framework, and comes with a graphical test runner.
 
@@ -17,10 +17,10 @@ Getting the latest sources via git
 
     For further information visit http://flex.apache.org/download-source.html
 
-Building Apache Flex (FlexUnit)
+Building Apache Flex FlexUnit
 =========================
 
-    Apache Flex (FlexUnit) requires some build tools which must be installed
+    Apache Flex FlexUnit requires some build tools which must be installed
     prior to building FlexUnit and it depends on some external software which
     are downloaded as part of the build process.  Some of these have different licenses.
     See the Software Dependencies section for more information on the external software
@@ -70,8 +70,8 @@ Install Prerequisites
 Software Dependencies
 ---------------------
 
-    Apache Flex (FlexUnit) uses third-party code that will be downloaded as part of the Apache
-    Flex (FlexUnit) build.  
+    Apache Flex FlexUnit uses third-party code that will be downloaded as part of the Apache
+    Flex FlexUnit build.  
 
     When you have all the prerequisites in place and the environment variables set, 
     (see Install Prerequisites above), use
@@ -110,22 +110,24 @@ Software Dependencies
 		saxon9he - http://search.maven.org/remotecontent?filepath=net/sf/saxon/Saxon-HE/9.4/Saxon-HE-9.4.jar (License - MPL 1.1)
 
 
-Building Apache Flex (FlexUnit)
+Building Apache Flex FlexUnit
 -----------------------------------------------
 
     When you have all the prerequisites in place and the environment variables set, 
-    (see Install Prerequisites above), use
+    (see Install Prerequisites above), to build Apache Flex FlexUnit use:
 
         cd <flexunit.dir>
         ant
-    
-    build Apache Flex (FlexUnit).
-	�
-	To clean the build use
+	
+	To clean the build use:
     
         ant clean 
+        
+ 	To package the build use:
+    
+        ant package        
 		
-Thanks for using Apache Flex (FlexUnit).  Enjoy!
+Thanks for using Apache Flex FlexUnit.  Enjoy!
 
-                                          The Apache Flex Project
-                                          <http://flex.apache.org>
+The Apache Flex Project
+<http://flex.apache.org>


[3/3] git commit: [flex-flexunit] [refs/heads/develop] - update version info

Posted by jm...@apache.org.
update version info


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

Branch: refs/heads/develop
Commit: cb0ec65c3c3ab0cc15a08dc98499ebb9ec0a8b56
Parents: 4123b67
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Mar 17 07:54:14 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Mar 17 07:54:14 2014 +1100

----------------------------------------------------------------------
 version.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/cb0ec65c/version.properties
----------------------------------------------------------------------
diff --git a/version.properties b/version.properties
index b024f9c..a5621b2 100644
--- a/version.properties
+++ b/version.properties
@@ -14,6 +14,6 @@
 # limitations under the License.
 
 build.groupId=org.flexunit
-build.version=4.1.0
-build.number=20140316
+build.version=4.2.0
+build.number=20140317
 build.sdk=4.12.0


[2/3] git commit: [flex-flexunit] [refs/heads/develop] - No need for FlexUnit to be in brackets

Posted by jm...@apache.org.
No need for FlexUnit to be in brackets


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

Branch: refs/heads/develop
Commit: 4123b677127a4dd7b760969bc1eb7f587c9ccfd4
Parents: a7ed9b8
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Mar 17 07:42:15 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Mar 17 07:42:15 2014 +1100

----------------------------------------------------------------------
 RELEASE_NOTES | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/4123b677/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 2e2ed01..7f224eb 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,7 +1,7 @@
-Apache Flex (FlexUnit) 4.2
+Apache Flex FlexUnit 4.2
 =================
 
-Apache Flex (FlexUnit) 4.2 is an update to FlexUnit 4.1 and first release under Apache. 
+Apache Flex FlexUnit 4.2 is an update to FlexUnit 4.1 and first release under Apache. 
 
 Differences from FlexUnit 4.1 include:
 
@@ -27,5 +27,5 @@ Please report new issues to our bugbase at:
 
     https://issues.apache.org/jira/browse/FLEX
 
-                                          The Apache Flex Project
-                                          <http://flex.apache.org/>
+The Apache Flex Project
+<http://flex.apache.org/>