posting backup url for batik as well

This commit is contained in:
Ben Fry
2021-01-17 19:28:09 -05:00
parent 966a7ffb6f
commit 36263a04bc
+9 -4
View File
@@ -12,10 +12,15 @@
<!-- the .jar file that's the actual dependency -->
<property name="batik.jar" value="batik-all-${batik.version}.jar" />
<!-- URL for the version of Batik currently supported by this library.
This should probably be changed to (or at leas mirrored at) a
location on download.processing.org so it's available forever. -->
<property name="batik.url" value="https://apache.osuosl.org/xmlgraphics/batik/binaries/${batik.zip}" />
<!-- URL for the version of Batik currently supported by this library. -->
<property name="batik.url"
value="https://apache.osuosl.org/xmlgraphics/batik/binaries/${batik.zip}" />
<!-- Storing a "local" copy in case the original link goes dead. When updating
releases, please upload the new version to download.processing.org. -->
<property name="batik.url.backup"
value="https://download.processing.org/batik/${batik.zip}" />
<available file="library/${batik.jar}" property="batik.present" />