diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2012-05-31 14:14:50 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2012-05-31 14:14:50 +0200 |
| commit | 4991bef81c7e9eb8f3f94309b1c3a1f9b8cc02ee (patch) | |
| tree | d46b80a7efcc770d28cdeb3c5a6083a8c9b97c0c /bin/itemServer.sh | |
| parent | 56afac46ce0912eb496b5b22af0d28070218e7be (diff) | |
Cleanup bin & add eclipse launch configurations
Diffstat (limited to 'bin/itemServer.sh')
| -rwxr-xr-x | bin/itemServer.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/bin/itemServer.sh b/bin/itemServer.sh deleted file mode 100755 index 3b32543..0000000 --- a/bin/itemServer.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -CRISTAL2_HOME=/home/dracor/workspace/cristal-kernel - -for i in ${CRISTAL2_HOME}/lib/*.jar; - do - test -f $i || continue - LOCALCLASSPATH=${LOCALCLASSPATH}:${i} - echo ${i} - done - -LOCALCLASSPATH=${LOCALCLASSPATH}:${CRISTAL2_HOME}/build/lib/c2kernel.jar - -rm -f ${CRISTAL2_HOME}/serverLog.txt -java -Xmx256m -Xbootclasspath/p:${CRISTAL2_HOME}/lib/OB.jar -classpath ${LOCALCLASSPATH} com.c2kernel.process.StandardServer -logFile ${CRISTAL2_HOME}/serverLog.txt -logLevel 8 -config ${CRISTAL2_HOME}/bin/conf/server.conf -connect ${CRISTAL2_HOME}/connect/uwe.clc |
