Return-Path: X-Original-To: apmail-chemistry-commits-archive@www.apache.org Delivered-To: apmail-chemistry-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 12B4991F2 for ; Sat, 15 Oct 2011 11:20:38 +0000 (UTC) Received: (qmail 75058 invoked by uid 500); 15 Oct 2011 11:20:37 -0000 Delivered-To: apmail-chemistry-commits-archive@chemistry.apache.org Received: (qmail 75018 invoked by uid 500); 15 Oct 2011 11:20:37 -0000 Mailing-List: contact commits-help@chemistry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chemistry.apache.org Delivered-To: mailing list commits@chemistry.apache.org Received: (qmail 75010 invoked by uid 99); 15 Oct 2011 11:20:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Oct 2011 11:20:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Oct 2011 11:20:34 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id C781E23888E4; Sat, 15 Oct 2011 11:20:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1183623 - /chemistry/site/trunk/content/java/developing/tools/dev-tools-workbench.mdtext Date: Sat, 15 Oct 2011 11:20:12 -0000 To: commits@chemistry.apache.org From: fmui@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111015112012.C781E23888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fmui Date: Sat Oct 15 11:20:12 2011 New Revision: 1183623 URL: http://svn.apache.org/viewvc?rev=1183623&view=rev Log: corrected Workbench page Modified: chemistry/site/trunk/content/java/developing/tools/dev-tools-workbench.mdtext Modified: chemistry/site/trunk/content/java/developing/tools/dev-tools-workbench.mdtext URL: http://svn.apache.org/viewvc/chemistry/site/trunk/content/java/developing/tools/dev-tools-workbench.mdtext?rev=1183623&r1=1183622&r2=1183623&view=diff ============================================================================== --- chemistry/site/trunk/content/java/developing/tools/dev-tools-workbench.mdtext (original) +++ chemistry/site/trunk/content/java/developing/tools/dev-tools-workbench.mdtext Sat Oct 15 11:20:12 2011 @@ -17,7 +17,7 @@ browser and an interactive testbed for t ## Download the CMIS Workbench -You can download the [latest release](http://www.apache.org/dyn/closer.cgi/chemistry/opencmis/0.4.0/chemistry-opencmis-workbench-0.4.0-full.zip) +You can download the [latest release](/java/download.html) or a [nightly build](https://builds.apache.org/job/Chemistry%20-%20OpenCMIS%20-%20install/ws/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/target/) with the latest fixes and features. @@ -50,14 +50,14 @@ cmis.workbench.compression | preset c System Property | Function -----------------------------------------------|----------- -cmis.workbench.folder.filter | -cmis.workbench.folder.includeAcls | -cmis.workbench.folder.includeAllowableActions | -cmis.workbench.folder.includePolicies | -cmis.workbench.folder.includeRelationships | -cmis.workbench.folder.renditionFilter | -cmis.workbench.folder.orderBy | -cmis.workbench.folder.maxItemsPerPage | +cmis.workbench.folder.filter | property filter (comma separated list of query names) +cmis.workbench.folder.includeAcls | fetch ACLs (true/false) +cmis.workbench.folder.includeAllowableActions | fetch allowable actions (true/false) +cmis.workbench.folder.includePolicies | fetch polices (true/false) +cmis.workbench.folder.includeRelationships | fetch relationships (true/false) +cmis.workbench.folder.renditionFilter | rendition filter (comma separated list of rendition kinds and MIME types) +cmis.workbench.folder.orderBy | order of the children (comma separated list of query names) +cmis.workbench.folder.maxItemsPerPage | maximum number of children that should be fetched in one call @@ -66,12 +66,12 @@ cmis.workbench.folder.maxItemsPerPage System Property | Function -----------------------------------------------|----------- -cmis.workbench.object.filter | -cmis.workbench.object.includeAcls | -cmis.workbench.object.includeAllowableActions | -cmis.workbench.object.includePolicies | -cmis.workbench.object.includeRelationships | -cmis.workbench.object.renditionFilter | +cmis.workbench.object.filter | property filter (comma separated list of query names) +cmis.workbench.object.includeAcls | fetch ACLs (true/false) +cmis.workbench.object.includeAllowableActions | fetch allowable actions (true/false) +cmis.workbench.object.includePolicies | fetch polices (true/false) +cmis.workbench.object.includeRelationships | fetch relationships (true/false) +cmis.workbench.object.renditionFilter | rendition filter (comma separated list of rendition kinds and MIME types)