You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by sh...@apache.org on 2002/06/15 18:30:15 UTC

cvs commit: xml-cocoon2 run.sh

shannon     2002/06/15 09:30:15

  Modified:    .        run.sh
  Log:
  Adjusted classpath variable to
  reflect revised lib directory structures.
  
  Revision  Changes    Path
  1.3       +3 -2      xml-cocoon2/run.sh
  
  Index: run.sh
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/run.sh,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- run.sh	11 Jan 2002 18:57:49 -0000	1.2
  +++ run.sh	15 Jun 2002 16:30:15 -0000	1.3
  @@ -32,7 +32,8 @@
   
   # ----- Set Up The Runtime Classpath ------------------------------------------
   
  -CP=\"`echo $COCOON_LIB/*.jar | tr ' ' $S`$S$JAVA_HOME/lib/tools.jar$S$COCOON_WORK$S$CLASSPATH\"
  +CP=\"`echo ./build/cocoon/*.jar | tr '[:space:]' $S``echo $COCOON_LIB/optional/*.jar | tr '[:space:]' $S``echo $COCOON_LIB/core/*.jar | tr '[:space:]' $S``echo $COCOON_LIB/optional/*.jar | tr '[:space:]' $S`$S$JAVA_HOME/lib/tools.jar$S$COCOON_WORK$S$CLASSPATH\"
  +
   
   # ----- Run Cocoon ------------------------------------------------------------
   
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org