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 <[email protected]>
Authored: Tue Sep 15 22:19:20 2015 -0700
Committer: Alex Harui <[email protected]>
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>

Reply via email to