windows and linux build work for the folders

This commit is contained in:
benfry
2010-02-20 23:22:02 +00:00
parent 873fb47cb4
commit 3e4e24d0a2

View File

@@ -327,6 +327,7 @@
overwrite="false"/>
<tar compression="gzip" basedir="linux/work"
prefix="processing-${version}"
destfile="linux/processing-${version}.tgz" />
<echo>
@@ -415,10 +416,12 @@
<unzip dest="windows/work" src="windows/jre.zip" overwrite="false"/>
<zip basedir="windows/work"
prefix="processing-${version}"
destfile="windows/processing-${version}.zip" />
<zip basedir="windows/work"
destfile="windows/processing-expert-${version}.zip"
prefix="processing-${version}"
destfile="windows/processing-${version}-expert.zip"
excludes="java/**" />
<echo>
@@ -426,7 +429,7 @@
Processing for Windows was built. Grab the archive from
windows/processing-${version}.zip
windows/processing-expert-${version}.zip
windows/processing-${version}-expert.zip
=======================================================
</echo>
</target>