vgritsenko    2003/12/11 03:40:32

  Modified:    .        xindice.bat xindice.sh
  Log:
  CVS already has tag b2, so current CVS should be b3-dev
  
  Revision  Changes    Path
  1.6       +2 -2      xml-xindice/xindice.bat
  
  Index: xindice.bat
  ===================================================================
  RCS file: /home/cvs/xml-xindice/xindice.bat,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- xindice.bat       10 Sep 2003 01:39:05 -0000      1.5
  +++ xindice.bat       11 Dec 2003 11:40:32 -0000      1.6
  @@ -38,7 +38,7 @@
   :gotPort
   
   if not "%JETTY_WEBAPP%" == "" goto gotWebapp
  -set JETTY_WEBAPP=%XINDICE_HOME%\dist\xindice-1.1b2.war
  +set JETTY_WEBAPP=%XINDICE_HOME%\dist\xindice-1.1b3-dev.war
   :gotWebapp
   
   if not "%JAVA_DEBUG_PORT%" == "" goto gotWebapp
  
  
  
  1.5       +2 -2      xml-xindice/xindice.sh
  
  Index: xindice.sh
  ===================================================================
  RCS file: /home/cvs/xml-xindice/xindice.sh,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- xindice.sh        10 Jul 2003 15:08:11 -0000      1.4
  +++ xindice.sh        11 Dec 2003 11:40:32 -0000      1.5
  @@ -58,7 +58,7 @@
   fi
   
   if [ "$JETTY_WEBAPP" = "" ] ; then
  -  JETTY_WEBAPP=$XINDICE_HOME/dist/xindice-1.1b2.war
  +  JETTY_WEBAPP=$XINDICE_HOME/dist/xindice-1.1b3-dev.war
   fi
   
   if [ "$JAVA_DEBUG_PORT" = "" ] ; then
  
  
  

Reply via email to