• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.server
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • Last Change
  • Annotate
  • Revision Log

root/branches/3.0-Beta2/etc/local.properties.example

Revision 1586, 2.2 kB (checked in by jmoore, 15 months ago)

s/3.0-TRUNK/3.0-Beta2/g

Line 
1#
2# local.properties.example
3# ------------------------
4# system variables which will be used both at
5# build-time and run-time
6#
7omero.version=3.0-Beta2
8omero.repo.local=${omero.home}/lib/repository
9omero.repo.remote=file://${user.home}/.m2/repository
10omero.rootpass=ome
11omero.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
19javac.source=1.5
20javac.target=1.5
21javac.debug=on
22javac.debuglevel=lines,vars,source
23javac.maxmem=100m
24javadoc.maxmem=100m
25############################################
26# libraries
27############################################
28# comment out no.ice to attempt the
29# blitz/ build
30ice.home=/opt/Ice-3.2.0
31no.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
37omero.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
42ome.services.licenses.Store_class="ome.services.licenses.Store"
43
44############################################
45# client connection
46############################################
47omero.user=user
48omero.pass=secret
49
50############################################
51# database connection
52############################################
53hibernate.connection.username=user
54hibernate.connection.password=secret
55
56############################################
57# jndi connection
58############################################
59server.host=localhost
60server.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.

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/