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

Last change on this file since 9554 was 9514, checked in by kjdon, 19 years ago

a properties file that the user can use to set some properties :-) for the ant install/build.

  • Property svn:keywords set to Author Date Id Revision
File size: 983 bytes
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
17## Greenstone 2 collection building options
18#The path to Greenstone 2 if it is already installed
19gsdl.path=
20
21## Proxy setup - if Greenstone 3 is running behind a firewall
22# The proxy server name - set this if you are behind a firewall
23proxy.host=
24# The proxy server port
25proxy.port=
26# A user name to use when talking to the proxy server (optional, will prompt if not entered here)
27proxy.user=
28# A password to use when talking to the proxy server (optional, will prompt if not entered here)
29proxy.password=
Note: See TracBrowser for help on using the repository browser.