You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2002/01/20 07:58:40 UTC

cvs commit: jakarta-commons/latka/bin latka.sh

dion        02/01/19 22:58:40

  Modified:    latka/bin latka.sh
  Log:
  Added version and author comments, replaced $1, $2, $3 etc with $*
  
  Revision  Changes    Path
  1.8       +5 -1      jakarta-commons/latka/bin/latka.sh
  
  Index: latka.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/latka/bin/latka.sh,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- latka.sh	13 Sep 2001 18:22:50 -0000	1.7
  +++ latka.sh	20 Jan 2002 06:58:40 -0000	1.8
  @@ -1,6 +1,10 @@
   #! /bin/sh
   # pass in the path to the XML file for the Latka suite
   # optionally override the default host and default port
  -java -classpath .:../lib/jaxp.jar:../lib/sax2.jar:../lib/crimson.jar:../lib/log4j.jar:../lib/commons-httpclient.jar:../lib/jakarta-latka.jar:../lib/jakarta-regexp.jar:../lib/jdom.jar:../lib/xalan2.jar:../lib/jsse.jar:../lib/jnet.jar:../lib/jcert.jar:../lib -Djava.protocol.handler.pkgs=com.sun.net.ssl.internal.www.protocol org.apache.commons.latka.Latka $1 $2 $3 $4 $5 $6 $7 $8 $9
  +#
  +# Author:   Morgan Delagrange
  +# 
  +# Version:  $Id: latka.sh,v 1.8 2002/01/20 06:58:40 dion Exp $
  +java -classpath .:../lib/jaxp.jar:../lib/sax2.jar:../lib/crimson.jar:../lib/log4j.jar:../lib/commons-httpclient.jar:../lib/jakarta-latka.jar:../lib/jakarta-regexp.jar:../lib/jdom.jar:../lib/xalan2.jar:../lib/jsse.jar:../lib/jnet.jar:../lib/jcert.jar:../lib -Djava.protocol.handler.pkgs=com.sun.net.ssl.internal.www.protocol org.apache.commons.latka.Latka $*
   
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>