Skip to content

Commit 4fbcd13

Browse files
committed
add reference.zip download to the assemble process
1 parent 2afcc62 commit 4fbcd13

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

build/build.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,10 @@
292292
<fileset dir="${examples.dir}" />
293293
</copy>
294294

295+
<get src="http://download.processing.org/reference.zip"
296+
dest="../java/reference.zip"
297+
usetimestamp="true" />
298+
295299
<unzip dest="${target.path}/modes/java"
296300
src="../java/reference.zip"
297301
overwrite="false">

0 commit comments

Comments
 (0)