]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.ui.dist/META-INF/spring/commands.xml
Prepare SLC 0.14.2 release
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.ui.dist / META-INF / spring / commands.xml
index 61f60e2a2910a1516c09ea701c3ca6144ddd639b..ea596a1d13432d620b6e50570851915a16c466ce 100644 (file)
        <bean id="runInOSGi" class="org.argeo.slc.client.ui.dist.commands.RunInOsgi"
                scope="prototype">
                <property name="repository" ref="javaRepository" />
-               <property name="workspace" value="argeo-tp-1-staging" />
+               <property name="workspace" value="org.argeo.tp-1.3.1" />
        </bean>
        
        <bean id="normalizeDistribution"
                class="org.argeo.slc.client.ui.dist.commands.NormalizeDistribution"
                scope="prototype">
                <property name="repository" ref="javaRepository" />
-               <property name="workspace" value="argeo-tp-1-staging" />
+               <property name="workspace" value="org.argeo.tp-1.3.1" />
        </bean>
        <bean id="createWorkspace"
                class="org.argeo.slc.client.ui.dist.commands.CreateWorkspace"
                class="org.argeo.slc.client.ui.dist.commands.RefreshDistributionsView"
                scope="prototype">
        </bean>
+       <bean id="org.argeo.slc.client.ui.dist.deleteArtifacts"
+               class="org.argeo.slc.client.ui.dist.commands.DeleteArtifacts"
+               scope="prototype">
+       </bean>
+       <bean id="refreshDistributionOverviewPage"
+               class="org.argeo.slc.client.ui.dist.commands.RefreshDistributionOverviewPage"
+               scope="prototype">
+       </bean>
 </beans>