root/branches/3.0-Beta2/etc/local.properties.example
| Revision 1586, 2.2 kB (checked in by jmoore, 15 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.version=3.0-Beta2 |
| 8 | omero.repo.local=${omero.home}/lib/repository |
| 9 | omero.repo.remote=file://${user.home}/.m2/repository |
| 10 | omero.rootpass=ome |
| 11 | omero.db.profile=psql |
| 12 | |
| 13 | ############################################ |
| 14 | # build |
| 15 | ############################################ |
| 16 | # Defaults used in antlib/resources/lifecycle.xml |
| 17 | # override in <COMPONENT>/build.xml files or |
| 18 | # in etc/local.properties |
| 19 | javac.source=1.5 |
| 20 | javac.target=1.5 |
| 21 | javac.debug=on |
| 22 | javac.debuglevel=lines,vars,source |
| 23 | javac.maxmem=100m |
| 24 | javadoc.maxmem=100m |
| 25 | ############################################ |
| 26 | # libraries |
| 27 | ############################################ |
| 28 | # comment out no.ice to attempt the |
| 29 | # blitz/ build |
| 30 | ice.home=/opt/Ice-3.2.0 |
| 31 | no.ice=true |
| 32 | |
| 33 | # Used in server/build.xml and blitz/build.xml |
| 34 | # to specify the functionality that will be compiled |
| 35 | # in via server/src/ome/services/util/OmeroAroundInvoke.java |
| 36 | # and blitz/src/ome/services/icy/fire/SessionManagerI.java |
| 37 | omero.hard-wired.interceptors="ome.security.basic.BasicSecurityWiring" |
| 38 | |
| 39 | # Used by tools/licences/build.xml to define |
| 40 | # which class should be compiled into |
| 41 | # ome.services.licenses.LicenseBean |
| 42 | ome.services.licenses.Store_class="ome.services.licenses.Store" |
| 43 | |
| 44 | ############################################ |
| 45 | # client connection |
| 46 | ############################################ |
| 47 | omero.user=user |
| 48 | omero.pass=secret |
| 49 | |
| 50 | ############################################ |
| 51 | # database connection |
| 52 | ############################################ |
| 53 | hibernate.connection.username=user |
| 54 | hibernate.connection.password=secret |
| 55 | |
| 56 | ############################################ |
| 57 | # jndi connection |
| 58 | ############################################ |
| 59 | server.host=localhost |
| 60 | server.port=1099 |
| 61 | |
| 62 | ############################################ |
| 63 | # maven.xml properties |
| 64 | # ------------------------------------------ |
| 65 | # when using maven.xml to generate classpath |
| 66 | # files uncomment out these variables. just |
| 67 | # be sure to re-comment them when using ant |
| 68 | # or odd errors will appear. |
| 69 | ############################################ |
| 70 | #omero.repo.local=${user.home}/.m2/repository/ |
| 71 | #omero.repo.remote=file://${omero.home}/lib/repository/ |
Note: See TracBrowser
for help on using the browser.
