root/org.nuxeo.ecm.platform/trunk/nuxeo-platform-ear/src/main/resources/config/default-versioning-config.xml

Revision 21850, 0.7 kB (checked in by tdelprat, 2 years ago)

set default versioning to "non JR versioning"

Line 
1 <?xml version="1.0"?>
2
3 <component name="org.nuxeo.ecm.core.repository.jcr.versioning.Versioning" version="1.0">
4
5    <documentation>
6       The Versioning component defines the VersioningService implementation by using
7       the string property versioningService
8
9       @author <a href="mailto:bs@nuxeo.com">Bogdan Stefanescu</a>
10     </documentation>
11
12         <implementation class="org.nuxeo.ecm.core.repository.jcr.versioning.Versioning"/>
13
14         <!--property name="versioningService" value="org.nuxeo.ecm.core.repository.jcr.versioning.JCRVersioningService"/-->
15         <property name="versioningService" value="org.nuxeo.ecm.core.versioning.custom.CustomVersioningService"/>
16
17 </component>
Note: See TracBrowser for help on using the browser.