root/org.nuxeo.ecm.platform/trunk/nuxeo-platform-archive-api/src/main/resources/OSGI-INF/ArchiveManagerBinding.xml

Revision 16027, 0.5 kB (checked in by fguillaume, 2 years ago)

svn:eol-style native and fix inconsistent newlines

  • Property svn:eol-style set to native
Line 
1 <?xml version="1.0"?>
2
3 <component name="org.nuxeo.ecm.platform.archive.serviceBinding" version="1.0">
4   <documentation>
5         Contribute with a binding on a server defined by other component.
6     @author
7     <a href="mailto:bt@nuxeo.com">Bogdan Tatar</a>
8   </documentation>
9
10   <extension target="org.nuxeo.ecm.platform.api.PlatformService"
11     point="servers">
12
13     <server name="default">
14       <service class="org.nuxeo.ecm.platform.archive.ejb.ArchiveManagerBean"
15         jndiName="%ArchiveManagerBean" />
16     </server>
17
18   </extension>
19
20 </component>
Note: See TracBrowser for help on using the browser.