|
Revision 21547, 0.6 kB
(checked in by btatar, 3 years ago)
|
fixing bug NXGED-701(404 Error on Archive tab)
|
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
<?xml version="1.0"?> |
|---|
| 2 |
|
|---|
| 3 |
<component name="org.nuxeo.ecm.platform.archive.facade" version="1.0"> |
|---|
| 4 |
<documentation> |
|---|
| 5 |
Defines the archive manager service binding |
|---|
| 6 |
@author <a href="mailto:bt@nuxeo.com">Bogdan Tatar</a> |
|---|
| 7 |
</documentation> |
|---|
| 8 |
|
|---|
| 9 |
<extension target="org.nuxeo.runtime.api.ServiceManagement" |
|---|
| 10 |
point="services"> |
|---|
| 11 |
<documentation>Defines the archive manager service binding</documentation> |
|---|
| 12 |
|
|---|
| 13 |
<server name="default"> |
|---|
| 14 |
<service class="org.nuxeo.ecm.platform.archive.api.ArchiveManager" group="platform" > |
|---|
| 15 |
<locator>%ArchiveManagerBean</locator> |
|---|
| 16 |
</service> |
|---|
| 17 |
</server> |
|---|
| 18 |
|
|---|
| 19 |
</extension> |
|---|
| 20 |
|
|---|
| 21 |
</component> |
|---|