root/tags/omero-3.0-M3/etc/omero.properties
| Revision 1085, 0.9 kB (checked in by jmoore, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | # |
| 2 | # omero.properties |
| 3 | # ----------------- |
| 4 | # system variables which will be used both at |
| 5 | # build-time and run-time |
| 6 | # |
| 7 | omero.version=3.0-M3 |
| 8 | omero.repo.local=${omero.home}/lib/repository |
| 9 | omero.repo.remote=file://${user.home}/.m2/repository |
| 10 | |
| 11 | ############################################ |
| 12 | # client connection |
| 13 | ############################################ |
| 14 | omero.group=user |
| 15 | omero.event=User |
| 16 | |
| 17 | ############################################ |
| 18 | # application server connection |
| 19 | ############################################ |
| 20 | server.host=localhost |
| 21 | server.port=1099 |
| 22 | |
| 23 | ############################################ |
| 24 | # maven.xml properties |
| 25 | # ------------------------------------------ |
| 26 | # when using maven.xml to generate classpath |
| 27 | # files uncomment out these variables. just |
| 28 | # be sure to re-comment them when using ant |
| 29 | # or odd errors will appear. |
| 30 | ############################################ |
| 31 | #omero.repo.local=${user.home}/.m2/repository/ |
| 32 | #omero.repo.remote=file://${omero.home}/lib/repository/ |
Note: See TracBrowser
for help on using the browser.
