]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/org.argeo.slc.ui.gis.rcp/META-INF/spring/views.xml
Move GIS to commons
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.ui.gis.rcp / 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.mapView" class="org.argeo.slc.ui.gis.rcp.views.SwingMapView"
10 scope="prototype">
11 </bean>
12 </beans>