root/trunk/calendar3/build.properties

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

Moved many global preferences into the database as a BwSystem? object.
Added default tzid - data restore now sets times to that default

Commented out some global prefs.

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 most library files used by all applications go
20 appserver.lib.dir=${org.bedework.appserver.dir}/common/lib
21
22 #where 'endorsed' library files go.  These classes override anything
23 #the JVM has.  This is particularly important for things like Xalan,
24 #etc., which can break the application if you choose the wrong version
25 appserver.endorsed.dir=${org.bedework.appserver.dir}/common/endorsed
26
27 #where things like log4j config files go
28 log4j.config.destination=${org.bedework.appserver.dir}/common/classes
29
30 #the toplevel directory for the default web application
31 webapp.root.dir=${org.bedework.appserver.dir}/webapps/ROOT
32
33 # If jetspeed2 builds are enabled this is where we deploy
34 org.bedework.jetspeed2.deploy.dir=${org.bedework.appserver.dir}/webapps/jetspeed/WEB-INF/deploy
35
36 #the name and version of the whole shebang
37 product.name=Bedework
38 product.version=3
39
40 org.bedework.deploy.log4j.config=no
Note: See TracBrowser for help on using the browser.