File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,6 +34,12 @@ cp ../../app/lib/ecj.jar processing/lib/
3434cp ../../app/lib/jna.jar processing/lib/
3535cp ../shared/revisions.txt processing/
3636
37+ if [ $1 ]
38+ then
39+ # write the release version number into the output directory
40+ echo $1 > processing/lib/version.txt
41+ fi
42+
3743echo Extracting examples...
3844unzip -q -d processing/ ../shared/examples.zip
3945
Original file line number Diff line number Diff line change 11#! /bin/sh
22
3- # REVISION=`head -c 4 ../../todo.txt`
43REVISION=` head -1 ../../todo.txt | awk ' {print $1}' `
54
65if [ $1 ]
@@ -32,6 +31,12 @@ cp -r ../shared/lib processing/
3231cp -r ../shared/libraries processing/
3332cp -r ../shared/tools processing/
3433
34+ if [ $1 ]
35+ then
36+ # write the release version number into the output directory
37+ echo $1 > processing/lib/version.txt
38+ fi
39+
3540cp ../../app/lib/antlr.jar processing/lib/
3641cp ../../app/lib/ecj.jar processing/lib/
3742cp ../../app/lib/jna.jar processing/lib/
You can’t perform that action at this time.
0 commit comments