You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2017/03/15 04:06:33 UTC

[45/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - Fixed downlaod ant script to copy saxon9 notices

Fixed downlaod ant script to copy saxon9 notices


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

Branch: refs/heads/master
Commit: 531c83770e39c32b6072cdeeffcd5ba4abb77f82
Parents: 28b035f
Author: Justin Mclean <jm...@apache.org>
Authored: Sat Feb 11 12:38:47 2017 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Sat Feb 11 12:38:47 2017 +1100

----------------------------------------------------------------------
 modules/downloads.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/531c8377/modules/downloads.xml
----------------------------------------------------------------------
diff --git a/modules/downloads.xml b/modules/downloads.xml
index a233100..e4ce73b 100644
--- a/modules/downloads.xml
+++ b/modules/downloads.xml
@@ -80,6 +80,7 @@
 	
     <property name="saxon9.jar" value="saxonb9-1-0-8.jar"/>
     <property name="saxon9.download.url" value="http://repo1.maven.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar"/>
+    <property name="saxon9.notice.dir" value="${FLEX_HOME}/licenseParts/saxon9-NOTICES"/>
     
     <property name="xerces.dir" value="xerces-2_9_1"/>
      
@@ -461,6 +462,9 @@
             <param name="destDir" value="${download.dir}" />
         </antcall>
 
+        <copy toDir="${lib.ext.dir}/saxon9-NOTICES" verbose="true">
+            <fileset dir="${saxon9.notice.dir}" includes="**"/>
+        </copy>
         <copy file="${download.dir}/${saxon9.jar}" toDir="${lib.ext.dir}" verbose="true"/>
         
         <delete dir="${download.dir}/${saxon9.jar}"/>