]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.ui.gis/META-INF/spring/commands.xml
Move SLC GIS to sandbox
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.ui.gis / META-INF / spring / commands.xml
index e9a25af2be379cb2866ecf81b05a95df43455cc7..c868b6b7659e50907ce3e39b9d24b159d1bd0f99 100644 (file)
@@ -4,9 +4,8 @@
        xsi:schemaLocation="http://www.springframework.org/schema/beans
         http://www.springframework.org/schema/beans/spring-beans.xsd">
 
-       <bean id="org.argeo.slc.ui.gis.loadLayersFromBackend"
-               class="org.argeo.slc.ui.gis.commands.LoadLayersFromBackend"
+       <bean id="importGpx" class="org.argeo.slc.ui.gis.commands.ImportGpx"
                scope="prototype">
-               <property name="backend" ref="backend" />
+               <property name="trackDao" ref="trackDao" />
        </bean>
 </beans>