Changeset 28984

Show
Ignore:
Timestamp:
01/12/08 14:41:06 (11 months ago)
Author:
bstefanescu
Message:

added put command

Files:

Legend:

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

    r28114 r28984  
    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="put" class="org.nuxeo.ecm.client.commands.repository.PutCommand"> 
     78        <description>Create a new file document from a local file</description> 
    7279        <help> 
    7380            TODO