Return-Path: Delivered-To: apmail-incubator-jackrabbit-commits-archive@www.apache.org Received: (qmail 64784 invoked from network); 5 Oct 2005 01:18:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Oct 2005 01:18:18 -0000 Received: (qmail 39196 invoked by uid 500); 5 Oct 2005 01:18:18 -0000 Mailing-List: contact jackrabbit-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-commits@incubator.apache.org Received: (qmail 39185 invoked by uid 500); 5 Oct 2005 01:18:17 -0000 Delivered-To: apmail-incubator-jackrabbit-cvs@incubator.apache.org Received: (qmail 39182 invoked by uid 99); 5 Oct 2005 01:18:17 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 04 Oct 2005 18:18:17 -0700 Received: (qmail 64699 invoked by uid 65534); 5 Oct 2005 01:17:57 -0000 Message-ID: <20051005011757.64698.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r294964 - /incubator/jackrabbit/trunk/contrib/jcr-commands/src/java/org/apache/jackrabbit/command/resources.properties Date: Wed, 05 Oct 2005 01:17:56 -0000 To: jackrabbit-cvs@incubator.apache.org From: edgarpoce@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: edgarpoce Date: Tue Oct 4 18:17:41 2005 New Revision: 294964 URL: http://svn.apache.org/viewcvs?rev=294964&view=rev Log: command descriptions Modified: incubator/jackrabbit/trunk/contrib/jcr-commands/src/java/org/apache/jackrabbit/command/resources.properties Modified: incubator/jackrabbit/trunk/contrib/jcr-commands/src/java/org/apache/jackrabbit/command/resources.properties URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/jcr-commands/src/java/org/apache/jackrabbit/command/resources.properties?rev=294964&r1=294963&r2=294964&view=diff ============================================================================== --- incubator/jackrabbit/trunk/contrib/jcr-commands/src/java/org/apache/jackrabbit/command/resources.properties (original) +++ incubator/jackrabbit/trunk/contrib/jcr-commands/src/java/org/apache/jackrabbit/command/resources.properties Tue Oct 4 18:17:41 2005 @@ -1,7 +1,7 @@ cmd.addlocktoken = add the given lock token to the current session cmd.addlocktoken.token = lock token -cmd.addlocktoken.token.desc = the lock token empowers the active session to alter the nodes to which the lock applies +cmd.addlocktoken.token.desc = the lock token cmd.addmixin = add a mixin node type to the given node cmd.addmixin.mixin = mixin name cmd.addmixin.mixin.desc = a mixin node type name @@ -12,11 +12,11 @@ cmd.addversionlabel.label = label cmd.addversionlabel.label.desc = label to add cmd.addversionlabel.moveLabel = -cmd.addversionlabel.moveLabel.desc = If the specified label is already assigned to a version in this history and moveLabel is true then the label is removed from its current location and added to the version with the specified versionName. +cmd.addversionlabel.moveLabel.desc = move label cmd.addversionlabel.version = version cmd.addversionlabel.version.desc = the version name on which the label will be applied cmd.cat = Display the content of a property, or the content of a node of type nt:file or nt:resource. -cmd.checkin = check in the ginven versionable node +cmd.checkin = check in the given versionable node cmd.checkout = checkout the given versionable node cmd.clearworkspace = Clear the Workspace by removing all the nodes and properties. cmd.clone = clone the given node @@ -48,7 +48,8 @@ cmd.help = Show available commands. If a command is specified it will show the command description, usage and parameters details. cmd.help.command = name cmd.help.command.desc = name of the command to describe -cmd.importfilesystem = importxml.uuidBehaviour=uuid creation behaviour +cmd.importfilesystem = +importxml.uuidBehaviour=uuid creation behaviour cmd.importxml = Import the given xml file either in system or documen view to the repository cmd.lock = lock the given node cmd.lock.deep.desc = A deep lock applies to its holding node and all its descendants. @@ -131,7 +132,7 @@ common.fspath = path common.fspath.desc = file system path common.index = index of the value to show -common.index.desc = The indexing is based on the order in which child nodes are\r\nreturned in the iterator acquired through Node.getNodes(). +common.index.desc = The indexing common.jcrabspath = jcr absolute path common.jcrabspath.desc = a path string representing the absolute path in the current workspace. common.jcrname = jcr name @@ -146,7 +147,7 @@ common.nodetype.desc = valid node type name common.source = source common.uuidBehaviour = int -common.uuidBehaviour.desc = The flag uuidBehavior governs how the UUIDs of incoming (deserialized) nodes are handled. +common.uuidBehaviour.desc = The flag uuidBehavior. exception = exception