Changeset 29028

Show
Ignore:
Timestamp:
01/14/08 19:30:02 (11 months ago)
Author:
bstefanescu
Message:

working on import fs command

Files:

Legend:

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

    r28985 r29028  
    7979 
    8080    <command name="put" class="org.nuxeo.ecm.client.commands.repository.PutCommand"> 
     81        <description>Create a new file document from a local file</description> 
     82        <params> 
     83            <param index="0" type="file"/> 
     84            <param index="1" type="doc"/> 
     85        </params> 
     86        <help> 
     87            TODO 
     88        </help> 
     89    </command> 
     90 
     91    <command name="fsimport" class="org.nuxeo.ecm.client.commands.repository.FSImportCommand"> 
    8192        <description>Create a new file document from a local file</description> 
    8293        <params>