root/trunk/calendar3/build.properties

Revision 59 (checked in by douglm, 7 years ago)

A number of fixes to the restore so that it handles a full v3 dump file.

Changed restore so that syspars values supplied as arguments will override values read from the restore file. This allows us to use the configuration properties to initialise the db.

We need a new page to the config tool for syspars.

Moved all dump/restore default properties into config properties file. We now need a dump/restore page as well.
Then discovered they were already in there so that may have caused problems.

Deleted file calendar3/local.build.properties

Line 
1 #
2 # The values of these properties will override the values of properties of
3 # the same name in the build.xml file.
4 #
5
6 # If you want to override these values you should add your own values to
7 # either <home-dir>/uwcal.build.properties or
8 #   local.build.properties
9
10 # This doesn't work too well. org.bedework.appserver.dir wasn't set until after this
11 # was executed. I moved the setting but I don't think that's altogether
12 # what was intended. I'm assuming the idea was to allow the calendar2
13 # build.xml towork in isolation.
14
15 # Maybe we should just put all the settings in here.
16
17 #==================== File and Directory Names ========================
18
19 #where the application server lives
20 org.bedework.appserver.dir=${calendar.dir}/../jakarta-tomcat-5.0.28
21
22 #where the default db is
23 org.bedework.hsqldb.dir=${calendar.dir}/../hsqldb-1.7.3.3
24
25 #where most library files used by all applications go
26 appserver.lib.dir=${org.bedework.appserver.dir}/common/lib
27
28 #where 'endorsed' library files go.  These classes override anything
29 #the JVM has.  This is particularly important for things like Xalan,
30 #etc., which can break the application if you choose the wrong version
31 appserver.endorsed.dir=${org.bedework.appserver.dir}/common/endorsed
32
33 #where things like log4j config files go
34 log4j.config.destination=${org.bedework.appserver.dir}/common/classes
35
36 #the toplevel directory for the default web application
37 webapp.root.dir=${org.bedework.appserver.dir}/webapps/ROOT
38
39 # If jetspeed2 builds are enabled this is where we deploy
40 org.bedework.jetspeed2.deploy.dir=${org.bedework.appserver.dir}/webapps/jetspeed/WEB-INF/deploy
41
42 #the name and version of the whole shebang
43 product.name=Bedework
44 product.version=3
45
46 org.bedework.deploy.log4j.config=no
Note: See TracBrowser for help on using the browser.