Changeset 28984
- Timestamp:
- 01/12/08 14:41:06 (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
r28114 r28984 70 70 <command name="rm" class="org.nuxeo.ecm.client.commands.repository.RmCommand"> 71 71 <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> 72 79 <help> 73 80 TODO
