Skip to content

Commit 531c837

Browse files
committed
Fixed downlaod ant script to copy saxon9 notices
1 parent 28b035f commit 531c837

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

modules/downloads.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080

8181
<property name="saxon9.jar" value="saxonb9-1-0-8.jar"/>
8282
<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"/>
83+
<property name="saxon9.notice.dir" value="${FLEX_HOME}/licenseParts/saxon9-NOTICES"/>
8384

8485
<property name="xerces.dir" value="xerces-2_9_1"/>
8586

@@ -461,6 +462,9 @@
461462
<param name="destDir" value="${download.dir}" />
462463
</antcall>
463464

465+
<copy toDir="${lib.ext.dir}/saxon9-NOTICES" verbose="true">
466+
<fileset dir="${saxon9.notice.dir}" includes="**"/>
467+
</copy>
464468
<copy file="${download.dir}/${saxon9.jar}" toDir="${lib.ext.dir}" verbose="true"/>
465469

466470
<delete dir="${download.dir}/${saxon9.jar}"/>

0 commit comments

Comments
 (0)