You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2012/10/10 09:18:21 UTC

svn commit: r1396493 - in /incubator/flex/utilities/trunk: common/src/org/apache/flex/utilities/common/controls/LinkButton.as installer/build.number installer/src/InstallApacheFlex-app.xml installer/src/sdk-installer-config.xml

Author: erikdebruin
Date: Wed Oct 10 07:18:21 2012
New Revision: 1396493

URL: http://svn.apache.org/viewvc?rev=1396493&view=rev
Log:
Preparing for RC6: bumped build number to 5; fixed license on LinkButton.as.

Modified:
    incubator/flex/utilities/trunk/common/src/org/apache/flex/utilities/common/controls/LinkButton.as
    incubator/flex/utilities/trunk/installer/build.number
    incubator/flex/utilities/trunk/installer/src/InstallApacheFlex-app.xml
    incubator/flex/utilities/trunk/installer/src/sdk-installer-config.xml

Modified: incubator/flex/utilities/trunk/common/src/org/apache/flex/utilities/common/controls/LinkButton.as
URL: http://svn.apache.org/viewvc/incubator/flex/utilities/trunk/common/src/org/apache/flex/utilities/common/controls/LinkButton.as?rev=1396493&r1=1396492&r2=1396493&view=diff
==============================================================================
--- incubator/flex/utilities/trunk/common/src/org/apache/flex/utilities/common/controls/LinkButton.as (original)
+++ incubator/flex/utilities/trunk/common/src/org/apache/flex/utilities/common/controls/LinkButton.as Wed Oct 10 07:18:21 2012
@@ -1,3 +1,22 @@
+////////////////////////////////////////////////////////////////////////////////
+//
+//  Licensed to the Apache Software Foundation (ASF) under one or more
+//  contributor license agreements.  See the NOTICE file distributed with
+//  this work for additional information regarding copyright ownership.
+//  The ASF licenses this file to You under the Apache License, Version 2.0
+//  (the "License"); you may not use this file except in compliance with
+//  the License.  You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+//  Unless required by applicable law or agreed to in writing, software
+//  distributed under the License is distributed on an "AS IS" BASIS,
+//  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+//  See the License for the specific language governing permissions and
+//  limitations under the License.
+//
+////////////////////////////////////////////////////////////////////////////////
+
 package org.apache.flex.utilities.common.controls
 {
 	import flash.events.MouseEvent;

Modified: incubator/flex/utilities/trunk/installer/build.number
URL: http://svn.apache.org/viewvc/incubator/flex/utilities/trunk/installer/build.number?rev=1396493&r1=1396492&r2=1396493&view=diff
==============================================================================
--- incubator/flex/utilities/trunk/installer/build.number (original)
+++ incubator/flex/utilities/trunk/installer/build.number Wed Oct 10 07:18:21 2012
@@ -1,4 +1,3 @@
 #Copyright 2012 The Apache Software Foundation.
-#Mon, 17 Sep 2012 10:41:59 -0700
-#Thu Sep 13 09:32:49 CEST 2012
-build.number=4
\ No newline at end of file
+#Wed Oct 10 09:01:22 CEST 2012
+build.number=5

Modified: incubator/flex/utilities/trunk/installer/src/InstallApacheFlex-app.xml
URL: http://svn.apache.org/viewvc/incubator/flex/utilities/trunk/installer/src/InstallApacheFlex-app.xml?rev=1396493&r1=1396492&r2=1396493&view=diff
==============================================================================
--- incubator/flex/utilities/trunk/installer/src/InstallApacheFlex-app.xml (original)
+++ incubator/flex/utilities/trunk/installer/src/InstallApacheFlex-app.xml Wed Oct 10 07:18:21 2012
@@ -45,7 +45,7 @@
 	<!-- A string value of the format <0-999>.<0-999>.<0-999> that represents application version which can be used to check for application upgrade. 
 	Values can also be 1-part or 2-part. It is not necessary to have a 3-part value.
 	An updated version of application must have a versionNumber value higher than the previous version. Required for namespace >= 2.5 . -->
-	<versionNumber>1.0.4</versionNumber>
+	<versionNumber>1.0.5</versionNumber>
 		         
 	<!-- A string value (such as "v1", "2.5", or "Alpha 1") that represents the version of the application, as it should be shown to users. Optional. -->
 	<!-- <versionLabel></versionLabel> -->

Modified: incubator/flex/utilities/trunk/installer/src/sdk-installer-config.xml
URL: http://svn.apache.org/viewvc/incubator/flex/utilities/trunk/installer/src/sdk-installer-config.xml?rev=1396493&r1=1396492&r2=1396493&view=diff
==============================================================================
--- incubator/flex/utilities/trunk/installer/src/sdk-installer-config.xml (original)
+++ incubator/flex/utilities/trunk/installer/src/sdk-installer-config.xml Wed Oct 10 07:18:21 2012
@@ -21,7 +21,7 @@ limitations under the License.
 
 <config>
 	<version>
-		<latest>1.0.4</latest>
+		<latest>1.0.5</latest>
 	</version>
 	<files>
 	
@@ -30,7 +30,7 @@ limitations under the License.
 			 	- use full URL when binaries are NOT released yet, else use 
 			 	  path relative to mirror
 			 	- if path is relative, don't use starting slash -->
-		<file name="SDKInstallerApp" path="http://people.apache.org/~bigosmallm/installapacheflex_RC5/binaries/" file="apache-flex-sdk-installer-1.0.4-incubating-bin" />
+		<file name="SDKInstallerApp" path="http://people.apache.org/~bigosmallm/installapacheflex_RC6/binaries/" file="apache-flex-sdk-installer-1.0.5-incubating-bin" />
 		
 		<!-- Mirror URL CGI -->
 		<file name="MirrorURLCGI" path="" file="single-mirror-url.cgi" />