source: trunk/greenstone3-extensions/gs3build/build.properties@ 12216

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

the parts of the greenstone build.properties and build.xml files that relate to gs3building. hasn't been tested or coordinated into a nice build file yet

  • Property svn:keywords set to Author Date Id Revision
File size: 1.3 KB
Line 
1#### initial properties file with all gs3build bits from main greenstone3 system
2## java compilation properties - for javac
3#Should compilation include the debug option?
4compile.debug=true
5#Should compilation include the deprecation option?
6compile.deprecation=true
7#Should compilation include the optimize option?
8compile.optimize=true
9
10 ## Relational database
11# set this to be non-empty if you are using an external mysql.
12mysql.installed.path=
13#change the following if the defaults are not correct
14mysql.server=localhost
15#port mysql should run on. Change if you already have mysql running on the default port
16mysql.port=3306
17#Should passwords be set for the root and greenstone mysql users?
18mysql.use.passwords=yes
19## If you are installing greenstone (including mysql) in an nfs directory, mysql may not work. The data directory needs to be on a local drive: Copy the greenstone3/packages/mysql/data directory to a local drive and set the location here
20#mysql.datadir=
21## Mysql user passwords: uncomment and set the following if you don't want to be prompted for them during installation
22#The root password for a local mysql installation
23#mysql.root.password=
24# The password for the gsdl3admin user (local and external mysql)
25#mysql.admin.password=
26# The password for the gsdl3reader user (local and external mysql)
27#mysql.reader.password=
Note: See TracBrowser for help on using the repository browser.