Changeset 22183 for org.nuxeo.ecm.platform/trunk/nuxeo-platform-comment/src/main/resources/OSGI-INF/CommentService.xml
- Timestamp:
- 07/09/07 18:03:50 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
org.nuxeo.ecm.platform/trunk/nuxeo-platform-comment/src/main/resources/OSGI-INF/CommentService.xml
r21754 r22183 15 15 </extension-point> 16 16 17 <!-- Commentable Document Adapter -->18 <extension target="org.nuxeo.ecm.core.api.DocumentAdapterService"19 point="adapters">20 <adapter class="org.nuxeo.ecm.platform.comment.api.CommentableDocument"21 factory="org.nuxeo.ecm.platform.comment.impl.CommentableAdapterFactory" />22 </extension>23 17 24 18 </component>
