File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 24
24
<subant buildpath =" methods" target =" dist" />
25
25
</target >
26
26
27
- <!-- Base URL for the current version of JOGL. This should probably be changed to
28
- a location on download.processing.org so that we know it's available forever. -->
27
+ <!-- Base URL for the current version of JOGL. -->
29
28
<property name =" jogl.url"
30
- value =" https://jogamp.org/deployment/archive/rc/v2.4.0-rc-20200307/jar" />
29
+ value =" https://jogamp.org/deployment/archive/rc/v2.4.0-rc-20210111/jar" />
30
+ <!-- This is for posterity, and is not used at present. When updating
31
+ the release, also make a copy of the files on download.processing.org
32
+ so that they can be retrieved even after the original link goes dead. -->
33
+ <property name =" jogl.url.backup"
34
+ value =" https://download.processing.org/jogl/v2.4.0-rc-20210111" />
31
35
32
36
<available file =" library/jogl-all.jar" property =" jogl.present" />
33
37
You can’t perform that action at this time.
0 commit comments