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/18 07:22:25 UTC

[1/8] git commit: [flex-flexunit] [refs/heads/release4.2.0] - update version to 2.1.0

Repository: flex-flexunit
Updated Branches:
  refs/heads/release4.2.0 fe2d22bc3 -> 79119ae17


update version to 2.1.0


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

Branch: refs/heads/release4.2.0
Commit: bf654dd4c99d92795d7a93f730bf0d80c558a978
Parents: c8680a9
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Mar 17 17:41:16 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Mar 17 17:41:16 2014 +1100

----------------------------------------------------------------------
 FlexUnit4/src/org/flexunit/runner/FlexUnitCore.as | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/bf654dd4/FlexUnit4/src/org/flexunit/runner/FlexUnitCore.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/org/flexunit/runner/FlexUnitCore.as b/FlexUnit4/src/org/flexunit/runner/FlexUnitCore.as
index 6375fbb..a452302 100644
--- a/FlexUnit4/src/org/flexunit/runner/FlexUnitCore.as
+++ b/FlexUnit4/src/org/flexunit/runner/FlexUnitCore.as
@@ -46,7 +46,7 @@ package org.flexunit.runner {
 	[Event(type="testsStopped", type="flash.events.Event")]
 
 	/**  
-	 * FlexUnit4 Version: 4.1.00<br/>
+	 * FlexUnit4 Version: 4.2.0<br/>
 	 * 
 	 * The <code>FlexUnitCore</code> is responsible for executing objects that implement an <code>IRequest</code>
 	 * interface.  There are several ways that the <code>IRequest</code> can be provided to the 
@@ -145,7 +145,7 @@ package org.flexunit.runner {
 		 * Returns the version number.
 		 */
 		public static function get version():String {
-			return "4.1.0";
+			return "4.2.0";
 		}
 		
 		/**


[8/8] git commit: [flex-flexunit] [refs/heads/release4.2.0] - remove fonts due to licensing concerns

Posted by jm...@apache.org.
remove fonts due to licensing concerns


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

Branch: refs/heads/release4.2.0
Commit: 79119ae174cab18c7f18f63dd574a2f5191939c9
Parents: 2deb264
Author: Justin Mclean <jm...@apache.org>
Authored: Tue Mar 18 17:16:24 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Tue Mar 18 17:16:24 2014 +1100

----------------------------------------------------------------------
 .../src/org/flexunit/flexui/TestRunnerBase.mxml | 24 +-------------------
 1 file changed, 1 insertion(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/79119ae1/FlexUnit4UIListener/src/org/flexunit/flexui/TestRunnerBase.mxml
----------------------------------------------------------------------
diff --git a/FlexUnit4UIListener/src/org/flexunit/flexui/TestRunnerBase.mxml b/FlexUnit4UIListener/src/org/flexunit/flexui/TestRunnerBase.mxml
index 45927fd..bb58662 100644
--- a/FlexUnit4UIListener/src/org/flexunit/flexui/TestRunnerBase.mxml
+++ b/FlexUnit4UIListener/src/org/flexunit/flexui/TestRunnerBase.mxml
@@ -36,23 +36,6 @@
       [Event( name="testsComplete", type="org.flexunit.flexui.event.TestsCompleteEvent")]
    </mx:Metadata>
 	<mx:Style>
-		@font-face {
-			font-family: "Myriad Pro SemiCond";
-			src: url("/fonts/fonts.swf");
-		}
-		
-		/* Font for anything else */
-		@font-face {
-			font-family: "Myriad Pro";
-			src: url("/fonts/fonts.swf");
-		}
-		
-		@font-face {
-			font-family: "Myriad Pro";
-			font-weight: bold;
-			src: url("/fonts/fonts.swf");
-		}
-		
 		/* Class-selectors are the only way to apply styles to components */
 		.flexUnitApplication {
 			backgroundColor: #3872b2;
@@ -60,7 +43,6 @@
 			backgroundGradientAlphas: 1, 1;
 			themeColor: #ffffff;
 			color: #444444;
-			fontFamily: "Myriad Pro";
 			fontSize: 12;
 			verticalScrollBarStyleName: flexUnitScrollBar;
 			horizontalScrollBarStyleName: flexUnitScrollBar;
@@ -69,7 +51,6 @@
 		}
 		
 		.myToolTip {
-			fontFamily: "Myriad Pro";
 			background-color: #3872b2;
 			leading: 5;
 		}
@@ -172,13 +153,11 @@
 		}
 		
 		.panelTitleStyle {
-			fontFamily: "Myriad Pro SemiCond";
 			fontSize: 24;
 			textIndent: 20;
 		}
 		
 		.panelTitleSubStyle {
-			fontFamily: "Myriad Pro SemiCond";
 			fontSize: 16;
 		}
 		
@@ -189,7 +168,6 @@
 		}
 		
 		.h1 {
-			fontFamily: "Myriad Pro SemiCond";
 			fontSize: 18;
 		}
 		
@@ -573,4 +551,4 @@
    
    </mx:HDividedBox>
 			  
-</mx:Panel>
\ No newline at end of file
+</mx:Panel>


[5/8] git commit: [flex-flexunit] [refs/heads/release4.2.0] - change name prefix to "apache-flex-flexunit"

Posted by jm...@apache.org.
change name prefix to "apache-flex-flexunit"


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

Branch: refs/heads/release4.2.0
Commit: e8b4d08397c4ecb7e117be5a355764f6aeabc975
Parents: 09dfd59
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Mar 17 17:49:47 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Mar 17 17:49:47 2014 +1100

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


http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/e8b4d083/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 8ff87dd..d595121 100644
--- a/build.xml
+++ b/build.xml
@@ -35,7 +35,7 @@ to contribute to our CI process.
    <property file="${basedir}/version.properties" />
 
    <!-- Configuration -->
-   <property name="finalName" value="apache-flexunit-${build.version}-${build.sdk}" />
+   <property name="finalName" value="apache-flex-flexunit-${build.version}-${build.sdk}" />
 
    <!-- Project locations -->
    <property name="anttasks.loc" location="${basedir}/FlexUnit4AntTasks" />


[2/8] git commit: [flex-flexunit] [refs/heads/release4.2.0] - Change Adobe Consulting to Apache Flex and added ApacheFlex trademark

Posted by jm...@apache.org.
Change Adobe Consulting to Apache Flex and added ApacheFlex  trademark


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

Branch: refs/heads/release4.2.0
Commit: bd31d06003a5e0ee75d892b5e874560f7abdfde0
Parents: bf654dd
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Mar 17 17:41:59 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Mar 17 17:41:59 2014 +1100

----------------------------------------------------------------------
 .../src/org/flexunit/flexui/TestRunnerBase.mxml                | 6 +++---
 .../src/org/flexunit/flexui/controls/FlexUnitLabels.as         | 3 ++-
 .../src/org/flexunit/flexui/controls/LeftHandSide.mxml         | 2 ++
 3 files changed, 7 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/bd31d060/FlexUnit4UIListener/src/org/flexunit/flexui/TestRunnerBase.mxml
----------------------------------------------------------------------
diff --git a/FlexUnit4UIListener/src/org/flexunit/flexui/TestRunnerBase.mxml b/FlexUnit4UIListener/src/org/flexunit/flexui/TestRunnerBase.mxml
index 80af8f9..45927fd 100644
--- a/FlexUnit4UIListener/src/org/flexunit/flexui/TestRunnerBase.mxml
+++ b/FlexUnit4UIListener/src/org/flexunit/flexui/TestRunnerBase.mxml
@@ -540,12 +540,12 @@
          />
       
       <controls:Title
-         text="{ FlexUnitLabels.POWERED_BY_ADOBE_CONSULTING }"
+         text="{ FlexUnitLabels.POWERED_BY_APACHE_FLEX }"
          styleName="panelTitleSubStyle"
          useHandCursor="true"
          buttonMode="true"
          mouseChildren= "false"
-         click="navigateToURL( new URLRequest( 'http://www.adobe.com/consulting/' ) )"
+         click="navigateToURL( new URLRequest( 'http://flex.apache.org' ) )"
          />
       
    </mx:HBox>
@@ -572,5 +572,5 @@
          />
    
    </mx:HDividedBox>
-
+			  
 </mx:Panel>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/bd31d060/FlexUnit4UIListener/src/org/flexunit/flexui/controls/FlexUnitLabels.as
----------------------------------------------------------------------
diff --git a/FlexUnit4UIListener/src/org/flexunit/flexui/controls/FlexUnitLabels.as b/FlexUnit4UIListener/src/org/flexunit/flexui/controls/FlexUnitLabels.as
index c72e877..7fe2d59 100644
--- a/FlexUnit4UIListener/src/org/flexunit/flexui/controls/FlexUnitLabels.as
+++ b/FlexUnit4UIListener/src/org/flexunit/flexui/controls/FlexUnitLabels.as
@@ -24,10 +24,11 @@ package org.flexunit.flexui.controls
       public static const FLEXUNIT_RUNNER : String = "FlexUnit Runner";
 	  public static const FLEXUNIT : String = "FlexUnit";
 	  public static const RUNNER : String = "Runner";
-      public static const POWERED_BY_ADOBE_CONSULTING : String = "powered by Adobe Consulting";
+      public static const POWERED_BY_APACHE_FLEX : String = "powered by Apache Flex®";
       public static const TEST_CASES : String = "TEST CASES";
       public static const TEST_SUITE : String = "TEST SUITE";
       public static const RESULT_DETAILS : String = "RESULT DETAILS";
+	  public static const TRADEMARKS : String = "Copyright © 2014 The Apache Software Foundation, Licensed under the Apache License, Version 2.0 Apache Flex, Apache and the Apache feather logo are trademarks of The Apache Software Foundation.";
       
       /* FILTERS */
       public static const ALL : String = "All results";

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/bd31d060/FlexUnit4UIListener/src/org/flexunit/flexui/controls/LeftHandSide.mxml
----------------------------------------------------------------------
diff --git a/FlexUnit4UIListener/src/org/flexunit/flexui/controls/LeftHandSide.mxml b/FlexUnit4UIListener/src/org/flexunit/flexui/controls/LeftHandSide.mxml
index fbe3392..33a66cc 100644
--- a/FlexUnit4UIListener/src/org/flexunit/flexui/controls/LeftHandSide.mxml
+++ b/FlexUnit4UIListener/src/org/flexunit/flexui/controls/LeftHandSide.mxml
@@ -107,4 +107,6 @@
       label="Tree"
      />
 
+	<mx:Label text="{ FlexUnitLabels.TRADEMARKS }" fontSize="9" />
+
 </mx:VBox>


[4/8] git commit: [flex-flexunit] [refs/heads/release4.2.0] - Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-flexunit into develop

Posted by jm...@apache.org.
Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-flexunit into develop


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

Branch: refs/heads/release4.2.0
Commit: 09dfd598cb1efbaa4742a7389c688e01884b8990
Parents: a797220 fe2d22b
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Mar 17 17:44:11 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Mar 17 17:44:11 2014 +1100

----------------------------------------------------------------------
 build/check_sigs.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------



[7/8] git commit: [flex-flexunit] [refs/heads/release4.2.0] - removed binary files

Posted by jm...@apache.org.
removed binary files


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

Branch: refs/heads/release4.2.0
Commit: 2deb264f3db88cc1633fa1e0586e0a824b56475f
Parents: e7cd84b
Author: Justin Mclean <jm...@apache.org>
Authored: Tue Mar 18 09:22:16 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Tue Mar 18 09:22:16 2014 +1100

----------------------------------------------------------------------
 FlexUnit4UIListener/src/fonts/fonts.fla | Bin 49152 -> 0 bytes
 FlexUnit4UIListener/src/fonts/fonts.swf | Bin 127217 -> 0 bytes
 FlexUnit4UIListener/src/skins/Thumbs.db | Bin 5632 -> 0 bytes
 FlexUnit4UIListener/src/skins/empty.swf | Bin 94 -> 0 bytes
 4 files changed, 0 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/2deb264f/FlexUnit4UIListener/src/fonts/fonts.fla
----------------------------------------------------------------------
diff --git a/FlexUnit4UIListener/src/fonts/fonts.fla b/FlexUnit4UIListener/src/fonts/fonts.fla
deleted file mode 100644
index 13e77be..0000000
Binary files a/FlexUnit4UIListener/src/fonts/fonts.fla and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/2deb264f/FlexUnit4UIListener/src/fonts/fonts.swf
----------------------------------------------------------------------
diff --git a/FlexUnit4UIListener/src/fonts/fonts.swf b/FlexUnit4UIListener/src/fonts/fonts.swf
deleted file mode 100644
index 025fb85..0000000
Binary files a/FlexUnit4UIListener/src/fonts/fonts.swf and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/2deb264f/FlexUnit4UIListener/src/skins/Thumbs.db
----------------------------------------------------------------------
diff --git a/FlexUnit4UIListener/src/skins/Thumbs.db b/FlexUnit4UIListener/src/skins/Thumbs.db
deleted file mode 100644
index 46efb2c..0000000
Binary files a/FlexUnit4UIListener/src/skins/Thumbs.db and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/2deb264f/FlexUnit4UIListener/src/skins/empty.swf
----------------------------------------------------------------------
diff --git a/FlexUnit4UIListener/src/skins/empty.swf b/FlexUnit4UIListener/src/skins/empty.swf
deleted file mode 100644
index 461da47..0000000
Binary files a/FlexUnit4UIListener/src/skins/empty.swf and /dev/null differ


[6/8] git commit: [flex-flexunit] [refs/heads/release4.2.0] - Add notice to release files sets.

Posted by jm...@apache.org.
Add notice to release files sets.


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

Branch: refs/heads/release4.2.0
Commit: e7cd84baee9c61fa0588dc9ead60b01e258bcdc8
Parents: e8b4d08
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Mar 17 17:53:11 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Mar 17 17:53:11 2014 +1100

----------------------------------------------------------------------
 build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/e7cd84ba/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index d595121..319b70c 100644
--- a/build.xml
+++ b/build.xml
@@ -192,7 +192,7 @@ to contribute to our CI process.
    <target name="package-src-zip" depends="test,listeners">
       <zip destfile="${basedir}/out/${finalName}-src.zip">
       	 <!-- Important Files -->
-      	 <zipfileset dir="${basedir}" includes="LICENSE,README,RELEASE_NOTES,build.xml,jenkins.xml,utils.xml,version.properties" />
+      	 <zipfileset dir="${basedir}" includes="LICENSE,NOTICE,README,RELEASE_NOTES,build.xml,jenkins.xml,utils.xml,version.properties" />
       	
          <!-- Source -->
          <zipfileset dir="${anttasks.loc}" excludes="**/target/**,**/lib/**,**/libs/**,**/in/**,**/*.swf" prefix="FlexUnit4AntTasks" />
@@ -228,7 +228,7 @@ to contribute to our CI process.
    <target name="package-bin-zip" depends="test,listeners">
       <zip destfile="${basedir}/out/${finalName}-bin.zip">
      	 <!-- Important Files -->
-     	 <zipfileset dir="${basedir}" includes="LICENSE.bin,README,RELEASE_NOTES" />
+     	 <zipfileset dir="${basedir}" includes="LICENSE.bin,NOTICE.bin,README,RELEASE_NOTES" />
       	
          <!-- Docs -->
          <zipfileset dir="${anttasks.loc}/target/docs" prefix="docs/anttasks" />


[3/8] git commit: [flex-flexunit] [refs/heads/release4.2.0] - added notice files

Posted by jm...@apache.org.
added notice files


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

Branch: refs/heads/release4.2.0
Commit: a797220a78ddda30d16473d3e485635f720a1b7b
Parents: bd31d06
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Mar 17 17:42:42 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Mar 17 17:42:42 2014 +1100

----------------------------------------------------------------------
 NOTICE     |  5 +++++
 NOTICE.bin | 39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/a797220a/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000..a62964b
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,5 @@
+Apache Flex FlexUnit
+Copyright 2014 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/a797220a/NOTICE.bin
----------------------------------------------------------------------
diff --git a/NOTICE.bin b/NOTICE.bin
new file mode 100644
index 0000000..37f40f3
--- /dev/null
+++ b/NOTICE.bin
@@ -0,0 +1,39 @@
+Apache Flex FlexUnit
+Copyright 2014 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+FlexUnit4AntTasks/lib/dom4j-1.6.1.jar
+Copyright 2001-2005 (c) MetaStuff, Ltd. All Rights Reserved.
+
+FlexUnit4Test/libs/mock-as3.swc
+Copyright (c) 2007, ANYwebcam.com Pty Ltd
+ 
+FlexUnit4Test/libs/fluint-1_2.swc
+Copyright (c) 2007-2011, Digital Primates IT Consulting Group
+
+FlexUnit4FluintExtensions/libs/fluint-1_2.swc
+Copyright (c) 2007-2011, Digital Primates IT Consulting Group
+
+FlexUnit4FlexCoverListener/libs/CoverageAgent.swc
+Copyright (c) 2007-2011, Digital Primates IT Consulting Group
+
+FlexUnit4AntTasks/lib/junit-3.8.1.jar
+Authored by Kent Beck and Erich Gamma
+
+FlexUnit4/libs/FlexUnit1Lib.swc
+FlexUnit4Test/libs/FlexUnit1Lib.swc
+Copyright (c) 2003-2010. Adobe Systems Incorporated. All rights reserved. 
+
+FlexUnit4/libs/hamcrest-as3-flex-1.1.3.swc
+FlexUnit4Test/libs/hamcrest-as3-flex-1.1.3.swc
+Copyright (c) 2000-2006, www.hamcrest.org. All rights reserved.
+
+FlexUnit4Test/libs/mockolate-0.9.5.swc
+Copyright (c) 2010, Drew Bourne.
+
+FlexUnit4Test/libs/builds/saxon9he.jar
+Copyright (c) 2004-2010, Saxonica Limited. All rights reserved.
+
+