File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 12
12
<!-- the .jar file that's the actual dependency -->
13
13
<property name =" batik.jar" value =" batik-all-${ batik.version } .jar" />
14
14
15
- <!-- URL for the version of Batik currently supported by this library.
16
- This should probably be changed to (or at leas mirrored at) a
17
- location on download.processing.org so it's available forever. -->
18
- <property name =" batik.url" value =" https://apache.osuosl.org/xmlgraphics/batik/binaries/${ batik.zip } " />
15
+ <!-- URL for the version of Batik currently supported by this library. -->
16
+ <property name =" batik.url"
17
+ value =" https://apache.osuosl.org/xmlgraphics/batik/binaries/${ batik.zip } " />
18
+
19
+ <!-- Storing a "local" copy in case the original link goes dead. When updating
20
+ releases, please upload the new version to download.processing.org. -->
21
+ <property name =" batik.url.backup"
22
+ value =" https://download.processing.org/batik/${ batik.zip } " />
23
+
19
24
20
25
<available file =" library/${ batik.jar } " property =" batik.present" />
21
26
You can’t perform that action at this time.
0 commit comments