From 96c359a2bc3ce248bda71afc067ae604e27ec169 Mon Sep 17 00:00:00 2001 From: benfry Date: Thu, 12 Jun 2008 02:10:26 +0000 Subject: [PATCH] tweak build scripts, further prep release --- build/macosx/dist.sh | 2 +- core/todo.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build/macosx/dist.sh b/build/macosx/dist.sh index 79c248890..bac337c97 100755 --- a/build/macosx/dist.sh +++ b/build/macosx/dist.sh @@ -74,7 +74,7 @@ find processing -name "Thumbs.db" -exec rm -f {} ';' # clean out the cvs entries find processing -name "CVS" -exec rm -rf {} ';' 2> /dev/null find processing -name ".cvsignore" -exec rm -rf {} ';' -find processing -name ".svn" -exec rm -rf {} ';' +find processing -name ".svn" -exec rm -rf {} 2> /dev/null ';' mv processing/Processing.app "processing/Processing $SHORT_REVISION.app" diff --git a/core/todo.txt b/core/todo.txt index 50710105b..9adea9cbc 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,4 +1,5 @@ 0141 core +X no changes to core in 0141 _ P3D smooshes the top row of pixels when drawing text (or images)