Ignore:
Timestamp:
2008-05-29T13:29:54+12:00 (16 years ago)
Author:
oranfry
Message:

updating from trunk: brought in trunk changes from r15191 to r15785

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/branches/customizingGreenstone3/build.properties

    r15191 r15787  
    1111
    1212## windows c++ compilation
    13 compile.windows.c++.setup=C:/Program Files/Microsoft Visual Studio/VC98/Bin/VCVARS32.BAT
     13# The following property does not help in build.xml.
     14# The user needs to run Visual Studio's vcvars32.bat script from the
     15# MSDOS prompt before compiling Greenstone3 (before "ant prepare install")
     16#compile.windows.c++.setup=C:/Program Files/Microsoft Visual Studio/VC98/Bin/VCVARS32.BAT
    1417
    1518## Tomcat installation
     
    4851proxy.password=
    4952
    50 ## Mac OS X specific stuff
    51 # set the path to your GDBM here
    52 #install.gdbm=true
    53 #gdbm.installed.path=${gdbm.home}
     53# Not all unix systems (for example MacOS) come with GDBM pre-installed
     54# To keep things simple, instruct Greenstone3 to download a GDBM tar file
     55# configure and install it. The location used by default is within the
     56# Greenstone3 src/packages area
     57install.gdbm=true
     58gdbm.installed.path=${gdbm.home}
    5459
    5560##Flax stuff##
    5661##uncomment if you want to install flax
    5762#install.flax=true
     63
     64##Web services related constants##
     65base.webservice.name=SOAPServer
     66##listing and description of all the web services deployable on GS3##
     67web.services.list=${base.webservice.name} for Greenstone3's core web services, QBR${base.webservice.name} for Query, Browse and Retrieve services
Note: See TracChangeset for help on using the changeset viewer.