|
Revision 30101, 0.9 kB
(checked in by bstefanescu, 1 year ago)
|
fixed typo
|
| Line | |
|---|
| 1 |
<?xml version="1.0"?> |
|---|
| 2 |
|
|---|
| 3 |
<component name="org.nuxeo.ecm.core.facade.CoreServiceBindings" version="1.0"> |
|---|
| 4 |
<documentation> |
|---|
| 5 |
The default core service bindings |
|---|
| 6 |
|
|---|
| 7 |
@author <a href="mailto:bs@nuxeo.com">Bogdan Stefanescu</a> |
|---|
| 8 |
</documentation> |
|---|
| 9 |
|
|---|
| 10 |
<extension target="org.nuxeo.runtime.api.ServiceManagement" point="services"> |
|---|
| 11 |
|
|---|
| 12 |
<service class="org.nuxeo.ecm.core.api.repository.RepositoryManager" group="core"> |
|---|
| 13 |
<locator>%RepositoryManagerBean</locator> |
|---|
| 14 |
</service> |
|---|
| 15 |
|
|---|
| 16 |
<service class="org.nuxeo.ecm.core.api.security.PermissionProvider" group="core"> |
|---|
| 17 |
<locator>%PermissionProviderBean</locator> |
|---|
| 18 |
</service> |
|---|
| 19 |
|
|---|
| 20 |
<!-- |
|---|
| 21 |
The type provider service should be used only from remote |
|---|
| 22 |
So we won't declare the binding here |
|---|
| 23 |
--> |
|---|
| 24 |
<!--service class="org.nuxeo.ecm.core.schema.TypeProvider" group="core"/> |
|---|
| 25 |
<locator>%TypeProviderBean</locator> |
|---|
| 26 |
</service--> |
|---|
| 27 |
|
|---|
| 28 |
</extension> |
|---|
| 29 |
|
|---|
| 30 |
|
|---|
| 31 |
</component> |
|---|