You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by mp...@apache.org on 2004/03/16 17:25:31 UTC

cvs commit: cocoon-2.1 cocoon.sh

mpo         2004/03/16 08:25:31

  Modified:    .        cocoon.sh
  Log:
  Enabling the use of the script in Cygwin again.
  
  Revision  Changes    Path
  1.13      +2 -2      cocoon-2.1/cocoon.sh
  
  Index: cocoon.sh
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/cocoon.sh,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- cocoon.sh	8 Mar 2004 06:07:14 -0000	1.12
  +++ cocoon.sh	16 Mar 2004 16:25:31 -0000	1.13
  @@ -143,7 +143,7 @@
   JETTY_HOME="-Dhome=$COCOON_HOME"
   JETTY_PORT_ARGS="-Djetty.port=$JETTY_PORT"
   JETTY_ADMIN_ARGS="-Djetty.admin.port=$JETTY_ADMIN_PORT"
  -JETTY_LIBRARIES="-Dloader.jar.repositories=$COCOON_HOME/tools/jetty/lib:$ENDORSED_LIBS"
  +JETTY_LIBRARIES="-Dloader.jar.repositories=$COCOON_HOME/tools/jetty/lib${PATHSEP}${ENDORSED_LIBS}"
   
   # ----- Do the action ----------------------------------------------------------