Abandoning the architecture nonsense now that jars are not tracked.

This commit is contained in:
Dan Buch
2012-01-02 01:11:50 -05:00
parent 8bbee73f6c
commit a863dc99fc
3 changed files with 5 additions and 6 deletions

View File

@@ -2,7 +2,6 @@
set -e
TOP="$(dirname $(dirname $(readlink -f -- "$0")))"
$TOP/bin/prochome-check >/dev/null
if [ ! -f "$TOP/lib/preferences.txt" ]; then
@@ -10,7 +9,7 @@ if [ ! -f "$TOP/lib/preferences.txt" ]; then
fi
CP="$CLASSPATH"
CP="$TOP/lib/$(uname -m)/mbh-processing-practice.jar:$CP"
CP="$TOP/lib/mbh-processing-practice.jar:$CP"
for procjar in "lib/core" "lib/pde" "java/lib/tools" "java/lib/rt"
do
CP="$PROCESSING_HOME/$procjar.jar:$CP"