source: branches/ant-install-branch/gsdl3/build.properties@ 9733

Last change on this file since 9733 was 9696, checked in by kjdon, 19 years ago

a couple more properties

  • Property svn:keywords set to Author Date Id Revision
File size: 1.2 KB
Line 
1#### properties file for GSDL3 building using ANT.
2
3## java compilation properties - for javac
4#Should compilation include the debug option?
5compile.debug=true
6#Should compilation include the deprecation option?
7compile.deprecation=true
8#Should compilation include the optimize option?
9compile.optimize=true
10
11## Tomcat installation
12#The name of the machine that Tomcat is/will be run on
13tomcat.server=localhost
14# The port number that tomcat is/will be run on
15tomcat.port=7070
16# If tomcat is already running, enter the path to the base directory here
17tomcat.installed.path=
18
19## Greenstone 2 collection building options
20#The path to Greenstone 2 if it is already installed
21gsdl2.installed.path=
22
23## Relational database
24mysql.installed.path=
25mysql.admin.user=
26mysql.server=localhost
27mysql.port=3306
28
29## Proxy setup - if Greenstone 3 is running behind a firewall
30# The proxy server name - set this if you are behind a firewall
31proxy.host=
32# The proxy server port
33proxy.port=
34# A user name to use when talking to the proxy server (optional, will prompt if not entered here)
35proxy.user=
36# A password to use when talking to the proxy server (optional, will prompt if not entered here)
37proxy.password=
38
Note: See TracBrowser for help on using the repository browser.