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:26 UTC

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

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>