Skip to content

Commit 36263a0

Browse files
committed
posting backup url for batik as well
1 parent 966a7ff commit 36263a0

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

java/libraries/svg/build.xml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,15 @@
1212
<!-- the .jar file that's the actual dependency -->
1313
<property name="batik.jar" value="batik-all-${batik.version}.jar" />
1414

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+
1924

2025
<available file="library/${batik.jar}" property="batik.present" />
2126

0 commit comments

Comments
 (0)