ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/configure
(Generate patch)

Comparing projects/cms/source/server/configure (file contents):
Revision 1.6 by tdb, Tue Jan 30 11:47:22 2001 UTC vs.
Revision 1.7 by tdb, Sat Mar 10 00:53:14 2001 UTC

# Line 30 | Line 30 | else \
30    /usr/local/bin/wget -nv ${HTTPSERVER}jaxp.jar; \
31   fi
32  
33 < if test -r "parser.jar"; then \
34 <  echo "  parser.jar found"; \
33 > if test -r "sax2.jar"; then \
34 >  echo "  sax2.jar found"; \
35   else \
36 <  echo "  parser.jar not found, fetching from ${HTTPSERVER}parser.jar"; \
37 <  /usr/local/bin/wget -nv ${HTTPSERVER}parser.jar; \
36 >  echo "  sax2.jar not found, fetching from ${HTTPSERVER}sax2.jar"; \
37 >  /usr/local/bin/wget -nv ${HTTPSERVER}sax2.jar; \
38   fi
39  
40   if test -r "mm.mysql-2.0.2-bin.jar"; then \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines