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.20 by tdb, Tue Feb 11 22:38:29 2003 UTC vs.
Revision 1.24 by tdb, Sun Mar 21 19:24:13 2004 UTC

# Line 10 | Line 10
10   ## Config
11  
12   # HTTP Server. This is the source of all downloads.
13 < HTTPSERVER="http://www.i-scream.org.uk/downloads/lib/"
13 > HTTPSERVER="http://www.i-scream.org/pub/i-scream/cms/lib/"
14  
15   # This script uses wget, set it's path and parameters here
16   WGETPARAM="-nv"
# Line 32 | Line 32 | SRCROOT=`pwd`
32   echo "> Checking for required libraries"
33   cd build/lib
34  
35 < LIBRARIES="crimson.jar idl.jar jacorb.jar jaxp.jar mm.mysql-2.0.11-bin.jar pircbot.jar iscream_util.jar"
35 > LIBRARIES="crimson.jar idl.jar jacorb.jar jaxp.jar pircbot.jar iscream_util.jar"
36  
37   for LIB in ${LIBRARIES}; do
38      
# Line 45 | Line 45 | for LIB in ${LIBRARIES}; do
45      
46   done
47  
48 ## Check for jacorb properties file
49
50 echo "> Checking for jacorb.properties"
51 cd ${HOME}
52 if test -r "jacorb.properties"; then \
53  echo "  + jacorb.properties found"; \
54 else \
55  echo "  - jacorb.properties not found, fetching from ${HTTPSERVER}jacorb.properties"; \
56  ${WGET} ${HTTPSERVER}jacorb.properties; \
57 fi
58
48   ## Cache javadoc API package-list files
49   echo "> Caching remote API's"
50  
51 < JDKURL="http://java.sun.com/j2se/1.4.1/docs/api/"
51 > JDKURL="http://java.sun.com/j2se/1.4.2/docs/api/"
52   mkdir -p ${SRCROOT}/.api-cache/jdk
53   cd ${SRCROOT}/.api-cache/jdk
54   if test -r "package-list"; then \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines