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 2015/01/23 09:21:17 UTC

[01/16] git commit: [flex-sdk] [refs/heads/develop] - remove prompt for OSMF download

Repository: flex-sdk
Updated Branches:
  refs/heads/develop aec2fe3c7 -> 11288df3b


remove prompt for OSMF download


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

Branch: refs/heads/develop
Commit: cf82515f0f93b05d78a6e5739fa5723c64375996
Parents: cd5d42e
Author: Alex Harui <ah...@apache.org>
Authored: Tue Jan 20 23:28:04 2015 -0800
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Fri Jan 23 09:20:34 2015 +0100

----------------------------------------------------------------------
 frameworks/downloads.xml | 32 --------------------------------
 1 file changed, 32 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/cf82515f/frameworks/downloads.xml
----------------------------------------------------------------------
diff --git a/frameworks/downloads.xml b/frameworks/downloads.xml
index f2847fa..0652183 100644
--- a/frameworks/downloads.xml
+++ b/frameworks/downloads.xml
@@ -83,27 +83,6 @@
         </delete>
         <delete dir="${lib.opt.dir}" failonerror="false"/>
      </target>
-
-	<!--
-        MPL 1.1 Licesense Notification
-        See http://www.apache.org/legal/3party.html#labeling-reciprocity
-        Section "Category B: Reciprocal Licenses"
-    -->
-    <target name="echo-mpl1.1-license">       
-        <input
-            message="Mozilla Public License Version 1.1:
-                ${line.separator}
-                ${line.separator}The contents of the file(s) are subject to the Mozilla Public License Version 1.1.
-                ${line.separator}You may not use the file(s) except in compliance with the License. 
-                ${line.separator}You may obtain a copy of the License here:
-                ${line.separator}    http://www.mozilla.org/MPL/. 
-                ${line.separator}By downloading, modifying, distributing, using and/or accessing the file(s), 
-                ${line.separator}you agree to the terms and conditions of the applicable license agreement.
-                ${line.separator}
-                ${line.separator}I have read the MPL1.1 license information above?"
-            validargs="y"
-            defaultvalue="y"/>
-    </target>
            
 	<!--
         osmf.swc (Version 1.0)
@@ -113,18 +92,7 @@
         <available file="${basedir}/libs/osmf.swc" property="osmf.swc.present"/>
     </target>
    
-    <!-- 
-        Notify before downloading file with MPL1.1 license.
-    -->
-    <target name="ask-osmf" unless="build.noprompt">
-        <echo message="The Open Source Media Framework (OSMF) used by the video components"/>
-        <echo message="is licensed under the Mozilla Public License Version 1.1."/>
-        <antcall target="echo-mpl1.1-license"/>
-        <property name="do.osmf.install" value="set" />
-    </target>
-    
     <target name="osmf-download" depends="osmf-check" unless="osmf.swc.present">
-        <antcall target="ask-osmf"/>     
         <available file="${download.dir}/osmf.swc" type="file" property="osmf.swc.exists"/>
         <antcall target="download-osmf-swc" />
     	<copy file="${download.dir}/osmf.swc" todir="${basedir}/libs" />


[12/16] git commit: [flex-sdk] [refs/heads/develop] - tweak license

Posted by er...@apache.org.
tweak license


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

Branch: refs/heads/develop
Commit: 304ddf63f72ffcaf52a936d5ccbf040323dc6018
Parents: 4e12e9b
Author: Alex Harui <ah...@apache.org>
Authored: Wed Jan 21 09:27:18 2015 -0800
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Fri Jan 23 09:20:39 2015 +0100

----------------------------------------------------------------------
 LICENSE | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/304ddf63/LICENSE
----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
index 4438cea..3faa057 100644
--- a/LICENSE
+++ b/LICENSE
@@ -258,7 +258,7 @@ see frameworks/projects/flatspark/src/flatspark/assets/fonts/awesome
 The Lato font is available under OFL. For details
 see frameworks/projects/flatspark/src/flatspark/assets/fonts/lato
 
-This product bundles a fork of Apache Batik which includes files available under
+This product includes a fork of Apache Batik which includes files available under
 the 2002 W3C Software license.  For details, see 
 modules/thirdparty/batik/LICENSE.W3C2002.
 


[05/16] git commit: [flex-sdk] [refs/heads/develop] - add CONTRIBUTORS file to package

Posted by er...@apache.org.
add CONTRIBUTORS file to package


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

Branch: refs/heads/develop
Commit: f64e42eac586b99954ba7bf43fc2c35c0adda6fd
Parents: 1033d53
Author: Alex Harui <ah...@apache.org>
Authored: Wed Jan 21 00:24:33 2015 -0800
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Fri Jan 23 09:20:36 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f64e42ea/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 2e23dce..b114c30 100644
--- a/build.xml
+++ b/build.xml
@@ -610,6 +610,7 @@
                 <include name="README"/>
                 <include name="RELEASE_NOTES"/>
             	<include name="CONTRIBUTING"/>
+                <include name="CONTRIBUTORS"/>
             </fileset>
         </copy>
          


[02/16] git commit: [flex-sdk] [refs/heads/develop] - Update copyright year

Posted by er...@apache.org.
Update copyright year


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

Branch: refs/heads/develop
Commit: cd5d42e525c1df5100ef60e5a4373b8f3788c8fe
Parents: aec2fe3
Author: Justin Mclean <jm...@apache.org>
Authored: Wed Jan 21 11:28:33 2015 +1100
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Fri Jan 23 09:20:34 2015 +0100

----------------------------------------------------------------------
 modules/asc/src/java/macromedia/asc/embedding/Main.java  | 2 +-
 modules/asc/src/java/macromedia/asc/embedding/Shell.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/cd5d42e5/modules/asc/src/java/macromedia/asc/embedding/Main.java
----------------------------------------------------------------------
diff --git a/modules/asc/src/java/macromedia/asc/embedding/Main.java b/modules/asc/src/java/macromedia/asc/embedding/Main.java
index 0339f8b..9d2045d 100644
--- a/modules/asc/src/java/macromedia/asc/embedding/Main.java
+++ b/modules/asc/src/java/macromedia/asc/embedding/Main.java
@@ -390,7 +390,7 @@ public class Main
 		{
 			System.out.println("ActionScript 3.0 for AVM+");
 			System.out.println("version " + Version.getVersion() + " build "+ Version.getBuild());
-			System.out.println("Copyright 2014 The Apache Software Foundation");
+			System.out.println("Copyright 2015 The Apache Software Foundation");
 			System.out.println("All rights reserved\n");
 			System.out.println("Usage:");
 			System.out.println("  asc {-AS3|-ES|-d|-f|-h|-i|-import <filename>|-in <filename>|-m|-p}* filespec");

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/cd5d42e5/modules/asc/src/java/macromedia/asc/embedding/Shell.java
----------------------------------------------------------------------
diff --git a/modules/asc/src/java/macromedia/asc/embedding/Shell.java b/modules/asc/src/java/macromedia/asc/embedding/Shell.java
index b4f3370..f3a757c 100644
--- a/modules/asc/src/java/macromedia/asc/embedding/Shell.java
+++ b/modules/asc/src/java/macromedia/asc/embedding/Shell.java
@@ -590,7 +590,7 @@ public class Shell
 	private static void intro()
 	{
 		System.out.println("Actionscript compiler SHell (ash)");
-		System.out.println("Copyright 2014 The Apache Software Foundation");
+		System.out.println("Copyright 2015 The Apache Software Foundation");
 		System.out.println("");
 	}
 


[03/16] git commit: [flex-sdk] [refs/heads/develop] - add Batik fork W3C to LICENSE

Posted by er...@apache.org.
add Batik fork W3C to LICENSE


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

Branch: refs/heads/develop
Commit: 1033d53c8186baf945a8869b58c8d3bb571c87b8
Parents: ddf2d59
Author: Alex Harui <ah...@apache.org>
Authored: Wed Jan 21 00:18:54 2015 -0800
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Fri Jan 23 09:20:35 2015 +0100

----------------------------------------------------------------------
 LICENSE                                  |  4 ++
 modules/thirdparty/batik/LICENSE.W3C2002 | 59 +++++++++++++++++++++++++++
 2 files changed, 63 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1033d53c/LICENSE
----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
index 5fd8ccc..4438cea 100644
--- a/LICENSE
+++ b/LICENSE
@@ -258,4 +258,8 @@ see frameworks/projects/flatspark/src/flatspark/assets/fonts/awesome
 The Lato font is available under OFL. For details
 see frameworks/projects/flatspark/src/flatspark/assets/fonts/lato
 
+This product bundles a fork of Apache Batik which includes files available under
+the 2002 W3C Software license.  For details, see 
+modules/thirdparty/batik/LICENSE.W3C2002.
+
 --------------------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1033d53c/modules/thirdparty/batik/LICENSE.W3C2002
----------------------------------------------------------------------
diff --git a/modules/thirdparty/batik/LICENSE.W3C2002 b/modules/thirdparty/batik/LICENSE.W3C2002
new file mode 100644
index 0000000..9448107
--- /dev/null
+++ b/modules/thirdparty/batik/LICENSE.W3C2002
@@ -0,0 +1,59 @@
+W3C SOFTWARE NOTICE AND LICENSE
+This work (and included software, documentation such as READMEs, or 
+other related items) is being provided by the copyright holders under 
+the following license.
+
+License
+
+By obtaining, using and/or copying this work, 
+you (the licensee) agree that you have read, understood, and will 
+comply with the following terms and conditions.
+Permission to copy, modify, and distribute this software 
+and its documentation, with or without modification, for any 
+purpose and without fee or royalty is hereby granted, provided that 
+you include the following on ALL copies of the software and 
+documentation or portions thereof, including modifications:
+
+The full text of this NOTICE in a location viewable to users of 
+the redistributed or derivative work.
+
+Any pre-existing intellectual property disclaimers, notices, or 
+terms and conditions. If none exist, the W3C Software Short Notice 
+should be included (hypertext is preferred, text is permitted) 
+within the body of any redistributed or derivative code.
+
+Notice of any changes or modifications to the files, including the 
+date changes were made. (We recommend you provide URIs to the 
+location from which the code is derived.)
+
+Disclaimers
+
+THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND 
+COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR 
+IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF 
+MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE 
+USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD 
+PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
+COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, 
+SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE 
+SOFTWARE OR DOCUMENTATION.
+
+The name and trademarks of copyright holders may NOT be used in 
+advertising or publicity pertaining to the software without 
+specific, written prior permission. Title to copyright in this 
+software and any associated documentation will at all times remain 
+with copyright holders.
+
+Notes
+
+This version: http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
+
+This formulation of W3C's notice and license became active on 
+December 31 2002. This version removes the copyright ownership notice 
+such that this license can be used with materials other than those 
+owned by the W3C, reflects that ERCIM is now a host of the W3C, 
+includes references to this specific dated version of the license, and 
+removes the ambiguous grant of "use". Otherwise, this version is the 
+same as the previous version and is written so as to preserve the 
+Free Software Foundation's assessment of GPL compatibility and OSI's 
+certification under the Open Source Definition.
\ No newline at end of file


[15/16] git commit: [flex-sdk] [refs/heads/develop] - Fix RSLs 'versioning' issue in *-config.xml files

Posted by er...@apache.org.
Fix RSLs 'versioning' issue in *-config.xml files

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


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

Branch: refs/heads/develop
Commit: 199feb07f4c98956ae11430995719ac0e1f20e91
Parents: 361bd07
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Thu Jan 22 15:39:19 2015 +0100
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Fri Jan 23 09:20:41 2015 +0100

----------------------------------------------------------------------
 installer.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/199feb07/installer.xml
----------------------------------------------------------------------
diff --git a/installer.xml b/installer.xml
index 6418fc9..95b8c36 100644
--- a/installer.xml
+++ b/installer.xml
@@ -775,13 +775,20 @@
         <echo>${INFO_INSTALLING_CONFIG_FILES}</echo>
         <antcall target="fixup-config-files-version" />
         <antcall target="fixup-config-files-swfversion" />
+        <tstamp>
+            <format property="build.number.date" pattern="yyyyMMdd" />
+        </tstamp>
         <replace file="${FLEX_HOME}/frameworks/flex-config.xml">
             <replacefilter token="{playerglobalHome}"
                 value="libs/player"/>
+            <replacefilter token="$${build.number}"
+                value="${release.version}.${build.number.date}"/>
         </replace>
         <replace file="${FLEX_HOME}/frameworks/air-config.xml">
             <replacefilter token="{airHome}/frameworks/libs"
             value="libs"/>
+            <replacefilter token="$${build.number}"
+                value="${release.version}.${build.number.date}"/>
         </replace>
         <replace file="${FLEX_HOME}/frameworks/airmobile-config.xml">
             <replacefilter token="{airHome}/frameworks/libs"


[07/16] git commit: [flex-sdk] [refs/heads/develop] - more copyright year updates

Posted by er...@apache.org.
http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Mxmlc_ko.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Mxmlc_ko.properties b/modules/compiler/src/java/flex2/tools/Mxmlc_ko.properties
index 15cf408..4e0dfed 100644
--- a/modules/compiler/src/java/flex2/tools/Mxmlc_ko.properties
+++ b/modules/compiler/src/java/flex2/tools/Mxmlc_ko.properties
@@ -22,5 +22,5 @@ InitialSetup=\ucd08\uae30 \uc124\uc815:
 LoadedSWCs=${num}\uac1c\uc758 SWC \ub85c\ub4dc\ub428:
 CouldNotInstantiate=${config}\uc744(\ub97c) \uc778\uc2a4\ud134\uc2a4\ud654\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
 DumpConfig=${filename}\uc5d0 \uad6c\uc131 \ub364\ud504 \uc4f0\uae30
-StartMessage=Apache Flex Compiler (${program})\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex Compiler (${program})\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 NoUpdateMessage=${name}\uc740(\ub294) \ucd5c\uc2e0 \ubc84\uc804\uc774\ubbc0\ub85c \ub2e4\uc2dc \ube4c\ub4dc\ud560 \ud544\uc694\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Mxmlc_nb.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Mxmlc_nb.properties b/modules/compiler/src/java/flex2/tools/Mxmlc_nb.properties
index 37dd218..ec912a6 100644
--- a/modules/compiler/src/java/flex2/tools/Mxmlc_nb.properties
+++ b/modules/compiler/src/java/flex2/tools/Mxmlc_nb.properties
@@ -22,5 +22,5 @@ InitialSetup=F\u00f8rste installasjon:
 LoadedSWCs=Lastet inn ${num} swc-er:
 CouldNotInstantiate=Kan ikke representere ${config}
 DumpConfig=Skriver konfigurasjonsdump til ${filename}
-StartMessage=Apache Flex Compiler (${program})\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex Compiler (${program})\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 NoUpdateMessage=${name} er oppdatert og trenger ikke \u00e5 bygges p\u00e5 nytt..

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Mxmlc_nl.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Mxmlc_nl.properties b/modules/compiler/src/java/flex2/tools/Mxmlc_nl.properties
index d0579f6..a1e61b8 100644
--- a/modules/compiler/src/java/flex2/tools/Mxmlc_nl.properties
+++ b/modules/compiler/src/java/flex2/tools/Mxmlc_nl.properties
@@ -22,5 +22,5 @@ InitialSetup=Begininstellingen:
 LoadedSWCs=${num} SWC's geladen:
 CouldNotInstantiate=Kan geen exemplaar maken van ${config}
 DumpConfig=Configuratiedump wordt naar ${filename} geschreven
-StartMessage=Apache Flex Compiler (${program})\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex Compiler (${program})\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 NoUpdateMessage=${name} is up-to-date en hoeft niet opnieuw te worden gemaakt.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Mxmlc_pt.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Mxmlc_pt.properties b/modules/compiler/src/java/flex2/tools/Mxmlc_pt.properties
index d0ae93d..b512194 100644
--- a/modules/compiler/src/java/flex2/tools/Mxmlc_pt.properties
+++ b/modules/compiler/src/java/flex2/tools/Mxmlc_pt.properties
@@ -22,5 +22,5 @@ InitialSetup=Configura\u00e7\u00e3o inicial:
 LoadedSWCs=${num} SWCs carregados:
 CouldNotInstantiate=N\u00e3o foi poss\u00edvel criar a inst\u00e2ncia ${config}
 DumpConfig=Gravando despejo de configura\u00e7\u00e3o em ${filename}
-StartMessage=Apache Flex Compiler (${program})\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex Compiler (${program})\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 NoUpdateMessage=${name} est\u00e1 atualizado e n\u00e3o \u00e9 preciso recri\u00e1-lo.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Mxmlc_ru.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Mxmlc_ru.properties b/modules/compiler/src/java/flex2/tools/Mxmlc_ru.properties
index 2d5cca7..4353c7e 100644
--- a/modules/compiler/src/java/flex2/tools/Mxmlc_ru.properties
+++ b/modules/compiler/src/java/flex2/tools/Mxmlc_ru.properties
@@ -22,5 +22,5 @@ InitialSetup=\u041d\u0430\u0447\u0430\u043b\u044c\u043d\u0430\u044f \u043d\u0430
 LoadedSWCs=\u0417\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u043e ${num} SWC:
 CouldNotInstantiate=\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u043e\u0437\u0434\u0430\u0442\u044c ${config}
 DumpConfig=\u0417\u0430\u043f\u0438\u0441\u044c \u0434\u0430\u043c\u043f\u0430 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0432 ${filename}
-StartMessage=Apache Flex Compiler (${program})\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex Compiler (${program})\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 NoUpdateMessage=${name} \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0430\u043a\u0442\u0443\u0430\u043b\u044c\u043d\u044b\u043c \u0438 \u043d\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e\u0439 \u0441\u0431\u043e\u0440\u043a\u0438.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Mxmlc_sv.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Mxmlc_sv.properties b/modules/compiler/src/java/flex2/tools/Mxmlc_sv.properties
index 8e98ff3..db782d7 100644
--- a/modules/compiler/src/java/flex2/tools/Mxmlc_sv.properties
+++ b/modules/compiler/src/java/flex2/tools/Mxmlc_sv.properties
@@ -22,5 +22,5 @@ InitialSetup=Initial konfiguration:
 LoadedSWCs=Laddade ${num} SWC:er:
 CouldNotInstantiate=Det gick inte att skapa en instans av ${config}
 DumpConfig=Skriver konfigurationsdump till ${filename}
-StartMessage=Apache Flex Compiler (${program})\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex Compiler (${program})\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 NoUpdateMessage=${name} \u00e4r aktuell och beh\u00f6ver inte kompileras om.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Mxmlc_zh_CN.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Mxmlc_zh_CN.properties b/modules/compiler/src/java/flex2/tools/Mxmlc_zh_CN.properties
index 8e273a1..ceeaf31 100644
--- a/modules/compiler/src/java/flex2/tools/Mxmlc_zh_CN.properties
+++ b/modules/compiler/src/java/flex2/tools/Mxmlc_zh_CN.properties
@@ -22,5 +22,5 @@ InitialSetup=\u521d\u59cb\u8bbe\u7f6e:
 LoadedSWCs=\u5df2\u52a0\u8f7d ${num} \u4e2a SWC:
 CouldNotInstantiate=\u65e0\u6cd5\u5b9e\u4f8b\u5316 ${config}
 DumpConfig=\u5c06\u914d\u7f6e\u8f6c\u50a8\u5199\u5165 ${filename}
-StartMessage=Apache Flex Compiler (${program})\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex Compiler (${program})\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 NoUpdateMessage=${name} \u662f\u6700\u65b0\u7684\uff0c\u4e0d\u5fc5\u91cd\u5efa\u3002

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Mxmlc_zh_TW.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Mxmlc_zh_TW.properties b/modules/compiler/src/java/flex2/tools/Mxmlc_zh_TW.properties
index 5d61f27..5553a73 100644
--- a/modules/compiler/src/java/flex2/tools/Mxmlc_zh_TW.properties
+++ b/modules/compiler/src/java/flex2/tools/Mxmlc_zh_TW.properties
@@ -22,5 +22,5 @@ InitialSetup=\u521d\u59cb\u8a2d\u5b9a:
 LoadedSWCs=\u5df2\u8f09\u5165 ${num} \u500b SWC:
 CouldNotInstantiate=\u7121\u6cd5\u5be6\u9ad4\u5316 ${config}
 DumpConfig=\u5c07\u7d44\u614b\u50be\u5370\u5beb\u5165 ${filename}
-StartMessage=Apache Flex Compiler (${program})\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex Compiler (${program})\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 NoUpdateMessage=${name} \u662f\u6700\u65b0\u7684\uff0c\u4e0d\u9700\u8981\u91cd\u5efa\u3002


[10/16] git commit: [flex-sdk] [refs/heads/develop] - update rat excludes

Posted by er...@apache.org.
update rat excludes


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

Branch: refs/heads/develop
Commit: aa7f6514902f50999560e6abc23aeb7010a122d1
Parents: b6c6c25
Author: Alex Harui <ah...@apache.org>
Authored: Wed Jan 21 01:16:58 2015 -0800
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Fri Jan 23 09:20:38 2015 +0100

----------------------------------------------------------------------
 ApproveSDK.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/aa7f6514/ApproveSDK.xml
----------------------------------------------------------------------
diff --git a/ApproveSDK.xml b/ApproveSDK.xml
index 8ddf4ea..80906ec 100644
--- a/ApproveSDK.xml
+++ b/ApproveSDK.xml
@@ -249,6 +249,11 @@
                 <exclude name="modules/thirdparty/batik/sources/*.mf"/>
                 <!-- exclude text files -->
                 <exclude name="CONTRIBUTING"/>
+                <exclude name="CONTRIBUTORS"/>
+                <exclude name="LICENSE.bin"/>
+                <exclude name="NOTICE.bin"/>
+                <exclude name="NOTICE.asc"/>
+                <exclude name="NOTICE.base"/>
                 <exclude name="modules/thirdparty/batik/lib/**/LICENSE*.txt"/>
                 <exclude name="modules/thirdparty/batik/lib/**/README*.txt"/>
                 <!-- exclude w3c sources -->


[08/16] git commit: [flex-sdk] [refs/heads/develop] - more copyright year updates

Posted by er...@apache.org.
more copyright year updates


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

Branch: refs/heads/develop
Commit: 4119c64a396996c441b4c1838ed3139e7bb47a0f
Parents: f64e42e
Author: Alex Harui <ah...@apache.org>
Authored: Wed Jan 21 00:54:59 2015 -0800
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Fri Jan 23 09:20:37 2015 +0100

----------------------------------------------------------------------
 modules/compiler/src/java/flex2/tools/ASDoc_da.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/ASDoc_de.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/ASDoc_en.properties        | 4 ++--
 modules/compiler/src/java/flex2/tools/ASDoc_es.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/ASDoc_fi.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/ASDoc_fr.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/ASDoc_it.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/ASDoc_ja.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/ASDoc_ko.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/ASDoc_nb.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/ASDoc_nl.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/ASDoc_pt.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/ASDoc_ru.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/ASDoc_sv.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/ASDoc_zh_CN.properties     | 2 +-
 modules/compiler/src/java/flex2/tools/ASDoc_zh_TW.properties     | 2 +-
 modules/compiler/src/java/flex2/tools/Compc_da.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/Compc_de.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/Compc_en.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/Compc_es.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/Compc_fi.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/Compc_fr.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/Compc_it.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/Compc_ja.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/Compc_ko.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/Compc_nb.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/Compc_nl.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/Compc_pt.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/Compc_ru.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/Compc_sv.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/Compc_zh_CN.properties     | 2 +-
 modules/compiler/src/java/flex2/tools/Compc_zh_TW.properties     | 2 +-
 modules/compiler/src/java/flex2/tools/DigestTool_da.properties   | 2 +-
 modules/compiler/src/java/flex2/tools/DigestTool_de.properties   | 2 +-
 modules/compiler/src/java/flex2/tools/DigestTool_en.properties   | 4 ++--
 modules/compiler/src/java/flex2/tools/DigestTool_es.properties   | 2 +-
 modules/compiler/src/java/flex2/tools/DigestTool_fi.properties   | 2 +-
 modules/compiler/src/java/flex2/tools/DigestTool_fr.properties   | 2 +-
 modules/compiler/src/java/flex2/tools/DigestTool_it.properties   | 2 +-
 modules/compiler/src/java/flex2/tools/DigestTool_ja.properties   | 2 +-
 modules/compiler/src/java/flex2/tools/DigestTool_ko.properties   | 2 +-
 modules/compiler/src/java/flex2/tools/DigestTool_nb.properties   | 2 +-
 modules/compiler/src/java/flex2/tools/DigestTool_nl.properties   | 2 +-
 modules/compiler/src/java/flex2/tools/DigestTool_pt.properties   | 2 +-
 modules/compiler/src/java/flex2/tools/DigestTool_ru.properties   | 2 +-
 modules/compiler/src/java/flex2/tools/DigestTool_sv.properties   | 2 +-
 .../compiler/src/java/flex2/tools/DigestTool_zh_CN.properties    | 2 +-
 .../compiler/src/java/flex2/tools/DigestTool_zh_TW.properties    | 2 +-
 modules/compiler/src/java/flex2/tools/Fcsh_da.properties         | 2 +-
 modules/compiler/src/java/flex2/tools/Fcsh_de.properties         | 2 +-
 modules/compiler/src/java/flex2/tools/Fcsh_en.properties         | 2 +-
 modules/compiler/src/java/flex2/tools/Fcsh_es.properties         | 2 +-
 modules/compiler/src/java/flex2/tools/Fcsh_fi.properties         | 2 +-
 modules/compiler/src/java/flex2/tools/Fcsh_fr.properties         | 2 +-
 modules/compiler/src/java/flex2/tools/Fcsh_it.properties         | 2 +-
 modules/compiler/src/java/flex2/tools/Fcsh_ja.properties         | 2 +-
 modules/compiler/src/java/flex2/tools/Fcsh_ko.properties         | 2 +-
 modules/compiler/src/java/flex2/tools/Fcsh_nb.properties         | 2 +-
 modules/compiler/src/java/flex2/tools/Fcsh_nl.properties         | 2 +-
 modules/compiler/src/java/flex2/tools/Fcsh_pt.properties         | 2 +-
 modules/compiler/src/java/flex2/tools/Fcsh_ru.properties         | 2 +-
 modules/compiler/src/java/flex2/tools/Fcsh_sv.properties         | 2 +-
 modules/compiler/src/java/flex2/tools/Fcsh_zh_CN.properties      | 2 +-
 modules/compiler/src/java/flex2/tools/Fcsh_zh_TW.properties      | 2 +-
 modules/compiler/src/java/flex2/tools/Mxmlc_da.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/Mxmlc_de.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/Mxmlc_en.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/Mxmlc_es.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/Mxmlc_fi.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/Mxmlc_fr.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/Mxmlc_it.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/Mxmlc_ja.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/Mxmlc_ko.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/Mxmlc_nb.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/Mxmlc_nl.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/Mxmlc_pt.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/Mxmlc_ru.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/Mxmlc_sv.properties        | 2 +-
 modules/compiler/src/java/flex2/tools/Mxmlc_zh_CN.properties     | 2 +-
 modules/compiler/src/java/flex2/tools/Mxmlc_zh_TW.properties     | 2 +-
 80 files changed, 82 insertions(+), 82 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/ASDoc_da.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/ASDoc_da.properties b/modules/compiler/src/java/flex2/tools/ASDoc_da.properties
index d6d6f75..9c6b87a 100644
--- a/modules/compiler/src/java/flex2/tools/ASDoc_da.properties
+++ b/modules/compiler/src/java/flex2/tools/ASDoc_da.properties
@@ -18,6 +18,6 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of ASDoc
-StartMessage=Apache Flex ASDoc \n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex ASDoc \n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 OutputMessage=Dokumentationen er oprettet i ${location}
 ValidationMessage=Der blev fundet tekst med forkert format. Der er flere oplysninger i ${file}.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/ASDoc_de.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/ASDoc_de.properties b/modules/compiler/src/java/flex2/tools/ASDoc_de.properties
index c12d6d1..c398aae 100644
--- a/modules/compiler/src/java/flex2/tools/ASDoc_de.properties
+++ b/modules/compiler/src/java/flex2/tools/ASDoc_de.properties
@@ -18,6 +18,6 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of ASDoc
-StartMessage=Apache Flex ASDoc \n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex ASDoc \n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 OutputMessage=Dokumentation wurde erstellt unter: ${location}
 ValidationMessage=Gefundener nicht wohlgeformter Text. Zu Details siehe ${file}.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/ASDoc_en.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/ASDoc_en.properties b/modules/compiler/src/java/flex2/tools/ASDoc_en.properties
index db3dbf8..b4fd444 100644
--- a/modules/compiler/src/java/flex2/tools/ASDoc_en.properties
+++ b/modules/compiler/src/java/flex2/tools/ASDoc_en.properties
@@ -18,6 +18,6 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of ASDoc
-StartMessage=Apache Flex ASDoc \n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex ASDoc \n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 OutputMessage=Documentation was created in ${location}
-ValidationMessage=Encountered not well-formed text. Please see ${file} for details.
\ No newline at end of file
+ValidationMessage=Encountered not well-formed text. Please see ${file} for details.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/ASDoc_es.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/ASDoc_es.properties b/modules/compiler/src/java/flex2/tools/ASDoc_es.properties
index f15a820..f6ce6d1 100644
--- a/modules/compiler/src/java/flex2/tools/ASDoc_es.properties
+++ b/modules/compiler/src/java/flex2/tools/ASDoc_es.properties
@@ -18,6 +18,6 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of ASDoc
-StartMessage=Apache Flex ASDoc \n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex ASDoc \n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 OutputMessage=La documentaci\u00f3n se cre\u00f3 en ${location}
 ValidationMessage=Se ha encontrado texto con formato incorrecto. Consulte ${file} para ver los detalles.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/ASDoc_fi.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/ASDoc_fi.properties b/modules/compiler/src/java/flex2/tools/ASDoc_fi.properties
index 0d3ebb0..24b8b7e 100644
--- a/modules/compiler/src/java/flex2/tools/ASDoc_fi.properties
+++ b/modules/compiler/src/java/flex2/tools/ASDoc_fi.properties
@@ -18,6 +18,6 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of ASDoc
-StartMessage=Apache Flex ASDoc \n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex ASDoc \n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 OutputMessage=Dokumentaatio luotiin hakemistoon ${location}
 ValidationMessage=Kohdattiin teksti, jota ei ole muodostettu hyvin. Katso lis\u00e4tietoja tiedostosta ${file}.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/ASDoc_fr.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/ASDoc_fr.properties b/modules/compiler/src/java/flex2/tools/ASDoc_fr.properties
index 56cc063..7929ae4 100644
--- a/modules/compiler/src/java/flex2/tools/ASDoc_fr.properties
+++ b/modules/compiler/src/java/flex2/tools/ASDoc_fr.properties
@@ -18,6 +18,6 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of ASDoc
-StartMessage=Apache Flex ASDoc \n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex ASDoc \n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 OutputMessage=La documentation a \u00e9t\u00e9 cr\u00e9\u00e9e sous ${location}.
 ValidationMessage=Texte incorrectement mis en forme rencontr\u00e9. Veuillez consulter ${file} pour plus de d\u00e9tails.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/ASDoc_it.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/ASDoc_it.properties b/modules/compiler/src/java/flex2/tools/ASDoc_it.properties
index 2767adb..fe22e34 100644
--- a/modules/compiler/src/java/flex2/tools/ASDoc_it.properties
+++ b/modules/compiler/src/java/flex2/tools/ASDoc_it.properties
@@ -18,6 +18,6 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of ASDoc
-StartMessage=Apache Flex ASDoc \n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex ASDoc \n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 OutputMessage=La documentazione \u00e8 stata creata in ${location}
 ValidationMessage=Rilevato testo non ben formato. Vedere ${file} per ulteriori dettagli.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/ASDoc_ja.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/ASDoc_ja.properties b/modules/compiler/src/java/flex2/tools/ASDoc_ja.properties
index 6b6e8bd..bed8ce2 100644
--- a/modules/compiler/src/java/flex2/tools/ASDoc_ja.properties
+++ b/modules/compiler/src/java/flex2/tools/ASDoc_ja.properties
@@ -18,6 +18,6 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of ASDoc
-StartMessage=Apache Flex ASDoc \n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex ASDoc \n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 OutputMessage=\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306f ${location} \u306b\u4f5c\u6210\u3055\u308c\u307e\u3057\u305f
 ValidationMessage=\u9069\u683c\u306a\u5f62\u5f0f\u3067\u306a\u3044\u30c6\u30ad\u30b9\u30c8\u304c\u691c\u51fa\u3055\u308c\u307e\u3057\u305f\u3002\u8a73\u7d30\u306b\u3064\u3044\u3066\u306f\u3001${file} \u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044\u3002

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/ASDoc_ko.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/ASDoc_ko.properties b/modules/compiler/src/java/flex2/tools/ASDoc_ko.properties
index 23e3b02..c84c968 100644
--- a/modules/compiler/src/java/flex2/tools/ASDoc_ko.properties
+++ b/modules/compiler/src/java/flex2/tools/ASDoc_ko.properties
@@ -18,6 +18,6 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of ASDoc
-StartMessage=Apache Flex ASDoc \n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex ASDoc \n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 OutputMessage=${location}\uc5d0\uc11c \uc791\uc131\ub41c \ubb38\uc11c
 ValidationMessage=\uc62c\ubc14\ub974\uc9c0 \uc54a\uc740 \ud615\uc2dd\uc758 \ud14d\uc2a4\ud2b8\uc785\ub2c8\ub2e4. \uc790\uc138\ud55c \ub0b4\uc6a9\uc740 ${file}\uc744(\ub97c) \ucc38\uc870\ud558\uc2ed\uc2dc\uc624.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/ASDoc_nb.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/ASDoc_nb.properties b/modules/compiler/src/java/flex2/tools/ASDoc_nb.properties
index 4e44aeb..ddd9ad2 100644
--- a/modules/compiler/src/java/flex2/tools/ASDoc_nb.properties
+++ b/modules/compiler/src/java/flex2/tools/ASDoc_nb.properties
@@ -18,6 +18,6 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of ASDoc
-StartMessage=Apache Flex ASDoc \n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex ASDoc \n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 OutputMessage=Dokumentasjon ble opprettet i ${location}
 ValidationMessage=Fant tekst som ikke er godt utformet. Se i ${file} hvis du vil vite mer.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/ASDoc_nl.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/ASDoc_nl.properties b/modules/compiler/src/java/flex2/tools/ASDoc_nl.properties
index 3c7f744..05b593d 100644
--- a/modules/compiler/src/java/flex2/tools/ASDoc_nl.properties
+++ b/modules/compiler/src/java/flex2/tools/ASDoc_nl.properties
@@ -18,6 +18,6 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of ASDoc
-StartMessage=Apache Flex ASDoc \n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex ASDoc \n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 OutputMessage=Documentatie is gemaakt in ${location}
 ValidationMessage=Onjuist opgemaakte tekst aangetroffen. Zie ${file} voor details.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/ASDoc_pt.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/ASDoc_pt.properties b/modules/compiler/src/java/flex2/tools/ASDoc_pt.properties
index 10b3148..7eac512 100644
--- a/modules/compiler/src/java/flex2/tools/ASDoc_pt.properties
+++ b/modules/compiler/src/java/flex2/tools/ASDoc_pt.properties
@@ -18,6 +18,6 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of ASDoc
-StartMessage=Apache Flex ASDoc \n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex ASDoc \n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 OutputMessage=A documenta\u00e7\u00e3o foi criada em ${location}
 ValidationMessage=Foi encontrado um texto que n\u00e3o est\u00e1 bem-formado. Para obter detalhes, consulte ${file}.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/ASDoc_ru.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/ASDoc_ru.properties b/modules/compiler/src/java/flex2/tools/ASDoc_ru.properties
index ba33e47..b04172f 100644
--- a/modules/compiler/src/java/flex2/tools/ASDoc_ru.properties
+++ b/modules/compiler/src/java/flex2/tools/ASDoc_ru.properties
@@ -18,6 +18,6 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of ASDoc
-StartMessage=Apache Flex ASDoc \n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex ASDoc \n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 OutputMessage=\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0430 \u0432 \u043c\u0435\u0441\u0442\u043e\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0438 ${location}
 ValidationMessage=\u041e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u043e\u0442\u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442. \u0421\u043c. \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u0443\u044e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u0432 \u0444\u0430\u0439\u043b\u0435 ${file}.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/ASDoc_sv.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/ASDoc_sv.properties b/modules/compiler/src/java/flex2/tools/ASDoc_sv.properties
index 05fed56..96dd202 100644
--- a/modules/compiler/src/java/flex2/tools/ASDoc_sv.properties
+++ b/modules/compiler/src/java/flex2/tools/ASDoc_sv.properties
@@ -18,6 +18,6 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of ASDoc
-StartMessage=Apache Flex ASDoc \n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex ASDoc \n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 OutputMessage=Dokumentationen har skapats i ${location}
 ValidationMessage=Felaktigt formaterad text uppt\u00e4cktes. Mer information finns i ${file}.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/ASDoc_zh_CN.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/ASDoc_zh_CN.properties b/modules/compiler/src/java/flex2/tools/ASDoc_zh_CN.properties
index ba045cf..4fadae6 100644
--- a/modules/compiler/src/java/flex2/tools/ASDoc_zh_CN.properties
+++ b/modules/compiler/src/java/flex2/tools/ASDoc_zh_CN.properties
@@ -18,6 +18,6 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of ASDoc
-StartMessage=Apache Flex ASDoc \n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex ASDoc \n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 OutputMessage=\u6587\u6863\u521b\u5efa\u5728\u201c${location}\u201d\u4e2d
 ValidationMessage=\u9047\u5230\u683c\u5f0f\u9519\u8bef\u7684\u6587\u672c\u3002\u6709\u5173\u8be6\u7ec6\u4fe1\u606f\uff0c\u8bf7\u53c2\u9605 ${file}\u3002

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/ASDoc_zh_TW.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/ASDoc_zh_TW.properties b/modules/compiler/src/java/flex2/tools/ASDoc_zh_TW.properties
index 0e0b1db..781a89e 100644
--- a/modules/compiler/src/java/flex2/tools/ASDoc_zh_TW.properties
+++ b/modules/compiler/src/java/flex2/tools/ASDoc_zh_TW.properties
@@ -18,6 +18,6 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of ASDoc
-StartMessage=Apache Flex ASDoc \n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex ASDoc \n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 OutputMessage=\u6587\u4ef6\u5efa\u7acb\u65bc\u201c${location}\u201d
 ValidationMessage=\u9047\u5230\u683c\u5f0f\u4e0d\u6b63\u78ba\u7684\u6587\u5b57\u3002\u8acb\u53c3\u95b1 ${file} \u4ee5\u7372\u53d6\u8a73\u7d30\u8cc7\u8a0a\u3002

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Compc_da.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Compc_da.properties b/modules/compiler/src/java/flex2/tools/Compc_da.properties
index b6a5604..d07ca06 100644
--- a/modules/compiler/src/java/flex2/tools/Compc_da.properties
+++ b/modules/compiler/src/java/flex2/tools/Compc_da.properties
@@ -18,5 +18,5 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of Compc
-StartMessage=Apache Flex compc (Component Compiler)\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex compc (Component Compiler)\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 NoUpdateMessage=${name} er opdateret og skal ikke bygges igen.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Compc_de.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Compc_de.properties b/modules/compiler/src/java/flex2/tools/Compc_de.properties
index 93f3464..795e719 100644
--- a/modules/compiler/src/java/flex2/tools/Compc_de.properties
+++ b/modules/compiler/src/java/flex2/tools/Compc_de.properties
@@ -18,5 +18,5 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of Compc
-StartMessage=Apache Flex compc (Component Compiler)\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex compc (Component Compiler)\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 NoUpdateMessage=${name} ist auf dem aktuellen Stand und muss nicht neu erstellt werden.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Compc_en.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Compc_en.properties b/modules/compiler/src/java/flex2/tools/Compc_en.properties
index ad21859..50f31ce 100644
--- a/modules/compiler/src/java/flex2/tools/Compc_en.properties
+++ b/modules/compiler/src/java/flex2/tools/Compc_en.properties
@@ -18,5 +18,5 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of Compc
-StartMessage=Apache Flex compc (Component Compiler)\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex compc (Component Compiler)\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 NoUpdateMessage=${name} is up-to-date and does not have to be rebuilt.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Compc_es.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Compc_es.properties b/modules/compiler/src/java/flex2/tools/Compc_es.properties
index 894c6e5..a27c578 100644
--- a/modules/compiler/src/java/flex2/tools/Compc_es.properties
+++ b/modules/compiler/src/java/flex2/tools/Compc_es.properties
@@ -18,5 +18,5 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of Compc
-StartMessage=Apache Flex compc (Component Compiler)\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex compc (Component Compiler)\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 NoUpdateMessage=${name} est\u00e1 actualizado y no necesita ser reconstruido.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Compc_fi.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Compc_fi.properties b/modules/compiler/src/java/flex2/tools/Compc_fi.properties
index 6666062..0b817af 100644
--- a/modules/compiler/src/java/flex2/tools/Compc_fi.properties
+++ b/modules/compiler/src/java/flex2/tools/Compc_fi.properties
@@ -18,5 +18,5 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of Compc
-StartMessage=Apache Flex compc (Component Compiler)\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex compc (Component Compiler)\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 NoUpdateMessage=${name} on ajan tasalla, eik\u00e4 sit\u00e4 tarvitse muodostaa uudelleen.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Compc_fr.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Compc_fr.properties b/modules/compiler/src/java/flex2/tools/Compc_fr.properties
index 6cc3a13..79c69eb 100644
--- a/modules/compiler/src/java/flex2/tools/Compc_fr.properties
+++ b/modules/compiler/src/java/flex2/tools/Compc_fr.properties
@@ -18,5 +18,5 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of Compc
-StartMessage=Apache Flex compc (Component Compiler)\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex compc (Component Compiler)\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 NoUpdateMessage=${name} est \u00e0 jour et n'a pas besoin d'\u00eatre r\u00e9g\u00e9n\u00e9r\u00e9.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Compc_it.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Compc_it.properties b/modules/compiler/src/java/flex2/tools/Compc_it.properties
index e1f6306..8dda2b8 100644
--- a/modules/compiler/src/java/flex2/tools/Compc_it.properties
+++ b/modules/compiler/src/java/flex2/tools/Compc_it.properties
@@ -18,5 +18,5 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of Compc
-StartMessage=Apache Flex compc (Component Compiler)\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex compc (Component Compiler)\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 NoUpdateMessage=${name} \u00e8 aggiornato e non \u00e8 necessario rigenerarlo.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Compc_ja.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Compc_ja.properties b/modules/compiler/src/java/flex2/tools/Compc_ja.properties
index 59f1e0e..520745c 100644
--- a/modules/compiler/src/java/flex2/tools/Compc_ja.properties
+++ b/modules/compiler/src/java/flex2/tools/Compc_ja.properties
@@ -18,5 +18,5 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of Compc
-StartMessage=Apache Flex compc (Component Compiler)\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex compc (Component Compiler)\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 NoUpdateMessage=${name} \u306f\u6700\u65b0\u3067\u3059\u3002\u30ea\u30d3\u30eb\u30c9\u3059\u308b\u5fc5\u8981\u306f\u3042\u308a\u307e\u305b\u3093\u3002

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Compc_ko.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Compc_ko.properties b/modules/compiler/src/java/flex2/tools/Compc_ko.properties
index f46c639..7f61ef8 100644
--- a/modules/compiler/src/java/flex2/tools/Compc_ko.properties
+++ b/modules/compiler/src/java/flex2/tools/Compc_ko.properties
@@ -18,5 +18,5 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of Compc
-StartMessage=Apache Flex compc (Component Compiler)\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex compc (Component Compiler)\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 NoUpdateMessage=${name}\uc740(\ub294) \ucd5c\uc2e0 \ubc84\uc804\uc774\ubbc0\ub85c \ub2e4\uc2dc \ube4c\ub4dc\ud560 \ud544\uc694\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Compc_nb.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Compc_nb.properties b/modules/compiler/src/java/flex2/tools/Compc_nb.properties
index 6e40590..cea7b2e 100644
--- a/modules/compiler/src/java/flex2/tools/Compc_nb.properties
+++ b/modules/compiler/src/java/flex2/tools/Compc_nb.properties
@@ -18,5 +18,5 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of Compc
-StartMessage=Apache Flex compc (Component Compiler)\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex compc (Component Compiler)\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 NoUpdateMessage=${name} er oppdatert og trenger ikke \u00e5 bygges p\u00e5 nytt.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Compc_nl.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Compc_nl.properties b/modules/compiler/src/java/flex2/tools/Compc_nl.properties
index 4bd9eeb..93c856a 100644
--- a/modules/compiler/src/java/flex2/tools/Compc_nl.properties
+++ b/modules/compiler/src/java/flex2/tools/Compc_nl.properties
@@ -18,5 +18,5 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of Compc
-StartMessage=Apache Flex compc (Component Compiler)\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex compc (Component Compiler)\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 NoUpdateMessage=${name} is up-to-date en hoeft niet opnieuw te worden gemaakt.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Compc_pt.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Compc_pt.properties b/modules/compiler/src/java/flex2/tools/Compc_pt.properties
index 044a7bd..38e3321 100644
--- a/modules/compiler/src/java/flex2/tools/Compc_pt.properties
+++ b/modules/compiler/src/java/flex2/tools/Compc_pt.properties
@@ -18,5 +18,5 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of Compc
-StartMessage=Apache Flex compc (Component Compiler)\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex compc (Component Compiler)\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 NoUpdateMessage=${name} est\u00e1 atualizado e n\u00e3o \u00e9 preciso recri\u00e1-lo.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Compc_ru.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Compc_ru.properties b/modules/compiler/src/java/flex2/tools/Compc_ru.properties
index 64249c1..baed42d 100644
--- a/modules/compiler/src/java/flex2/tools/Compc_ru.properties
+++ b/modules/compiler/src/java/flex2/tools/Compc_ru.properties
@@ -18,5 +18,5 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of Compc
-StartMessage=Apache Flex compc (Component Compiler)\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex compc (Component Compiler)\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 NoUpdateMessage=${name} \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0430\u043a\u0442\u0443\u0430\u043b\u044c\u043d\u044b\u043c \u0438 \u043d\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e\u0439 \u0441\u0431\u043e\u0440\u043a\u0438.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Compc_sv.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Compc_sv.properties b/modules/compiler/src/java/flex2/tools/Compc_sv.properties
index 4318994..563c358 100644
--- a/modules/compiler/src/java/flex2/tools/Compc_sv.properties
+++ b/modules/compiler/src/java/flex2/tools/Compc_sv.properties
@@ -18,5 +18,5 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of Compc
-StartMessage=Apache Flex compc (Component Compiler)\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex compc (Component Compiler)\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 NoUpdateMessage=${name} \u00e4r uppdaterat och beh\u00f6ver inte kompileras om.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Compc_zh_CN.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Compc_zh_CN.properties b/modules/compiler/src/java/flex2/tools/Compc_zh_CN.properties
index 1cd74f2..05af0e3 100644
--- a/modules/compiler/src/java/flex2/tools/Compc_zh_CN.properties
+++ b/modules/compiler/src/java/flex2/tools/Compc_zh_CN.properties
@@ -18,5 +18,5 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of Compc
-StartMessage=Apache Flex compc (Component Compiler)\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex compc (Component Compiler)\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 NoUpdateMessage=${name} \u662f\u6700\u65b0\u7684\uff0c\u4e0d\u5fc5\u91cd\u5efa\u3002

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Compc_zh_TW.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Compc_zh_TW.properties b/modules/compiler/src/java/flex2/tools/Compc_zh_TW.properties
index 6e8ee91..0fb01f8 100644
--- a/modules/compiler/src/java/flex2/tools/Compc_zh_TW.properties
+++ b/modules/compiler/src/java/flex2/tools/Compc_zh_TW.properties
@@ -18,5 +18,5 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of Compc
-StartMessage=Apache Flex compc (Component Compiler)\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex compc (Component Compiler)\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 NoUpdateMessage=${name} \u662f\u6700\u65b0\u7684\uff0c\u4e0d\u9700\u8981\u91cd\u5efa\u3002

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/DigestTool_da.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/DigestTool_da.properties b/modules/compiler/src/java/flex2/tools/DigestTool_da.properties
index 87c7b5b..8d1dc4f 100644
--- a/modules/compiler/src/java/flex2/tools/DigestTool_da.properties
+++ b/modules/compiler/src/java/flex2/tools/DigestTool_da.properties
@@ -18,5 +18,5 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of DigestTool
-StartMessage=Apache Flex digest \n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex digest \n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 OutputMessage=Digestoplysninger er opdateret i ${location}

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/DigestTool_de.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/DigestTool_de.properties b/modules/compiler/src/java/flex2/tools/DigestTool_de.properties
index bb9142d..20a9fbc 100644
--- a/modules/compiler/src/java/flex2/tools/DigestTool_de.properties
+++ b/modules/compiler/src/java/flex2/tools/DigestTool_de.properties
@@ -18,5 +18,5 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of DigestTool
-StartMessage=Apache Flex digest \n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex digest \n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 OutputMessage=Digest-Informationen wurden aktualisiert unter ${location}.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/DigestTool_en.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/DigestTool_en.properties b/modules/compiler/src/java/flex2/tools/DigestTool_en.properties
index 881f34d..842db70 100644
--- a/modules/compiler/src/java/flex2/tools/DigestTool_en.properties
+++ b/modules/compiler/src/java/flex2/tools/DigestTool_en.properties
@@ -18,5 +18,5 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of DigestTool
-StartMessage=Apache Flex digest \n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
-OutputMessage=Digest information was updated in ${location}
\ No newline at end of file
+StartMessage=Apache Flex digest \n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
+OutputMessage=Digest information was updated in ${location}

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/DigestTool_es.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/DigestTool_es.properties b/modules/compiler/src/java/flex2/tools/DigestTool_es.properties
index bc030c4..e934de3 100644
--- a/modules/compiler/src/java/flex2/tools/DigestTool_es.properties
+++ b/modules/compiler/src/java/flex2/tools/DigestTool_es.properties
@@ -18,5 +18,5 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of DigestTool
-StartMessage=Apache Flex digest \n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex digest \n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 OutputMessage=La informaci\u00f3n de compendio se actualiz\u00f3 en ${location}

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/DigestTool_fi.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/DigestTool_fi.properties b/modules/compiler/src/java/flex2/tools/DigestTool_fi.properties
index 3b3b2d7..6e080ee 100644
--- a/modules/compiler/src/java/flex2/tools/DigestTool_fi.properties
+++ b/modules/compiler/src/java/flex2/tools/DigestTool_fi.properties
@@ -18,5 +18,5 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of DigestTool
-StartMessage=Apache Flex digest \n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex digest \n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 OutputMessage=Yhteenvetotiedot p\u00e4ivitettiin hakemistoon ${location}

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/DigestTool_fr.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/DigestTool_fr.properties b/modules/compiler/src/java/flex2/tools/DigestTool_fr.properties
index f75eb3e..8c5610d 100644
--- a/modules/compiler/src/java/flex2/tools/DigestTool_fr.properties
+++ b/modules/compiler/src/java/flex2/tools/DigestTool_fr.properties
@@ -18,5 +18,5 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of DigestTool
-StartMessage=Apache Flex digest \n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex digest \n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 OutputMessage=Les informations de pr\u00e9traitement ont \u00e9t\u00e9 mises \u00e0 jour dans ${location}.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/DigestTool_it.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/DigestTool_it.properties b/modules/compiler/src/java/flex2/tools/DigestTool_it.properties
index 85b126c..46a4e15 100644
--- a/modules/compiler/src/java/flex2/tools/DigestTool_it.properties
+++ b/modules/compiler/src/java/flex2/tools/DigestTool_it.properties
@@ -18,5 +18,5 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of DigestTool
-StartMessage=Apache Flex digest \n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex digest \n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 OutputMessage=Le informazioni del digest sono state aggiornate in ${location}

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/DigestTool_ja.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/DigestTool_ja.properties b/modules/compiler/src/java/flex2/tools/DigestTool_ja.properties
index 82e944a..d0d0f02 100644
--- a/modules/compiler/src/java/flex2/tools/DigestTool_ja.properties
+++ b/modules/compiler/src/java/flex2/tools/DigestTool_ja.properties
@@ -18,5 +18,5 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of DigestTool
-StartMessage=Apache Flex digest \n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex digest \n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 OutputMessage=\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u60c5\u5831\u306f ${location} \u3067\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/DigestTool_ko.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/DigestTool_ko.properties b/modules/compiler/src/java/flex2/tools/DigestTool_ko.properties
index de4918f..da1a367 100644
--- a/modules/compiler/src/java/flex2/tools/DigestTool_ko.properties
+++ b/modules/compiler/src/java/flex2/tools/DigestTool_ko.properties
@@ -18,5 +18,5 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of DigestTool
-StartMessage=Apache Flex digest \n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex digest \n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 OutputMessage=${location}\uc5d0\uc11c \ub2e4\uc774\uc81c\uc2a4\ud2b8 \uc815\ubcf4\uac00 \uc5c5\ub370\uc774\ud2b8\ub428

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/DigestTool_nb.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/DigestTool_nb.properties b/modules/compiler/src/java/flex2/tools/DigestTool_nb.properties
index 42d6d0b..e9a97f3 100644
--- a/modules/compiler/src/java/flex2/tools/DigestTool_nb.properties
+++ b/modules/compiler/src/java/flex2/tools/DigestTool_nb.properties
@@ -18,5 +18,5 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of DigestTool
-StartMessage=Apache Flex digest \n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex digest \n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 OutputMessage=Sammendragsinformasjon ble oppdatert i ${location}

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/DigestTool_nl.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/DigestTool_nl.properties b/modules/compiler/src/java/flex2/tools/DigestTool_nl.properties
index 0261b03..9810e97 100644
--- a/modules/compiler/src/java/flex2/tools/DigestTool_nl.properties
+++ b/modules/compiler/src/java/flex2/tools/DigestTool_nl.properties
@@ -18,5 +18,5 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of DigestTool
-StartMessage=Apache Flex digest \n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex digest \n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 OutputMessage=Digestinformatie is bijgewerkt in ${location}

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/DigestTool_pt.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/DigestTool_pt.properties b/modules/compiler/src/java/flex2/tools/DigestTool_pt.properties
index df14401..ef551f6 100644
--- a/modules/compiler/src/java/flex2/tools/DigestTool_pt.properties
+++ b/modules/compiler/src/java/flex2/tools/DigestTool_pt.properties
@@ -18,5 +18,5 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of DigestTool
-StartMessage=Apache Flex digest \n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex digest \n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 OutputMessage=As informa\u00e7\u00f5es de compila\u00e7\u00e3o foram atualizadas em ${location}

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/DigestTool_ru.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/DigestTool_ru.properties b/modules/compiler/src/java/flex2/tools/DigestTool_ru.properties
index bb7983e..7f5b109 100644
--- a/modules/compiler/src/java/flex2/tools/DigestTool_ru.properties
+++ b/modules/compiler/src/java/flex2/tools/DigestTool_ru.properties
@@ -18,5 +18,5 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of DigestTool
-StartMessage=Apache Flex digest \n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex digest \n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 OutputMessage=\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0434\u0430\u0439\u0434\u0436\u0435\u0441\u0442\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430 \u0432 \u043c\u0435\u0441\u0442\u043e\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0438 ${location}

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/DigestTool_sv.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/DigestTool_sv.properties b/modules/compiler/src/java/flex2/tools/DigestTool_sv.properties
index 6eb616d..fcb2cf7 100644
--- a/modules/compiler/src/java/flex2/tools/DigestTool_sv.properties
+++ b/modules/compiler/src/java/flex2/tools/DigestTool_sv.properties
@@ -18,5 +18,5 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of DigestTool
-StartMessage=Apache Flex digest \n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex digest \n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 OutputMessage=Sammanfattningsinformationen uppdaterades i ${location}

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/DigestTool_zh_CN.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/DigestTool_zh_CN.properties b/modules/compiler/src/java/flex2/tools/DigestTool_zh_CN.properties
index cc69fec..13a01af 100644
--- a/modules/compiler/src/java/flex2/tools/DigestTool_zh_CN.properties
+++ b/modules/compiler/src/java/flex2/tools/DigestTool_zh_CN.properties
@@ -18,5 +18,5 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of DigestTool
-StartMessage=Apache Flex digest \n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex digest \n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 OutputMessage=\u5728\u201c${location}\u201d\u4e2d\u66f4\u65b0\u4e86\u6458\u8981\u4fe1\u606f

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/DigestTool_zh_TW.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/DigestTool_zh_TW.properties b/modules/compiler/src/java/flex2/tools/DigestTool_zh_TW.properties
index a37e908..1badbac 100644
--- a/modules/compiler/src/java/flex2/tools/DigestTool_zh_TW.properties
+++ b/modules/compiler/src/java/flex2/tools/DigestTool_zh_TW.properties
@@ -18,5 +18,5 @@
 ################################################################################
 
 # localization strings for messages defined as inner classes of DigestTool
-StartMessage=Apache Flex digest \n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex digest \n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 OutputMessage=\u6458\u8981\u8cc7\u8a0a\u5df2\u5728\u201c${location}\u201d\u4e2d\u66f4\u65b0

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Fcsh_da.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Fcsh_da.properties b/modules/compiler/src/java/flex2/tools/Fcsh_da.properties
index cbf2aaf..a68a7f0 100644
--- a/modules/compiler/src/java/flex2/tools/Fcsh_da.properties
+++ b/modules/compiler/src/java/flex2/tools/Fcsh_da.properties
@@ -22,5 +22,5 @@ TargetNotFound=fcsh: M\u00e5let ${id} blev ikke fundet
 AssignTargetID=fcsh: ${counter} er tildelt som kompileringsprogrammets m\u00e5l-id
 DetectConfigurationChange=Der er fundet konfigurations\u00e6ndringer. Kompiler igen...
 NoChange=Intet er \u00e6ndret siden seneste kompilering. Ignorer...
-ShellMessage=Apache Flex Compiler SHell (${program})\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+ShellMessage=Apache Flex Compiler SHell (${program})\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 CommandList=Liste over fcsh-kommandoer:\nmxmlc arg1 arg2 ...      fuld kompilering og optimering, der returnerer et m\u00e5l-id\ncompc arg1 arg2 ...      fuld SWC-kompilering\ncompile id               trinvis kompilering\nclear [id]               ryd m\u00e5l\ninfo [id]                vis oplysninger om kompileringsm\u00e5l\nquit                     afslut

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Fcsh_de.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Fcsh_de.properties b/modules/compiler/src/java/flex2/tools/Fcsh_de.properties
index 014b2bf..a4aa93d 100644
--- a/modules/compiler/src/java/flex2/tools/Fcsh_de.properties
+++ b/modules/compiler/src/java/flex2/tools/Fcsh_de.properties
@@ -22,5 +22,5 @@ TargetNotFound=fcsh: Ziel-${id} nicht gefunden.
 AssignTargetID=fcsh: ${counter} als Kompilierungsziel-ID zugewiesen
 DetectConfigurationChange=Konfigurations\u00e4nderungen wurden gefunden. Neukompilierung wird ausgef\u00fchrt...
 NoChange=Keine \u00c4nderungen seit der letzten Kompilierung. \u00dcberspringen...
-ShellMessage=Apache Flex Compiler SHell (${program})\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+ShellMessage=Apache Flex Compiler SHell (${program})\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 CommandList=Liste der fcsh-Befehle:\nmxmlc arg1 arg2 ...      vollst\u00e4ndige Kompilierung und Optimierung; R\u00fcckgabe einer Ziel-ID\ncompc arg1 arg2 ...      vollst\u00e4ndige SWC-Kompilierung\ncompile id               inkrementelle Kompilierung\nclear [id]               Ziel(e) l\u00f6schen\ninfo [id]                Anzeige von Informationen zum Kompilierungsziel\nquit                     Beenden

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Fcsh_en.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Fcsh_en.properties b/modules/compiler/src/java/flex2/tools/Fcsh_en.properties
index 68b7fe2..8b08330 100644
--- a/modules/compiler/src/java/flex2/tools/Fcsh_en.properties
+++ b/modules/compiler/src/java/flex2/tools/Fcsh_en.properties
@@ -22,7 +22,7 @@ TargetNotFound=fcsh: Target ${id} not found
 AssignTargetID=fcsh: Assigned ${counter} as the compile target id
 DetectConfigurationChange=Detected configuration changes. Recompile...
 NoChange=Nothing has changed since the last compile. Skip...
-ShellMessage=Apache Flex Compiler SHell (${program})\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+ShellMessage=Apache Flex Compiler SHell (${program})\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 CommandList=List of fcsh commands:\n\
 mxmlc arg1 arg2 ...      full compilation and optimization; return a target id\n\
 compc arg1 arg2 ...      full SWC compilation\n\

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Fcsh_es.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Fcsh_es.properties b/modules/compiler/src/java/flex2/tools/Fcsh_es.properties
index 997228c..22f840f 100644
--- a/modules/compiler/src/java/flex2/tools/Fcsh_es.properties
+++ b/modules/compiler/src/java/flex2/tools/Fcsh_es.properties
@@ -22,5 +22,5 @@ TargetNotFound=fcsh: no se encuentra el ${id} de destino
 AssignTargetID=fcsh: Se asign\u00f3 ${counter} como el Id. de destino de compilaci\u00f3n
 DetectConfigurationChange=Se han detectado cambios de configuraci\u00f3n. Volver a compilar...
 NoChange=No se ha realizado ning\u00fan cambio desde la \u00faltima compilaci\u00f3n. Omitir...
-ShellMessage=Apache Flex Compiler SHell (${program})\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+ShellMessage=Apache Flex Compiler SHell (${program})\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 CommandList=Lista de comandos fcsh:\nmxmlc arg1 arg2 ...      full compilation and optimization; return a target id\ncompc arg1 arg2 ...      full SWC compilation\ncompile id               incremental compilation\nclear [id]               clear target(s)\ninfo [id]                display compile target info\nquit                     quit

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Fcsh_fi.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Fcsh_fi.properties b/modules/compiler/src/java/flex2/tools/Fcsh_fi.properties
index e19c497..39e69c3 100644
--- a/modules/compiler/src/java/flex2/tools/Fcsh_fi.properties
+++ b/modules/compiler/src/java/flex2/tools/Fcsh_fi.properties
@@ -22,5 +22,5 @@ TargetNotFound=fcsh: Kohdetta ${id} ei l\u00f6ydy
 AssignTargetID=fcsh:Kokoamisen kohdetunnukseksi m\u00e4\u00e4ritettiin ${counter}
 DetectConfigurationChange=M\u00e4\u00e4ritysmuutoksia havaittiin. Kokoa uudelleen...
 NoChange=Mit\u00e4\u00e4n ei ole muuttunut edellisen kokoamisen j\u00e4lkeen. Ohita...
-ShellMessage=Apache Flex Compiler SHell (${program})\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+ShellMessage=Apache Flex Compiler SHell (${program})\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 CommandList=fcsh-komentojen luettelo:\nmxmlc arg1 arg2 ...      t\u00e4ysi kokoaminen ja optimointi, palauta kohdetunnus\ncompc arg1 arg2 ...      t\u00e4ysi SWC-kokoaminen\ncompile id               asteittainen kokoaminen\nclear [id]               tyhjenn\u00e4 kohde/kohteet\ninfo [id]                n\u00e4yt\u00e4 kokoamisen kohdetiedot\nquit                     lopeta

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Fcsh_fr.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Fcsh_fr.properties b/modules/compiler/src/java/flex2/tools/Fcsh_fr.properties
index 30baa2d..39a13e1 100644
--- a/modules/compiler/src/java/flex2/tools/Fcsh_fr.properties
+++ b/modules/compiler/src/java/flex2/tools/Fcsh_fr.properties
@@ -22,5 +22,5 @@ TargetNotFound=fcsh : cible ${id} introuvable
 AssignTargetID=fcsh : ${counter} attribu\u00e9 en tant qu'ID cible de compilation
 DetectConfigurationChange=Changements de configuration d\u00e9tect\u00e9s. Recompilation en cours...
 NoChange=Rien n'a chang\u00e9 depuis la derni\u00e8re compilation. Op\u00e9ration ignor\u00e9e...
-ShellMessage=Apache Flex Compiler SHell (${program})\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+ShellMessage=Apache Flex Compiler SHell (${program})\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 CommandList=Liste de commandes fcsh :\nmxmlc arg1 arg2 ...      compilation et optimisation compl\u00e8tes ; renvoi d'un ID cible\ncompc arg1 arg2 ...      compilation SWC compl\u00e8te\nID de compilation               compilation incr\u00e9mentielle\nclear [id]               suppression de cible(s)\ninfo [id]                affichage des infos cibles de compilation\nquit                     sortie

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Fcsh_it.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Fcsh_it.properties b/modules/compiler/src/java/flex2/tools/Fcsh_it.properties
index 4da792a..3375e71 100644
--- a/modules/compiler/src/java/flex2/tools/Fcsh_it.properties
+++ b/modules/compiler/src/java/flex2/tools/Fcsh_it.properties
@@ -22,5 +22,5 @@ TargetNotFound=fcsh: impossibile trovare ${id} della destinazione
 AssignTargetID=fcsh: assegnato ${counter} come ID della destinazione di compilazione
 DetectConfigurationChange=Rilevate modifiche della configurazione. Ricompilazione in corso...
 NoChange=Dopo l'ultima compilazione non \u00e8 stata apportata alcuna modifica. L'operazione verr\u00e0 ignorata.
-ShellMessage=Apache Flex Compiler SHell (${program})\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+ShellMessage=Apache Flex Compiler SHell (${program})\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 CommandList=Elenco dei comandi fcsh:\nmxmlc arg1 arg2 ...      compilazione completa e ottimizzazione; restituzione di un ID di destinazione\ncompc arg1 arg2 ...      compilazione SWC completa\nID di compilazione               compilazione incrementale\ncancella [ID]               cancella destinazioni\ninformazioni [ID]                visualizza informazioni sulla destinazione della compilazione\nesci                     esci

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Fcsh_ja.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Fcsh_ja.properties b/modules/compiler/src/java/flex2/tools/Fcsh_ja.properties
index 16a46d0..8a6241c 100644
--- a/modules/compiler/src/java/flex2/tools/Fcsh_ja.properties
+++ b/modules/compiler/src/java/flex2/tools/Fcsh_ja.properties
@@ -22,5 +22,5 @@ TargetNotFound=fcsh : \u30bf\u30fc\u30b2\u30c3\u30c8 ${id} \u306f\u898b\u3064\u3
 AssignTargetID=fcsh : \u30b3\u30f3\u30d1\u30a4\u30eb\u30bf\u30fc\u30b2\u30c3\u30c8 ID \u3068\u3057\u3066 ${counter} \u3092\u5272\u308a\u5f53\u3066\u307e\u3057\u305f
 DetectConfigurationChange=\u8a2d\u5b9a\u306e\u5909\u66f4\u3092\u691c\u51fa\u3057\u307e\u3057\u305f\u3002\u518d\u30b3\u30f3\u30d1\u30a4\u30eb\u3057\u307e\u3059...
 NoChange=\u6700\u5f8c\u306e\u30b3\u30f3\u30d1\u30a4\u30eb\u304b\u3089\u306f\u4f55\u3082\u5909\u66f4\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u30b9\u30ad\u30c3\u30d7\u3057\u307e\u3059...
-ShellMessage=Apache Flex Compiler SHell (${program})\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+ShellMessage=Apache Flex Compiler SHell (${program})\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 CommandList=fcsh \u30b3\u30de\u30f3\u30c9\u306e\u30ea\u30b9\u30c8 : \nmxmlc arg1 arg2 ...      \u5b8c\u5168\u30b3\u30f3\u30d1\u30a4\u30eb\u3068\u6700\u9069\u5316\u3002\u30bf\u30fc\u30b2\u30c3\u30c8 id \u3092\u8fd4\u3057\u307e\u3059\ncompc arg1 arg2 ...      \u5b8c\u5168 SWC \u30b3\u30f3\u30d1\u30a4\u30eb\ncompile id               \u30a4\u30f3\u30af\u30ea\u30e1\u30f3\u30bf\u30eb\u30b3\u30f3\u30d1\u30a4\u30eb\nclear [id]               \u30bf\u30fc\u30b2\u30c3\u30c8\u3092\u30af\u30ea\u30a2\ninfo [id]                \u30b3\u30f3\u30d1\u30a4\u30eb\u30bf\u30fc\u30b2\u30c3\u30c8\u306e\u60c5\u5831\u3092\u8868\u793a\nquit                     \u7d42\u4e86

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Fcsh_ko.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Fcsh_ko.properties b/modules/compiler/src/java/flex2/tools/Fcsh_ko.properties
index aa857f2..ca87053 100644
--- a/modules/compiler/src/java/flex2/tools/Fcsh_ko.properties
+++ b/modules/compiler/src/java/flex2/tools/Fcsh_ko.properties
@@ -22,5 +22,5 @@ TargetNotFound=fcsh: \ub300\uc0c1 ${id}\uc744(\ub97c) \ucc3e\uc9c0 \ubabb\ud568
 AssignTargetID=fcsh: ${counter}\uc744(\ub97c) \ucef4\ud30c\uc77c \ub300\uc0c1 ID\ub85c \ud560\ub2f9\ud568
 DetectConfigurationChange=\uad6c\uc131 \ubcc0\uacbd \uc0ac\ud56d\uc774 \ubc1c\uacac\ub418\uc5c8\uc2b5\ub2c8\ub2e4.  \ub2e4\uc2dc \ucef4\ud30c\uc77c...
 NoChange=\ub9c8\uc9c0\ub9c9\uc73c\ub85c \ucef4\ud30c\uc77c\ud55c \ud6c4 \ubcc0\uacbd \uc0ac\ud56d\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. \uac74\ub108\ub6f0\uae30...
-ShellMessage=Apache Flex Compiler SHell (${program})\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+ShellMessage=Apache Flex Compiler SHell (${program})\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 CommandList=fcsh \uba85\ub839 \ubaa9\ub85d:\nmxmlc arg1 arg2 ...      \uc804\uccb4 \ucef4\ud30c\uc77c \ubc0f \ucd5c\uc801\ud654, \ub300\uc0c1 ID \ubc18\ud658\ncompc arg1 arg2 ...      \uc804\uccb4 SWC \ucef4\ud30c\uc77c\n\ucef4\ud30c\uc77c ID               \uc99d\ubd84 \ucef4\ud30c\uc77c\n\uc9c0\uc6b0\uae30 [ID]               \ub300\uc0c1 \uc9c0\uc6b0\uae30\n\uc815\ubcf4 [ID]                \ucef4\ud30c\uc77c \ub300\uc0c1 \uc815\ubcf4 \ud45c\uc2dc\n\uc885\ub8cc                     \uc885\ub8cc

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Fcsh_nb.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Fcsh_nb.properties b/modules/compiler/src/java/flex2/tools/Fcsh_nb.properties
index 776e2f9..aad8f83 100644
--- a/modules/compiler/src/java/flex2/tools/Fcsh_nb.properties
+++ b/modules/compiler/src/java/flex2/tools/Fcsh_nb.properties
@@ -22,5 +22,5 @@ TargetNotFound=fcsh: Finner ikke m\u00e5let ${id}
 AssignTargetID=fcsh: Tilordnet ${counter} som kompileringsm\u00e5l-ID
 DetectConfigurationChange=Oppdaget konfigurasjonsendringer. Kompiler p\u00e5 nytt...
 NoChange=Ingenting er endret siden forrige kompilering. Hopp over...
-ShellMessage=Apache Flex Compiler SHell (${program})\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+ShellMessage=Apache Flex Compiler SHell (${program})\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 CommandList=Liste over fcsh-kommandoer:\nmxmlc arg1 arg2 ...      full kompilering og optimering; returner en m\u00e5l-ID\ncompc arg1 arg2 ...      full swc-kompilering\ncompile id               trinnvis kompilering\nclear [id]               fjern m\u00e5l\ninfo [id]                vis info om kompileringsm\u00e5l\nquit                     avslutt

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Fcsh_nl.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Fcsh_nl.properties b/modules/compiler/src/java/flex2/tools/Fcsh_nl.properties
index e1465e7..281f88d 100644
--- a/modules/compiler/src/java/flex2/tools/Fcsh_nl.properties
+++ b/modules/compiler/src/java/flex2/tools/Fcsh_nl.properties
@@ -22,5 +22,5 @@ TargetNotFound=fcsh: doel ${id} niet gevonden
 AssignTargetID=fcsh: ${counter} toegewezen als de compileerdoel-ID
 DetectConfigurationChange=Configuratiewijzigingen gedetecteerd. Opnieuw compileren...
 NoChange=Er is niets gewijzigd sinds de laatste compileerbewerking. Overslaan...
-ShellMessage=Apache Flex Compiler SHell (${program})\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+ShellMessage=Apache Flex Compiler SHell (${program})\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 CommandList=Lijst met fcsh-opdrachten:\nmxmlc arg1 arg2 ...      volledige compilatie en optimalisatie; retourneert een doel-id\ncompc arg1 arg2 ...      volledige swc-compilatie\ncompile id               incrementele compilatie\nclear [id]               doel(en) wissen\ninfo [id]                compileerdoelinfo weergeven\nquit                     afsluiten

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Fcsh_pt.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Fcsh_pt.properties b/modules/compiler/src/java/flex2/tools/Fcsh_pt.properties
index 1c3bf15..e92157d 100644
--- a/modules/compiler/src/java/flex2/tools/Fcsh_pt.properties
+++ b/modules/compiler/src/java/flex2/tools/Fcsh_pt.properties
@@ -22,5 +22,5 @@ TargetNotFound=fcsh: ${id} de destino n\u00e3o encontrado
 AssignTargetID=fcsh: ${counter} atribu\u00eddo como id de destino da compila\u00e7\u00e3o
 DetectConfigurationChange=Foram detectadas altera\u00e7\u00f5es na configura\u00e7\u00e3o. Recompilar...
 NoChange=Nada foi alterado desde a \u00faltima compila\u00e7\u00e3o. Ignorar...
-ShellMessage=Apache Flex Compiler SHell (${program})\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+ShellMessage=Apache Flex Compiler SHell (${program})\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 CommandList=Lista de comandos fcsh:\nmxmlc arg1 arg2 ...      compila\u00e7\u00e3o e otimiza\u00e7\u00e3o total; retornar uma id de destino\ncompc arg1 arg2 ...      compila\u00e7\u00e3o SWC total\ncompile id               compila\u00e7\u00e3o incremental\nclear [id]               limpar destino(s)\ninfo [id]                exibir informa\u00e7\u00f5es de destino de compila\u00e7\u00e3o\nquit                     sair

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Fcsh_ru.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Fcsh_ru.properties b/modules/compiler/src/java/flex2/tools/Fcsh_ru.properties
index 5f5e891..f875eed 100644
--- a/modules/compiler/src/java/flex2/tools/Fcsh_ru.properties
+++ b/modules/compiler/src/java/flex2/tools/Fcsh_ru.properties
@@ -22,5 +22,5 @@ TargetNotFound=fcsh: ${id} \u0446\u0435\u043b\u0438 \u043d\u0435 \u043d\u0430\u0
 AssignTargetID=fcsh: ${counter} \u043f\u0440\u0438\u0441\u0432\u043e\u0435\u043d \u043a\u0430\u043a \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0446\u0435\u043b\u0438 \u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u0438
 DetectConfigurationChange=\u041e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u044b \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438. \u041f\u0435\u0440\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c...
 NoChange=\u041f\u043e\u0441\u043b\u0435 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0439 \u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u0438 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044e\u0442. \u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c...
-ShellMessage=Apache Flex Compiler SHell (${program})\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+ShellMessage=Apache Flex Compiler SHell (${program})\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 CommandList=\u0421\u043f\u0438\u0441\u043e\u043a \u043a\u043e\u043c\u0430\u043d\u0434 fcsh:\nmxmlc arg1 arg2 ...      \u043f\u043e\u043b\u043d\u0430\u044f \u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u044f \u0438 \u043e\u043f\u0442\u0438\u043c\u0438\u0437\u0430\u0446\u0438\u044f; \u0432\u043e\u0437\u0432\u0440\u0430\u0442 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u0430 \u0446\u0435\u043b\u0438\ncompc arg1 arg2 ...      \u043f\u043e\u043b\u043d\u0430\u044f \u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u044f SWC\ncompile id             \u0438\u043d\u043a\u0440\u0435\u043c\u0435\u043d\u0442\u043d\u0430\u044f \u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u044f\nclear [id] \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u0446\u0435\u043b\u0435\u0432\u043e\u0433\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u0430(\u043e\u0432)\ninfo [id]                \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0438\
 u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 \u043e \u0446\u0435\u043b\u0435\u0432\u043e\u043c \u043e\u0431\u044a\u0435\u043a\u0442\u0435 \u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u0438\nquit                     \u0432\u044b\u0445\u043e\u0434

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Fcsh_sv.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Fcsh_sv.properties b/modules/compiler/src/java/flex2/tools/Fcsh_sv.properties
index 2587ca3..ce297d2 100644
--- a/modules/compiler/src/java/flex2/tools/Fcsh_sv.properties
+++ b/modules/compiler/src/java/flex2/tools/Fcsh_sv.properties
@@ -22,5 +22,5 @@ TargetNotFound=fcsh: M\u00e5let ${id} kan inte hittas
 AssignTargetID=fcsh: Tilldelar ${counter} som kompileringsm\u00e5ls-ID
 DetectConfigurationChange=Konfigurations\u00e4ndringar har p\u00e5tr\u00e4ffats. Kompilera om ...
 NoChange=Ingenting har \u00e4ndrats sedan f\u00f6reg\u00e5ende kompilering. Hoppa \u00f6ver...
-ShellMessage=Apache Flex Compiler SHell (${program})\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+ShellMessage=Apache Flex Compiler SHell (${program})\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 CommandList=Lista \u00f6ver fcsh-kommandon:\nmxmlc arg1 arg2 ...      fullst\u00e4ndig kompilering och optimering; returnera ett m\u00e5l-id\ncompc arg1 arg2 ...      fullst\u00e4ndig SWC-kompilering\ncompile id               stegvis \u00f6kande kompilering\nclear [id]               rensa m\u00e5l\ninfo [id]                visa kompileringsm\u00e5lsinformation\nquit                     st\u00e4ng

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Fcsh_zh_CN.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Fcsh_zh_CN.properties b/modules/compiler/src/java/flex2/tools/Fcsh_zh_CN.properties
index a32f840..0139627 100644
--- a/modules/compiler/src/java/flex2/tools/Fcsh_zh_CN.properties
+++ b/modules/compiler/src/java/flex2/tools/Fcsh_zh_CN.properties
@@ -22,5 +22,5 @@ TargetNotFound=fcsh: \u627e\u4e0d\u5230\u76ee\u6807 ${id}
 AssignTargetID=fcsh: \u5c06 ${counter} \u6307\u5b9a\u4e3a\u7f16\u8bd1\u76ee\u6807\u6807\u8bc6
 DetectConfigurationChange=\u68c0\u6d4b\u5230\u914d\u7f6e\u66f4\u6539\u3002\u91cd\u65b0\u7f16\u8bd1...
 NoChange=\u81ea\u4e0a\u6b21\u7f16\u8bd1\u4ee5\u6765\u6ca1\u6709\u4efb\u4f55\u66f4\u6539\u3002\u8df3\u8fc7...
-ShellMessage=Apache Flex Compiler SHell (${program})\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+ShellMessage=Apache Flex Compiler SHell (${program})\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 CommandList=fcsh \u547d\u4ee4\u5217\u8868: \nmxmlc arg1 arg2 ...      \u5b8c\u5168\u7f16\u8bd1\u548c\u4f18\u5316\uff1b\u8fd4\u56de\u4e00\u4e2a\u76ee\u6807\u6807\u8bc6\ncompc arg1 arg2 ...      \u5b8c\u5168 SWC \u7f16\u8bd1\ncompile id               \u589e\u91cf\u7f16\u8bd1\nclear [id]               \u6e05\u9664\u76ee\u6807\ninfo [id]                \u663e\u793a\u7f16\u8bd1\u76ee\u6807\u4fe1\u606f\nquit                     \u9000\u51fa

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Fcsh_zh_TW.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Fcsh_zh_TW.properties b/modules/compiler/src/java/flex2/tools/Fcsh_zh_TW.properties
index 1002161..7e17af7 100644
--- a/modules/compiler/src/java/flex2/tools/Fcsh_zh_TW.properties
+++ b/modules/compiler/src/java/flex2/tools/Fcsh_zh_TW.properties
@@ -22,5 +22,5 @@ TargetNotFound=fcsh: \u627e\u4e0d\u5230\u76ee\u6a19 ${id}
 AssignTargetID=fcsh: \u5c07 ${counter} \u6307\u5b9a\u70ba\u7de8\u8b6f\u76ee\u6a19 ID
 DetectConfigurationChange=\u5075\u6e2c\u5230\u7d44\u614b\u8b8a\u66f4\u3002\u91cd\u65b0\u7de8\u8b6f...
 NoChange=\u81ea\u4e0a\u6b21\u7de8\u8b6f\u5f8c\u672a\u767c\u751f\u4efb\u4f55\u8b8a\u66f4\u3002\u7565\u904e...
-ShellMessage=Apache Flex Compiler SHell (${program})\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+ShellMessage=Apache Flex Compiler SHell (${program})\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 CommandList=fcsh \u6307\u4ee4\u6e05\u55ae:\nmxmlc arg1 arg2 ...      \u5b8c\u6574\u7de8\u8b6f\u8207\u6700\u4f73\u5316\uff1b\u50b3\u56de\u76ee\u6a19 ID\ncompc arg1 arg2 ...      \u5b8c\u6574 SWC \u7de8\u8b6f\ncompile id               \u589e\u91cf\u7de8\u8b6f\nclear [id]               \u6e05\u9664\u76ee\u6a19\ninfo [id]                \u986f\u793a\u7de8\u8b6f\u76ee\u6a19\u8cc7\u8a0a\nquit                     \u7d50\u675f

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Mxmlc_da.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Mxmlc_da.properties b/modules/compiler/src/java/flex2/tools/Mxmlc_da.properties
index d51415d..43f74a4 100644
--- a/modules/compiler/src/java/flex2/tools/Mxmlc_da.properties
+++ b/modules/compiler/src/java/flex2/tools/Mxmlc_da.properties
@@ -22,5 +22,5 @@ InitialSetup=Startkonfiguration:
 LoadedSWCs=${num} SWC'er er indl\u00e6st:
 CouldNotInstantiate=${config} kunne ikke oprettes
 DumpConfig=Skrivning af konfigurationsdump til ${filename}
-StartMessage=Apache Flex Compiler (${program})\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex Compiler (${program})\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 NoUpdateMessage=${name} er opdateret og skal ikke bygges igen.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Mxmlc_de.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Mxmlc_de.properties b/modules/compiler/src/java/flex2/tools/Mxmlc_de.properties
index 21e2c5c..ec7f00b 100644
--- a/modules/compiler/src/java/flex2/tools/Mxmlc_de.properties
+++ b/modules/compiler/src/java/flex2/tools/Mxmlc_de.properties
@@ -22,5 +22,5 @@ InitialSetup=Grund-Setup:
 LoadedSWCs=${num} SWC geladen:
 CouldNotInstantiate=${config} konnte nicht instanziiert werden
 DumpConfig=Konfigurations-Dump wird in ${filename} geschrieben
-StartMessage=Apache Flex Compiler (${program})\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex Compiler (${program})\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 NoUpdateMessage=${name} ist auf dem aktuellen Stand und muss nicht neu erstellt werden.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Mxmlc_en.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Mxmlc_en.properties b/modules/compiler/src/java/flex2/tools/Mxmlc_en.properties
index b948ff5..a9dc1a1 100644
--- a/modules/compiler/src/java/flex2/tools/Mxmlc_en.properties
+++ b/modules/compiler/src/java/flex2/tools/Mxmlc_en.properties
@@ -22,5 +22,5 @@ InitialSetup=Initial setup:
 LoadedSWCs=Loaded ${num} SWCs:
 CouldNotInstantiate=Could not instantiate ${config}
 DumpConfig=Writing configuration dump to ${filename}
-StartMessage=Apache Flex Compiler (${program})\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex Compiler (${program})\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 NoUpdateMessage=${name} is up-to-date and does not have to be rebuilt.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Mxmlc_es.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Mxmlc_es.properties b/modules/compiler/src/java/flex2/tools/Mxmlc_es.properties
index c6d31ed..0a1a8f7 100644
--- a/modules/compiler/src/java/flex2/tools/Mxmlc_es.properties
+++ b/modules/compiler/src/java/flex2/tools/Mxmlc_es.properties
@@ -22,5 +22,5 @@ InitialSetup=Configuraci\u00f3n inicial:
 LoadedSWCs=${num} SWC cargados:
 CouldNotInstantiate=No se pudo crear una instancia de ${config}
 DumpConfig=Escribiendo el volcado de configuraci\u00f3n en ${filename}
-StartMessage=Apache Flex Compiler (${program})\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex Compiler (${program})\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 NoUpdateMessage=${name} est\u00e1 actualizado y no necesita ser reconstruido.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Mxmlc_fi.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Mxmlc_fi.properties b/modules/compiler/src/java/flex2/tools/Mxmlc_fi.properties
index b1ade49..1acd7fd 100644
--- a/modules/compiler/src/java/flex2/tools/Mxmlc_fi.properties
+++ b/modules/compiler/src/java/flex2/tools/Mxmlc_fi.properties
@@ -22,5 +22,5 @@ InitialSetup=Alustava asennus:
 LoadedSWCs=Ladattu ${num} SWC:t\u00e4:
 CouldNotInstantiate=Esiintym\u00e4n ${config} luominen ep\u00e4onnistui
 DumpConfig=M\u00e4\u00e4rityslokia kirjoitetaan tiedostoon ${filename}
-StartMessage=Apache Flex Compiler (${program})\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex Compiler (${program})\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 NoUpdateMessage=${name} on ajan tasalla, eik\u00e4 sit\u00e4 tarvitse muodostaa uudelleen.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Mxmlc_fr.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Mxmlc_fr.properties b/modules/compiler/src/java/flex2/tools/Mxmlc_fr.properties
index d0cf3e9..7bd2e47 100644
--- a/modules/compiler/src/java/flex2/tools/Mxmlc_fr.properties
+++ b/modules/compiler/src/java/flex2/tools/Mxmlc_fr.properties
@@ -22,5 +22,5 @@ InitialSetup=Configuration initiale :
 LoadedSWCs=${num} fichiers SWC charg\u00e9s :
 CouldNotInstantiate=Impossible d'instancier ${config}
 DumpConfig=Ecriture du vidage de configuration dans ${filename}
-StartMessage=Apache Flex Compiler (${program})\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex Compiler (${program})\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 NoUpdateMessage=${name} est \u00e0 jour et n'a pas besoin d'\u00eatre r\u00e9g\u00e9n\u00e9r\u00e9.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Mxmlc_it.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Mxmlc_it.properties b/modules/compiler/src/java/flex2/tools/Mxmlc_it.properties
index 8786b50..f236578 100644
--- a/modules/compiler/src/java/flex2/tools/Mxmlc_it.properties
+++ b/modules/compiler/src/java/flex2/tools/Mxmlc_it.properties
@@ -22,5 +22,5 @@ InitialSetup=Configurazione iniziale:
 LoadedSWCs=${num} SWC caricati:
 CouldNotInstantiate=Impossibile creare un\u2019istanza di ${config}
 DumpConfig=Scrittura del dump di configurazione in ${filename}
-StartMessage=Apache Flex Compiler (${program})\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex Compiler (${program})\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 NoUpdateMessage=${name} \u00e8 aggiornato e non \u00e8 necessario rigenerarlo.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Mxmlc_ja.properties
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/Mxmlc_ja.properties b/modules/compiler/src/java/flex2/tools/Mxmlc_ja.properties
index 60ccf1b..383c2a0 100644
--- a/modules/compiler/src/java/flex2/tools/Mxmlc_ja.properties
+++ b/modules/compiler/src/java/flex2/tools/Mxmlc_ja.properties
@@ -22,5 +22,5 @@ InitialSetup=\u6700\u521d\u306e\u8a2d\u5b9a :
 LoadedSWCs=${num} \u500b\u306e SWC \u304c\u8aad\u307f\u8fbc\u307e\u308c\u307e\u3057\u305f :
 CouldNotInstantiate=${config} \u3092\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u5316\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f
 DumpConfig=\u8a2d\u5b9a\u30c0\u30f3\u30d7\u3092 "${filename}" \u306b\u66f8\u304d\u8fbc\u3093\u3067\u3044\u307e\u3059\u3002
-StartMessage=Apache Flex Compiler (${program})\n${buildMessage}\nCopyright 2014 The Apache Software Foundation.\n
+StartMessage=Apache Flex Compiler (${program})\n${buildMessage}\nCopyright 2015 The Apache Software Foundation.\n
 NoUpdateMessage=${name} \u306f\u6700\u65b0\u3067\u3059\u3002\u30ea\u30d3\u30eb\u30c9\u3059\u308b\u5fc5\u8981\u306f\u3042\u308a\u307e\u305b\u3093\u3002


[04/16] git commit: [flex-sdk] [refs/heads/develop] - move saxon9 to category b

Posted by er...@apache.org.
move saxon9 to category b


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

Branch: refs/heads/develop
Commit: ddf2d595db32aecda5602e6fef6d9853ea8695a5
Parents: cf82515
Author: Alex Harui <ah...@apache.org>
Authored: Tue Jan 20 23:28:49 2015 -0800
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Fri Jan 23 09:20:35 2015 +0100

----------------------------------------------------------------------
 README | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/ddf2d595/README
----------------------------------------------------------------------
diff --git a/README b/README
index 64374cf..93e839e 100644
--- a/README
+++ b/README
@@ -465,23 +465,19 @@ download. Most of the jars are installed in lib/external.
     commons-discovery - http://archive.apache.org/dist/commons/discovery/binaries/commons-discovery-0.2.tar.gz
     commons-logging - http://archive.apache.org/dist/commons/logging/binaries/commons-logging-1.0.4.tar.gz
     javacc - http://java.net/projects/javacc/downloads/download/javacc-5.0.tar.gz
-    saxon9 - http://sourceforge.net/projects/saxon/files/Saxon-B/9.1.0.8/saxonb9-1-0-8j.zip/download
     velocity - http://archive.apache.org/dist/velocity/engine/1.4/velocity-1.4.tar.gz
     xalan - http://archive.apache.org/dist/xml/xalan-j/binaries/xalan-j_2_6_0-bin.tar.gz
     xerces - http://archive.apache.org/dist/xerces/j/Xerces-J-bin.2.9.1.zip
 
 The following dependencies have licenses which Apache considers to be
-reciprocal licenses, so you will be prompted to acknowledge the license before
-the software is downloaded to your system. These files are installed in
-frameworks/libs.
-
-    osmf.swc (Open Source Media Framework v2.0; used for video components)
+reciprocal licenses. These files are installed in lib/external
+frameworks/libs respectively.
 
-    This file is extracted from:
-
-        http://sourceforge.net/projects/osmf.adobe/files/OSMF%201.0%20%28final%20source%2C%20ASDocs%2C%20PDF%20guides%2C%20and%20release%20notes%29/OSMF_1.0.zip/download
+    saxon9 - http://sourceforge.net/projects/saxon/files/Saxon-B/9.1.0.8/saxonb9-1-0-8j.zip/download
+    osmf.swc (Open Source Media Framework v2.0; used for video components) - http://sourceforge.net/projects/osmf.adobe/files/OSMF%201.0%20%28final%20source%2C%20ASDocs%2C%20PDF%20guides%2C%20and%20release%20notes%29/OSMF_1.0.zip/download
 
-    and is released under the Mozilla Public License Version 1.1:
+    saxon9 is released under the Mozilla Public License Version 1.0:
+    osmf.swc is released under the Mozilla Public License Version 1.1:
 
         http://www.mozilla.org/MPL/
 


[13/16] git commit: [flex-sdk] [refs/heads/develop] - try to fix javascript packaging on Windows (worked ok on mac)

Posted by er...@apache.org.
try to fix javascript packaging on Windows (worked ok on mac)


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

Branch: refs/heads/develop
Commit: fba7f1a239140a31330bd72188a90732b39a1670
Parents: 304ddf6
Author: Alex Harui <ah...@apache.org>
Authored: Wed Jan 21 10:23:53 2015 -0800
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Fri Jan 23 09:20:40 2015 +0100

----------------------------------------------------------------------
 build.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/fba7f1a2/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 5bac20f..e8b4e9a 100644
--- a/build.xml
+++ b/build.xml
@@ -722,16 +722,10 @@
         <!-- frameworks/javascript -->
         <copy todir="${basedir}/temp/frameworks/javascript" includeEmptyDirs="false">
             <fileset dir="${basedir}/frameworks/javascript">
-                <include name="build.xml"/>
-            </fileset>
-        </copy>
-
-        <copy todir="${basedir}/temp/frameworks/javascript" includeEmptyDirs="false">
-            <fileset dir="${basedir}/frameworks/javascript">
+                <include name="**/**"
                 <exclude name="FABridge/**/swfobject.js"/>
                 <exclude name="FABridge/readme.txt"/>
             </fileset>
-            <mapper type="glob" from="FABridge/*" to="fabridge/*" />            
         </copy>
         
         <!-- frameworks/tests -->


[14/16] git commit: [flex-sdk] [refs/heads/develop] - missed closing the tag

Posted by er...@apache.org.
missed closing the tag


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

Branch: refs/heads/develop
Commit: 361bd07823b80a1fa5cbc760aa795cf0caf8a2fc
Parents: fba7f1a
Author: Alex Harui <ah...@apache.org>
Authored: Wed Jan 21 11:34:33 2015 -0800
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Fri Jan 23 09:20:41 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/361bd078/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index e8b4e9a..96ea1d5 100644
--- a/build.xml
+++ b/build.xml
@@ -722,7 +722,7 @@
         <!-- frameworks/javascript -->
         <copy todir="${basedir}/temp/frameworks/javascript" includeEmptyDirs="false">
             <fileset dir="${basedir}/frameworks/javascript">
-                <include name="**/**"
+                <include name="**/**" />
                 <exclude name="FABridge/**/swfobject.js"/>
                 <exclude name="FABridge/readme.txt"/>
             </fileset>


[16/16] git commit: [flex-sdk] [refs/heads/develop] - minor fixup

Posted by er...@apache.org.
minor fixup


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

Branch: refs/heads/develop
Commit: 11288df3b130024a89a7be27ff9d573c276eb81e
Parents: 199feb0
Author: Alex Harui <ah...@apache.org>
Authored: Thu Jan 22 22:40:08 2015 -0800
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Fri Jan 23 09:20:42 2015 +0100

----------------------------------------------------------------------
 NOTICE.bin | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/11288df3/NOTICE.bin
----------------------------------------------------------------------
diff --git a/NOTICE.bin b/NOTICE.bin
index 0a673ae..6243f66 100644
--- a/NOTICE.bin
+++ b/NOTICE.bin
@@ -43,7 +43,7 @@ Portions of Apache XML Commons were originally based on the following:
  - software copyright (c) 1999, Sun Microsystems., http://www.sun.com.
  - software copyright (c) 2000 World Wide Web Consortium, http://www.w3.org
  
-Portions of SAxon9 are derived from classes placed in the
+Portions of Saxon9 are derived from classes placed in the
 public domain by Arbortext on 10 Apr 2000. See:
   http://www.arbortext.com/customer_support/updates_and_technical_notes/catalogs/docs/README.htm
 


[06/16] git commit: [flex-sdk] [refs/heads/develop] - add CONTRIBUTORS to rat excludes

Posted by er...@apache.org.
add CONTRIBUTORS to rat excludes


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

Branch: refs/heads/develop
Commit: b6c6c25bcf84242f76b67a1409c92ba1b4de7d2f
Parents: 4119c64
Author: Alex Harui <ah...@apache.org>
Authored: Wed Jan 21 01:16:43 2015 -0800
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Fri Jan 23 09:20:37 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/b6c6c25b/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index b114c30..8692c95 100644
--- a/build.xml
+++ b/build.xml
@@ -1857,6 +1857,7 @@ There are no known issues.
                 <exclude name="modules/thirdparty/batik/sources/*.mf"/>
                 <!-- exclude text files -->
                 <exclude name="CONTRIBUTING"/>
+                <exclude name="CONTRIBUTORS"/>
                 <exclude name="LICENSE.bin"/>
                 <exclude name="NOTICE.bin"/>
                 <exclude name="NOTICE.asc"/>


[11/16] git commit: [flex-sdk] [refs/heads/develop] - allow a -Dnightly= flag on Approval script so it can run against nightly rcs

Posted by er...@apache.org.
allow a -Dnightly= flag on Approval script so it can run against nightly rcs


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

Branch: refs/heads/develop
Commit: 4e12e9b6d5db5569dcdbd33b9ac21d7145e99d00
Parents: 57e09c3
Author: Alex Harui <ah...@apache.org>
Authored: Wed Jan 21 08:28:23 2015 -0800
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Fri Jan 23 09:20:39 2015 +0100

----------------------------------------------------------------------
 ApproveSDK.xml | 27 +++++++++++++++++++++++----
 1 file changed, 23 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4e12e9b6/ApproveSDK.xml
----------------------------------------------------------------------
diff --git a/ApproveSDK.xml b/ApproveSDK.xml
index 80906ec..1048fba 100644
--- a/ApproveSDK.xml
+++ b/ApproveSDK.xml
@@ -108,9 +108,11 @@
     <fail message="The release version is not set.  Specify -Drelease.version=&lt;release version (e.g. 3.1, 3.2, etc)&gt;"
     unless="release.version"/>
 
-    <fail message="The release candidate number is not set.  Specify -Drc=&lt;rc number (e.g. 1, 2, 3, etc)&gt;"
-    unless="rc"/>
-        
+
+    <condition property="package.url.path" value="http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_release-candidate/lastSuccessfulBuild/artifact/out">
+        <isset property="nightly" />
+    </condition>
+    
 	<property name="package.url.path" value="https://dist.apache.org/repos/dist/dev/flex/sdk/${release.version}/rc${rc}" />
 	<property name="package.url.name" value="apache-flex-sdk-${release.version}-src" />
 	
@@ -159,7 +161,17 @@
         classpathref="anttask.classpath"/>
     </target>
 
-    <target name="main" depends="install-rat,download,check-sigs,uncompress,rat-check,check-notices,build,approve" description="Perform required release approval steps">
+    <target name="echo-mode" depends="echo-rc, echo-nightly" />
+    <target name="echo-rc" unless="nightly">
+        <fail message="The release candidate number is not set.  Specify -Drc=&lt;rc number (e.g. 1, 2, 3, etc)&gt;"
+        unless="rc"/>
+        <echo>Testing RC${rc} of release ${release.version}</echo>
+    </target>
+    <target name="echo-nightly" if="nightly">
+        <echo>Testing nightly build of release ${release.version}</echo>
+    </target>
+    
+    <target name="main" depends="install-rat,echo-mode,download,check-sigs,uncompress,rat-check,check-notices,build,approve" description="Perform required release approval steps">
     </target>
     
     <target name="main-no-download" depends="install-rat,check-sigs,uncompress,rat-check,check-notices,build,approve" description="Perform required release approval steps">
@@ -187,6 +199,9 @@
             dest="${basedir}/${package.url.name}.${package.suffix}" />
         <get src="${package.url.path}/${package.url.name}.${package.suffix}.md5"
             dest="${basedir}/${package.url.name}.${package.suffix}.md5" />
+        <antcall target="downloadasc" />
+    </target>
+    <target name="downloadasc" if="rc" >
         <get src="${package.url.path}/${package.url.name}.${package.suffix}.asc"
             dest="${basedir}/${package.url.name}.${package.suffix}.asc" />
     </target>
@@ -201,6 +216,9 @@
 			</not>
         </condition>
         <fail message="MD5 checksum did not match" if="MD5Invalid" />
+        <antcall target="checkasc" />
+    </target>
+    <target name="checkasc" if="rc" >
 		<exec executable="gpg" failonerror="true">
 			<arg value="--verify" />
 			<arg value="${basedir}/${package.url.name}.${package.suffix}.asc" />
@@ -256,6 +274,7 @@
                 <exclude name="NOTICE.base"/>
                 <exclude name="modules/thirdparty/batik/lib/**/LICENSE*.txt"/>
                 <exclude name="modules/thirdparty/batik/lib/**/README*.txt"/>
+                <exclude name="frameworks/projects/flatspark/src/flatspark/assets/fonts/**/OFL.txt"/>
                 <!-- exclude w3c sources -->
                 <exclude name="modules/thirdparty/batik/resources/org/apache/flex/forks/batik/dom/svg/resources/*.mod"/>
                 <exclude name="modules/thirdparty/batik/resources/org/apache/flex/forks/batik/dom/svg/resources/*.dtd"/>


[09/16] git commit: [flex-sdk] [refs/heads/develop] - clean up rat on build server. It picked up stuff from the BlazeDS Maven build

Posted by er...@apache.org.
clean up rat on build server.  It picked up stuff from the BlazeDS Maven build


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

Branch: refs/heads/develop
Commit: 57e09c36579ba10f0337566823db4484d2188a08
Parents: aa7f651
Author: Alex Harui <ah...@apache.org>
Authored: Wed Jan 21 08:27:22 2015 -0800
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Fri Jan 23 09:20:38 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/57e09c36/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 8692c95..5bac20f 100644
--- a/build.xml
+++ b/build.xml
@@ -765,6 +765,8 @@
         <copy todir="${basedir}/temp/modules/flex-messaging-common/common" includeEmptyDirs="false">
             <fileset dir="${BLAZEDS_HOME}/modules/common">
                 <include name="**/**"/>
+                <exclude name="target/**"/>
+                <exclude name="classes/**"/>
             </fileset>
         </copy>
         <copy todir="${basedir}/temp/modules/flex-messaging-common" includeEmptyDirs="false">