Changeset 29028
- Timestamp:
- 01/14/08 19:30:02 (11 months ago)
- 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 79 79 80 80 <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"> 81 92 <description>Create a new file document from a local file</description> 82 93 <params>
