|
Revision 22325, 0.5 kB
(checked in by tdelprat, 3 years ago)
|
typo in doc
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
<component |
|---|
| 3 |
name="org.nuxeo.ecm.platform.comment.service.binding.contrib"> |
|---|
| 4 |
|
|---|
| 5 |
<require>org.nuxeo.ecm.platform.comment.service.CommentService</require> |
|---|
| 6 |
|
|---|
| 7 |
<extension target="org.nuxeo.runtime.api.ServiceManagement" |
|---|
| 8 |
point="services"> |
|---|
| 9 |
|
|---|
| 10 |
<documentation> Define the Comment bean as a platform service. </documentation> |
|---|
| 11 |
<service class="org.nuxeo.ecm.platform.comment.api.CommentManager" group="platform/comments"> |
|---|
| 12 |
<locator>%CommentManagerBean</locator> |
|---|
| 13 |
</service> |
|---|
| 14 |
|
|---|
| 15 |
</extension> |
|---|
| 16 |
</component> |
|---|