]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.ui.dist/META-INF/spring/commands.xml
Update to v0.14.2-SNAPSHOT
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.ui.dist / META-INF / spring / commands.xml
index 63d63517e7a7a736f4c33616efcac0a06d3251ac..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"
@@ -50,7 +50,6 @@
        <bean id="org.argeo.slc.client.ui.dist.deleteArtifacts"
                class="org.argeo.slc.client.ui.dist.commands.DeleteArtifacts"
                scope="prototype">
-               <property name="repository" ref="javaRepository" />
        </bean>
        <bean id="refreshDistributionOverviewPage"
                class="org.argeo.slc.client.ui.dist.commands.RefreshDistributionOverviewPage"