root/trunk/calendar3/local.build.properties

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

Initial import of bedework

Line 
1 #
2 # local.build.properties
3 #
4 # This file gives sites the opportunity to override properties that will be
5 # defined later in the build process.
6 # The order of loading is:
7 #   <home-dir>/uwcal.build.properties
8 #   local.build.properties
9 #   <various other distributed properties>
10 #
11 # Therefore add site dependent overrides to this and individual developer
12 # overrrides to <home-dir>/uwcal.build.properties
13 #
14 # As distributed, this file contains properties that work for the quickstart
15 # release
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
Note: See TracBrowser for help on using the browser.