File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44 <!-- Current version of Ant that works with Processing -->
55 <!-- (Cannot use ant.version as the name of the property
66 because that conflicts with the built-in variable) -->
7- <property name =" ant.version.num" value =" 1.10.12 " />
7+ <property name =" ant.version.num" value =" 1.10.15 " />
88 <!-- the .zip file to be downloaded -->
99 <property name =" ant.zip" value =" apache-ant-${ ant.version.num } -bin.zip" />
1010
1111 <!-- TODO implement a fallback URL that points to a location
1212 on download.processing.org so it's available forever. -->
1313 <property name =" ant.url"
14- value =" https://archive .apache.org/dist /ant/binaries/${ ant.zip } " />
14+ value =" https://dlcdn .apache.org//ant/binaries/${ ant.zip } " />
1515
1616 <fileset id =" ant.files" dir =" lib" >
1717 <include name =" ant.jar" />
Original file line number Diff line number Diff line change 33
44 <property name =" core.library.jar" location =" ../../../core/library/core.jar" />
55
6- <property name =" batik.version" value =" 1.14 " />
6+ <property name =" batik.version" value =" 1.18 " />
77 <!-- the .zip file to be downloaded -->
88 <property name =" batik.zip" value =" batik-bin-${ batik.version } .zip" />
99 <!-- the .jar file that we need from the download -->
1313
1414 <!-- URL for the version of Batik currently supported by this library. -->
1515 <property name =" batik.url"
16- value =" https://archive .apache.org/dist /xmlgraphics/batik/binaries/${ batik.zip } " />
16+ value =" https://dlcdn .apache.org//xmlgraphics/batik/binaries/${ batik.zip } " />
1717
1818 <!-- Storing a "local" copy in case the original link goes dead. When updating
1919 releases, please upload the new version to download.processing.org. -->
You can’t perform that action at this time.
0 commit comments