|
Revision 19318, 0.9 kB
(checked in by fguillaume, 2 years ago)
|
Rename package org.nuxeo.ecm.core.jcr to org.nuxeo.ecm.core.repository.jcr.
|
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
<?xml version="1.0"?> |
|---|
| 2 |
|
|---|
| 3 |
<component name="org.nuxeo.ecm.core.repository.jcr.lifecycle.JCRLifeCycleManager"> |
|---|
| 4 |
|
|---|
| 5 |
<documentation> |
|---|
| 6 |
JCR life cycle manager. |
|---|
| 7 |
|
|---|
| 8 |
<p/> |
|---|
| 9 |
|
|---|
| 10 |
This is the default Nuxeo core life cycle manager. |
|---|
| 11 |
|
|---|
| 12 |
@version 1.0 |
|---|
| 13 |
@author <a href="mailto:ja@nuxeo.com">Julien Anguenot</a> |
|---|
| 14 |
</documentation> |
|---|
| 15 |
|
|---|
| 16 |
<require>org.nuxeo.ecm.core.lifecycle.LifeCycleService</require> |
|---|
| 17 |
|
|---|
| 18 |
<extension target="org.nuxeo.ecm.core.lifecycle.LifeCycleService" |
|---|
| 19 |
point="lifecyclemanager"> |
|---|
| 20 |
|
|---|
| 21 |
<documentation> |
|---|
| 22 |
JCR life cycle manager contribution. |
|---|
| 23 |
|
|---|
| 24 |
<p/> |
|---|
| 25 |
|
|---|
| 26 |
It stores the life cycle properties inside the JCR along with the document. |
|---|
| 27 |
|
|---|
| 28 |
</documentation> |
|---|
| 29 |
|
|---|
| 30 |
<lifecyclemanager name="jcrlifecyclemanager" |
|---|
| 31 |
class="org.nuxeo.ecm.core.repository.jcr.JCRLifeCycleManager" |
|---|
| 32 |
/> |
|---|
| 33 |
</extension> |
|---|
| 34 |
|
|---|
| 35 |
</component> |
|---|