Change workspace names
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 26 Jun 2012 11:35:26 +0000 (11:35 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 26 Jun 2012 11:35:26 +0000 (11:35 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@5352 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

eclipse/plugins/org.argeo.slc.client.ui.dist/META-INF/spring/commands.xml
eclipse/plugins/org.argeo.slc.client.ui.dist/META-INF/spring/jcr.xml
eclipse/plugins/org.argeo.slc.client.ui.dist/META-INF/spring/views.xml

index 3cd4942cedd47851cfdcbf5da85dd38e668676bd..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"
index a8d97fcbd120e70db225e74677814e4d7f7603d0..6543412d5ebeef5d6807abcd2b455e6e94dc7a0e 100644 (file)
@@ -7,6 +7,6 @@
 
        <bean id="slcSession" class="org.argeo.jcr.spring.ThreadBoundSession">
                <property name="repository" ref="javaRepository" />
-               <property name="workspace" value="argeo-tp-1-staging" />
+               <property name="workspace" value="org.argeo.tp-1.3.1" />
        </bean>
 </beans>
index 0d3cba849ce7b00f9fdb5741439e0f75fe83b4de..7540fe21a84f6e94abbe82ca3da21b7d6bc67981 100644 (file)
@@ -46,6 +46,5 @@
        <bean id="distributionsView" class="org.argeo.slc.client.ui.dist.views.DistributionsView"
                scope="prototype">
                <property name="repository" ref="javaRepository" />
-<!--           <property name="workspace" value="argeo-tp-1-staging" /> -->
        </bean>
 </beans>