|
From: Michael R. <mr...@us...> - 2002-01-10 09:01:32
|
Update of /cvsroot/openorb/InterfaceRepository In directory usw-pr-cvs1:/tmp/cvs-serv29401/InterfaceRepository Modified Files: build.sh Log Message: Fixed bugs 501393, 501412, 501418, 501420, and many other related problems. Index: build.sh =================================================================== RCS file: /cvsroot/openorb/InterfaceRepository/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 10:52:40 1.1.1.1 --- build.sh 2002/01/10 09:01:29 1.2 *************** *** 22,25 **** --- 22,28 ---- # CLASSPATH=`echo lib/*.jar | tr ' ' ':'`:$CLASSPATH + CLASSPATH=`echo ../OpenORB/dist/*.jar | tr ' ' ':'`:$CLASSPATH + CLASSPATH=`echo ../TransactionService/dist/*.jar | tr ' ' ':'`:$CLASSPATH + CLASSPATH=`echo ../PersistentStateService/dist/*.jar | tr ' ' ':'`:$CLASSPATH CLASSPATH=$JAVA_HOME/lib/tools.jar:$CLASSPATH |