From eb64e8dd7cd280678a9996b3a2fda5bafd763ca4 Mon Sep 17 00:00:00 2001 From: benfry Date: Fri, 5 Feb 2010 22:24:33 +0000 Subject: [PATCH] original ant build from hansi --- build/build.xml | 364 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 364 insertions(+) create mode 100644 build/build.xml diff --git a/build/build.xml b/build/build.xml new file mode 100644 index 000000000..24be9a1e2 --- /dev/null +++ b/build/build.xml @@ -0,0 +1,364 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ======================================================= + Processing for Mac OS X can only be built on Mac OS X. + + Bye. + ======================================================= + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ======================================================= + Processing for Mac OS X was built. Grab the image from + + macosx/processing-${version}.dmg + ======================================================= + + + + + + + + + + + + + + + ======================================================= + Processing for Linux can only be built on on unix systems. + + Bye. + ======================================================= + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ======================================================= + Processing for Linux was built. Grab the archive from + + build/linux/processing-${version}.tgz + ======================================================= + + + + + + + + + + + + + + + ======================================================= + Processing for Windows can only be built on windows. + + Bye. + ======================================================= + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ======================================================= + Processing for Windows was built. Grab the archive from + + windows/processing-${version}.zip + windows/processing-expert-${version}.zip + ======================================================= + + + + + + + + + + + + + \ No newline at end of file