]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/org.argeo.slc.ui.gis/META-INF/spring/views.xml
New icons
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.ui.gis / META-INF / spring / views.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans xmlns="http://www.springframework.org/schema/beans"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
4 xsi:schemaLocation="
5 http://www.springframework.org/schema/beans
6 http://www.springframework.org/schema/beans/spring-beans.xsd
7 ">
8
9
10 <bean id="gpsBrowserView" class="org.argeo.slc.ui.gis.views.GpsView"
11 scope="prototype">
12 <property name="session" ref="session" />
13 </bean>
14
15 <bean id="layersView" class="org.argeo.slc.ui.gis.views.LayersView"
16 scope="prototype">
17 <property name="dataStores" ref="dataStores" />
18 </bean>
19
20 </beans>