vgritsenko    2004/03/13 05:45:29

  Modified:    bin      xindice.bat xindice.jar.bat xindice.war.bat
  Log:
  change tests in bat files - allows xpath querying like "/TEST_NODE/[EMAIL 
PROTECTED]'3']"
  
  Revision  Changes    Path
  1.14      +2 -2      xml-xindice/bin/xindice.bat
  
  Index: xindice.bat
  ===================================================================
  RCS file: /home/cvs/xml-xindice/bin/xindice.bat,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- xindice.bat       29 Jan 2004 13:52:36 -0000      1.13
  +++ xindice.bat       13 Mar 2004 13:45:29 -0000      1.14
  @@ -56,7 +56,7 @@
   :runXindice
   set _CL=
   :LOOP
  -if "%1"=="" goto DONE
  +if .%1.==.. goto DONE
   set _CL=%_CL% %1
   shift
   goto LOOP
  
  
  
  1.3       +2 -2      xml-xindice/bin/xindice.jar.bat
  
  Index: xindice.jar.bat
  ===================================================================
  RCS file: /home/cvs/xml-xindice/bin/xindice.jar.bat,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- xindice.jar.bat   31 Jan 2004 13:26:13 -0000      1.2
  +++ xindice.jar.bat   13 Mar 2004 13:45:29 -0000      1.3
  @@ -56,7 +56,7 @@
   :runXindice
   set _CL=
   :LOOP
  -if "%1"=="" goto DONE
  +if .%1.==.. goto DONE
   set _CL=%_CL% %1
   shift
   goto LOOP
  
  
  
  1.7       +2 -2      xml-xindice/bin/xindice.war.bat
  
  Index: xindice.war.bat
  ===================================================================
  RCS file: /home/cvs/xml-xindice/bin/xindice.war.bat,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- xindice.war.bat   31 Jan 2004 13:26:13 -0000      1.6
  +++ xindice.war.bat   13 Mar 2004 13:45:29 -0000      1.7
  @@ -55,7 +55,7 @@
   :runXindice
   set _CL=
   :LOOP
  -if "%1"=="" goto DONE
  +if .%1.==.. goto DONE
   set _CL=%_CL% %1
   shift
   goto LOOP
  
  
  

Reply via email to