Changeset 28114

Show
Ignore:
Timestamp:
12/13/07 18:48:51 (1 year ago)
Author:
bstefanescu
Message:

added index command

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • org.nuxeo.ecm.client/trunk/nuxeo-client-commands/src/main/resources/OSGI-INF/Commands.xml

    r28111 r28114  
    7070    <command name="rm" class="org.nuxeo.ecm.client.commands.repository.RmCommand"> 
    7171        <description>Remove specified (or current) document</description> 
     72        <help> 
     73            TODO 
     74        </help> 
     75    </command> 
     76 
     77    <command name="index" class="org.nuxeo.ecm.client.commands.repository.IndexCommand"> 
     78        <description>Re-index database</description> 
    7279        <help> 
    7380            TODO