You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2015/09/16 07:19:03 UTC

[1/2] git commit: [flex-falcon] [refs/heads/develop] - builds.a.o's version of Ant didn't like these attributes

Repository: flex-falcon
Updated Branches:
  refs/heads/develop d0a934eb6 -> 6be387f1e


builds.a.o's version of Ant didn't like these attributes


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

Branch: refs/heads/develop
Commit: 4de669903d19e571dbed8844a130b233353b5f33
Parents: d0a934e
Author: Alex Harui <ah...@apache.org>
Authored: Tue Sep 15 22:19:20 2015 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Sep 15 22:19:20 2015 -0700

----------------------------------------------------------------------
 compiler.jx/downloads.xml | 2 +-
 compiler/downloads.xml    | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/4de66990/compiler.jx/downloads.xml
----------------------------------------------------------------------
diff --git a/compiler.jx/downloads.xml b/compiler.jx/downloads.xml
index 2ebcb6f..d248f6e 100644
--- a/compiler.jx/downloads.xml
+++ b/compiler.jx/downloads.xml
@@ -110,7 +110,7 @@
       <param name="dest.folder" value=""/>
       <param name="dest.filename" value="${commons-io.name}.jar"/>
     </antcall>
-    <copy todir="${lib.dir}" failonerror="false" quiet="true">
+    <copy todir="${lib.dir}" failonerror="false">
       <fileset dir="${download.dir}/temp/${commons-io.name}-${commons-io.version}">
         <include name="LICENSE.txt"/>
       </fileset>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/4de66990/compiler/downloads.xml
----------------------------------------------------------------------
diff --git a/compiler/downloads.xml b/compiler/downloads.xml
index d2c14f3..f69fd5d 100644
--- a/compiler/downloads.xml
+++ b/compiler/downloads.xml
@@ -95,7 +95,7 @@
       <param name="dest.folder" value=""/>
       <param name="dest.filename" value="${commons-cli.name}.jar"/>
     </antcall>
-    <copy todir="${lib.dir}" failonerror="false" quiet="true">
+    <copy todir="${lib.dir}" failonerror="false">
       <fileset dir="${download.dir}/temp/${commons-cli.name}-${commons-cli.version}">
         <include name="LICENSE.txt"/>
       </fileset>
@@ -118,7 +118,7 @@
       <param name="dest.folder" value=""/>
       <param name="dest.filename" value="${commons-io.name}.jar"/>
     </antcall>
-    <copy todir="${lib.dir}" failonerror="false" quiet="true">
+    <copy todir="${lib.dir}" failonerror="false" >
       <fileset dir="${download.dir}/temp/${commons-io.name}-${commons-io.version}">
         <include name="LICENSE.txt"/>
       </fileset>
@@ -161,7 +161,7 @@
       <param name="dest.folder" value=""/>
       <param name="dest.filename" value="${jburg.name}.jar"/>
     </antcall>
-    <copy todir="${lib.dir}" failonerror="false" quiet="true">
+    <copy todir="${lib.dir}" failonerror="false" >
       <fileset dir="${download.dir}/temp">
         <include name="LICENSE"/>
       </fileset>
@@ -189,7 +189,7 @@
       <param name="dest.folder" value=""/>
       <param name="dest.filename" value="${jflex.name}.jar"/>
     </antcall>
-    <copy todir="${lib.dir}" failonerror="false" quiet="true">
+    <copy todir="${lib.dir}" failonerror="false" >
       <fileset dir="${download.dir}/temp/${jflex.name}-${jflex.version}">
         <include name="COPYRIGHT"/>
       </fileset>


[2/2] git commit: [flex-falcon] [refs/heads/develop] - go back to using range of years

Posted by ah...@apache.org.
go back to using range of years


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

Branch: refs/heads/develop
Commit: 6be387f1e0b657b7ae75f5739538cab1e5369da9
Parents: 4de6699
Author: Alex Harui <ah...@apache.org>
Authored: Tue Sep 15 22:19:37 2015 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Sep 15 22:19:37 2015 -0700

----------------------------------------------------------------------
 NOTICE          | 2 +-
 NOTICE.base     | 2 +-
 NOTICE.jx       | 2 +-
 NOTICE.swfutils | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/6be387f1/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
index 31bdca4..e80c771 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Flex Compiler
-Copyright 2015 The Apache Software Foundation
+Copyright 2012-2015 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/6be387f1/NOTICE.base
----------------------------------------------------------------------
diff --git a/NOTICE.base b/NOTICE.base
index f7f3c31..b3c8123 100644
--- a/NOTICE.base
+++ b/NOTICE.base
@@ -1,5 +1,5 @@
 Apache Flex Compiler
-Copyright 2015 The Apache Software Foundation
+Copyright 2012-2015 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/6be387f1/NOTICE.jx
----------------------------------------------------------------------
diff --git a/NOTICE.jx b/NOTICE.jx
index e834b57..2168752 100644
--- a/NOTICE.jx
+++ b/NOTICE.jx
@@ -1,5 +1,5 @@
 Apache Flex Cross-Compiler
-Copyright 2015 The Apache Software Foundation
+Copyright 2012-2015 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/6be387f1/NOTICE.swfutils
----------------------------------------------------------------------
diff --git a/NOTICE.swfutils b/NOTICE.swfutils
index b82c141..e720c08 100644
--- a/NOTICE.swfutils
+++ b/NOTICE.swfutils
@@ -1,5 +1,5 @@
 Apache Flex (swfutils)
-Copyright 2015 The Apache Software Foundation
+Copyright 2012-2015 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).