|
From: Michael R. <mr...@us...> - 2002-01-10 09:01:34
|
Update of /cvsroot/openorb/TransactionService In directory usw-pr-cvs1:/tmp/cvs-serv29401/TransactionService Modified Files: build.sh Log Message: Fixed bugs 501393, 501412, 501418, 501420, and many other related problems. Index: build.sh =================================================================== RCS file: /cvsroot/openorb/TransactionService/build.sh,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** build.sh 2002/01/09 12:49:02 1.1.1.1 --- build.sh 2002/01/10 09:01:30 1.2 *************** *** 21,27 **** # it to the classpath environment variable # ! CLASSPATH=`echo dist/*.jar | tr ' ' ':'`:$CLASSPATH ! CLASSPATH=$JAVA_HOME/lib/tools.jar:$CLASSPATH CLASSPATH=`echo ../OpenORB/dist/*.jar | tr ' ' ':'`:$CLASSPATH # Change the attributs for the antRun file --- 21,27 ---- # it to the classpath environment variable # ! CLASSPATH=`echo lib/*.jar | tr ' ' ':'`:$CLASSPATH CLASSPATH=`echo ../OpenORB/dist/*.jar | tr ' ' ':'`:$CLASSPATH + CLASSPATH=$JAVA_HOME/lib/tools.jar:$CLASSPATH # Change the attributs for the antRun file |