root/org.nuxeo.ecm.platform/trunk/nuxeo-platform-audit-io/src/main/resources/OSGI-INF/io-audit-contrib.xml

Revision 25914, 0.8 kB (checked in by dmihalache, 2 years ago)

NXP-1603: copy document and ressources from EP+Core A to EP +Core B
fixed bugs

Line 
1 <?xml version="1.0"?>
2
3 <component name="org.nuxeo.ecm.platform.audit.io.contrib">
4
5   <documentation>
6     Sample contribution for audit logs copy.
7
8     @author Dragos Mihalache <a href="mailto:dm@nuxeo.com" />
9
10     <pre>
11       <extension target="org.nuxeo.ecm.platform.io.IOManager"
12         point="adapters">
13
14         <adapter name="audit_logs"
15           class="org.nuxeo.ecm.platform.audit.io.IOAuditAdapter">
16           <property name="nothing">default</property>
17         </adapter>
18
19       </extension>
20     </pre>
21   </documentation>
22
23   <extension target="org.nuxeo.ecm.platform.io.IOManager"
24     point="adapters">
25
26     <adapter name="audit_logs"
27       class="org.nuxeo.ecm.platform.audit.io.IOAuditAdapter">
28       <property name="nothing">default</property>
29     </adapter>
30
31   </extension>
32
33 </component>
Note: See TracBrowser for help on using the browser.