Changeset 21547 for org.nuxeo.ecm.platform/trunk/nuxeo-platform-archive-facade/src/main/resources/OSGI-INF/PlatformBindings.xml
- Timestamp:
- 06/28/07 14:33:54 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
org.nuxeo.ecm.platform/trunk/nuxeo-platform-archive-facade/src/main/resources/OSGI-INF/PlatformBindings.xml
r16027 r21547 1 1 <?xml version="1.0"?> 2 2 3 <component name="org.nuxeo.ecm.platform.archive.facade .PlatformBindings" version="1.0">3 <component name="org.nuxeo.ecm.platform.archive.facade" version="1.0"> 4 4 <documentation> 5 5 Defines the archive manager service binding … … 7 7 </documentation> 8 8 9 <extension target="org.nuxeo. ecm.platform.api.PlatformService"10 point="serv ers">9 <extension target="org.nuxeo.runtime.api.ServiceManagement" 10 point="services"> 11 11 <documentation>Defines the archive manager service binding</documentation> 12 12 13 13 <server name="default"> 14 <service class="org.nuxeo.ecm.platform.archive.api.ArchiveManager" jndiName="%ArchiveManagerBean"/> 14 <service class="org.nuxeo.ecm.platform.archive.api.ArchiveManager" group="platform" > 15 <locator>%ArchiveManagerBean</locator> 16 </service> 15 17 </server> 16 18
