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

axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
Last change on this file since d9987ad 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
Line 
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.