mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Update CMIS index page - spec references.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@19939 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
<bean id="CMISService" class="org.alfresco.cmis.mapping.CMISServicesImpl">
|
||||
<property name="CMISSpecVersion"><value>1.0</value></property>
|
||||
<property name="CMISSpecTitle"><value>Version 1.0 Committee Draft 07</value></property>
|
||||
<property name="CMISSpecTitle"><value>Version 1.0 Committee Specification 01</value></property>
|
||||
<property name="defaultStore"><value>workspace://SpacesStore</value></property>
|
||||
<property name="defaultRootPath"><value>/Company Home</value></property>
|
||||
<property name="dictionaryService" ref="dictionaryService" />
|
||||
|
@@ -9,7 +9,7 @@
|
||||
</imports>
|
||||
|
||||
<namespaces>
|
||||
<namespace uri="http://www.alfresco.org/model/cmis/1.0/cd07" prefix="cmis" />
|
||||
<namespace uri="http://www.alfresco.org/model/cmis/1.0/cs01" prefix="cmis" />
|
||||
</namespaces>
|
||||
|
||||
<data-types>
|
||||
|
@@ -66,7 +66,7 @@ public class CMISMapping implements InitializingBean
|
||||
* The Alfresco CMIS Namespace
|
||||
*/
|
||||
public static String CMIS_MODEL_NS = "cmis";
|
||||
public static String CMIS_MODEL_URI = "http://www.alfresco.org/model/cmis/1.0/cd07";
|
||||
public static String CMIS_MODEL_URI = "http://www.alfresco.org/model/cmis/1.0/cs01";
|
||||
|
||||
/**
|
||||
* The Alfresco CMIS Model name.
|
||||
|
Reference in New Issue
Block a user