root/trunk/components/client/resources/ome/client/internal.xml
| Revision 1167, 1.0 kB (checked in by jmoore, 2 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd"> |
| 3 | <!-- |
| 4 | #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 5 | # |
| 6 | # $Id$ |
| 7 | # |
| 8 | # Copyright 2006 University of Dundee. All rights reserved. |
| 9 | # Use is subject to license terms supplied in LICENSE.txt |
| 10 | # |
| 11 | #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 12 | --> |
| 13 | |
| 14 | <!-- |
| 15 | #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 16 | # Written by: Josh Moore <josh.moore@gmx.de> |
| 17 | #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 18 | --> |
| 19 | |
| 20 | <!-- |
| 21 | |
| 22 | The initial.xml configuration file is used as default system properties |
| 23 | for all static client contexts. For non-static login, provide an instance |
| 24 | of java.util.Properties yourself in the OmeroContext.getClientContext call. |
| 25 | |
| 26 | --> |
| 27 | |
| 28 | <beans> |
| 29 | |
| 30 | <bean id="properties" class="java.util.Properties"> |
| 31 | <constructor-arg> |
| 32 | <props/> |
| 33 | </constructor-arg> |
| 34 | </bean> |
| 35 | |
| 36 | </beans> |
Note: See TracBrowser
for help on using the browser.
