root/trunk/etc/local.properties.example
| Revision 2942, 2.4 kB (checked in by jmoore, 3 months ago) |
|---|
| Line | |
|---|---|
| 1 | # |
| 2 | # local.properties.example |
| 3 | # ------------------------ |
| 4 | # system variables which will be used both at |
| 5 | # build-time and run-time |
| 6 | # |
| 7 | omero.repo.local=${omero.home}/lib/repository |
| 8 | omero.repo.remote=file://${user.home}/.m2/repository |
| 9 | omero.rootpass=ome |
| 10 | omero.db.profile=psql |
| 11 | |
| 12 | ############################################ |
| 13 | # build |
| 14 | ############################################ |
| 15 | # Defaults used in antlib/resources/lifecycle.xml |
| 16 | # override in <COMPONENT>/build.xml files or |
| 17 | # in etc/local.properties |
| 18 | javac.source=1.5 |
| 19 | javac.target=1.5 |
| 20 | javac.debug=on |
| 21 | javac.debuglevel=lines,vars,source |
| 22 | javac.maxmem=300m |
| 23 | javadoc.maxmem=300m |
| 24 | |
| 25 | ############################################ |
| 26 | # Testing |
| 27 | ############################################ |
| 28 | # |
| 29 | # Prevents test failures from stopping the build |
| 30 | test.with.fail=false |
| 31 | # Turns on code-coverage measurements during testing |
| 32 | emma.enabled=false |
| 33 | |
| 34 | # Determines which Ivy resolver to use for |
| 35 | # finding the loci libraries. Look in |
| 36 | # etc/ivyconf.xml for more information. |
| 37 | loci.resolver=omero-resolver |
| 38 | |
| 39 | ############################################ |
| 40 | # libraries |
| 41 | ############################################ |
| 42 | |
| 43 | # Used in server/build.xml and blitz/build.xml |
| 44 | # to specify the functionality that will be compiled |
| 45 | # in via server/src/ome/services/util/OmeroAroundInvoke.java |
| 46 | # and blitz/src/ome/services/icy/fire/SessionManagerI.java |
| 47 | omero.hard-wired.interceptors="ome.security.basic.BasicSecurityWiring" |
| 48 | |
| 49 | # Used by tools/licences/build.xml to define |
| 50 | # which class should be compiled into |
| 51 | # ome.services.licenses.LicenseBean |
| 52 | ome.services.licenses.Store_class="ome.services.licenses.Store" |
| 53 | |
| 54 | ############################################ |
| 55 | # client connection |
| 56 | ############################################ |
| 57 | omero.user=user |
| 58 | omero.pass=secret |
| 59 | |
| 60 | ############################################ |
| 61 | # database connection |
| 62 | ############################################ |
| 63 | hibernate.connection.username=user |
| 64 | hibernate.connection.password=secret |
| 65 | |
| 66 | ############################################ |
| 67 | # jndi connection |
| 68 | ############################################ |
| 69 | server.host=localhost |
| 70 | server.port=1099 |
| 71 | |
| 72 | ############################################ |
| 73 | # maven.xml properties |
| 74 | # ------------------------------------------ |
| 75 | # when using maven.xml to generate classpath |
| 76 | # files uncomment out these variables. just |
| 77 | # be sure to re-comment them when using ant |
| 78 | # or odd errors will appear. |
| 79 | ############################################ |
| 80 | #omero.repo.local=${user.home}/.m2/repository/ |
| 81 | #omero.repo.remote=file://${omero.home}/lib/repository/ |
Note: See TracBrowser
for help on using the browser.
