File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
<!-- Current version of Ant that works with Processing -->
5
5
<!-- (Cannot use ant.version as the name of the property
6
6
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 " />
8
8
<!-- the .zip file to be downloaded -->
9
9
<property name =" ant.zip" value =" apache-ant-${ ant.version.num } -bin.zip" />
10
10
11
11
<!-- TODO implement a fallback URL that points to a location
12
12
on download.processing.org so it's available forever. -->
13
13
<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 } " />
15
15
16
16
<fileset id =" ant.files" dir =" lib" >
17
17
<include name =" ant.jar" />
Original file line number Diff line number Diff line change 3
3
4
4
<property name =" core.library.jar" location =" ../../../core/library/core.jar" />
5
5
6
- <property name =" batik.version" value =" 1.14 " />
6
+ <property name =" batik.version" value =" 1.18 " />
7
7
<!-- the .zip file to be downloaded -->
8
8
<property name =" batik.zip" value =" batik-bin-${ batik.version } .zip" />
9
9
<!-- the .jar file that we need from the download -->
13
13
14
14
<!-- URL for the version of Batik currently supported by this library. -->
15
15
<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 } " />
17
17
18
18
<!-- Storing a "local" copy in case the original link goes dead. When updating
19
19
releases, please upload the new version to download.processing.org. -->
You can’t perform that action at this time.
0 commit comments