source: fedd/abac-src/ttg/classpath.sh @ 705233b

version-1.30
Last change on this file since 705233b was 8780cbec, checked in by Jay Jacobs <Jay.Jacobs@…>, 15 years ago

ABAC sources from Cobham

  • Property mode set to 100644
File size: 142 bytes
RevLine 
[8780cbec]1# Add jars files to CLASSPATH
2export LIB=/var/tomcat4/server/lib
3for jar in `ls -1 $LIB/*.jar`; do 
4    export CLASSPATH=$CLASSPATH:$jar
5done
Note: See TracBrowser for help on using the repository browser.