Changeset 22325

Show
Ignore:
Timestamp:
07/11/07 00:22:03 (3 years ago)
Author:
tdelprat
Message:

typo in doc

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  
    88        point="services"> 
    99 
    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"> 
    1512        <locator>%CommentManagerBean</locator> 
    1613      </service> 
    1714 
    18         </server> 
    19  
    2015    </extension> 
    2116</component>