]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/org.argeo.slc.ui.gis/META-INF/spring/views.xml
Move GIS to commons
[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 <bean id="org.argeo.slc.ui.gis.layersView" class="org.argeo.slc.ui.gis.views.LayersView"
10 scope="prototype">
11 <property name="dataStores" ref="dataStores" />
12 </bean>
13
14 </beans>