source: trunk/gsdl3/build.properties@ 12206

Last change on this file since 12206 was 12206, checked in by kjdon, 18 years ago

removed the mysql stuff

  • Property svn:keywords set to Author Date Id Revision
File size: 1.7 KB
Line 
1#### properties file for Greenstone3 building using ANT. See the README for more
2#### information
3
4## java compilation properties - for javac
5#Should compilation include the debug option?
6compile.debug=true
7#Should compilation include the deprecation option?
8compile.deprecation=true
9#Should compilation include the optimize option?
10compile.optimize=true
11
12## windows c++ compilation
13compile.windows.c++.setup=C:/Program Files/Microsoft Visual Studio/VC98/Bin/VCVARS32.BAT
14
15## Tomcat installation
16#Set this to the internet/intranet name of the machine that Tomcat is/will be run on. localhost is fine for accessing the server from the local machine, but not remotely
17tomcat.server=localhost
18# The port number that tomcat is/will be run on
19tomcat.port=8080
20# If tomcat is already running, enter the path to the base directory here
21tomcat.installed.path=
22#uncomment the following if you have moved the greenstone3 web directory to tomcats webapps dir
23#web.home=${tomcat.installed.path}/webapps/greenstone3
24
25## Greenstone 2 collection building options
26#The path to Greenstone 2 if it is already installed
27#If you do not want to use Greenstone 2 style building at all, set this property to any non-empty string, e.g. xxx
28gsdl2.installed.path=
29
30
31## Proxy setup - Greenstone installation will attempt to download extra packages. Set the proxy information here if you are behind a firewall.
32# The proxy server name
33proxy.host=
34# The proxy server port
35proxy.port=
36# A user name to use when talking to the proxy server (optional, will prompt if not entered here)
37proxy.user=
38# A password to use when talking to the proxy server (optional, will prompt if not entered here)
39proxy.password=
40
41## Mac OS X specific stuff
42# set the path to your GDBM here
43gdbm.installed.path=
Note: See TracBrowser for help on using the repository browser.