fixing up dist scripts

This commit is contained in:
benfry
2004-09-27 21:03:16 +00:00
parent 1171a49e7d
commit 9beb10e65f
4 changed files with 29 additions and 9 deletions

View File

@@ -12,8 +12,13 @@ rm -rf processing-*
# use 'shared' files as starting point
cp -r ../shared processing
# add the libraries folder with source
cp -r ../../lib processing/libraries
# doesn't work on linux, don't include it and confuse people
rm -rf processing/libraries/video
# new style examples thing ala reas
cd processing
unzip -q examples.zip

View File

@@ -1,6 +1,6 @@
#!/bin/sh
CLASSPATH=java/lib/rt.jar:lib:lib/build:lib/pde.jar:lib/core.jar:lib/antlr.jar:lib/oro.jar
CLASSPATH=java/lib/rt.jar:lib:lib/build:lib/pde.jar:lib/core.jar:lib/antlr.jar:lib/oro.jar:lib/mrj.jar
export CLASSPATH
# put the directory where this file lives in the front of the path, because