|
Revision 22672, 0.6 kB
(checked in by tdelprat, 3 years ago)
|
more precise binding
|
| Line | |
|---|
| 1 |
<component name="org.nuxeo.ecm.platform.audit.service" version="1.0"> |
|---|
| 2 |
|
|---|
| 3 |
<documentation> Expose the Logs bean service as a Nuxeo Platform service |
|---|
| 4 |
|
|---|
| 5 |
@version 1.0 |
|---|
| 6 |
@author <a href="mailto:ja@nuxeo.com">Julien Anguenot</a> |
|---|
| 7 |
</documentation> |
|---|
| 8 |
|
|---|
| 9 |
<extension target="org.nuxeo.runtime.api.ServiceManagement" |
|---|
| 10 |
point="services"> |
|---|
| 11 |
|
|---|
| 12 |
<documentation> Define the logs bean as a platform service. </documentation> |
|---|
| 13 |
|
|---|
| 14 |
<service class="org.nuxeo.ecm.platform.audit.api.Logs" group="platform/audit"> |
|---|
| 15 |
<locator>%LogsBean</locator> |
|---|
| 16 |
</service> |
|---|
| 17 |
|
|---|
| 18 |
</extension> |
|---|
| 19 |
</component> |
|---|