Changeset 22325
- Timestamp:
- 07/11/07 00:22:03 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
org.nuxeo.ecm.platform/trunk/nuxeo-platform-comment/src/main/resources/OSGI-INF/comment-platform-contrib.xml
r22161 r22325 8 8 point="services"> 9 9 10 <documentation> Define the logs bean as a platform service. </documentation> 11 12 <server name="default"> 13 14 <service class="org.nuxeo.ecm.platform.comment.api.CommentManager" group="platform"> 10 <documentation> Define the Comment bean as a platform service. </documentation> 11 <service class="org.nuxeo.ecm.platform.comment.api.CommentManager" group="platform/comments"> 15 12 <locator>%CommentManagerBean</locator> 16 13 </service> 17 14 18 </server>19 20 15 </extension> 21 16 </component>
