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 274D89EE6 for ; Wed, 18 Apr 2012 12:54:27 +0000 (UTC) Received: (qmail 63696 invoked by uid 500); 18 Apr 2012 12:54:27 -0000 Delivered-To: apmail-chemistry-commits-archive@chemistry.apache.org Received: (qmail 63662 invoked by uid 500); 18 Apr 2012 12:54:27 -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 63654 invoked by uid 99); 18 Apr 2012 12:54:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Apr 2012 12:54:27 +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; Wed, 18 Apr 2012 12:54:25 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 794E92388860; Wed, 18 Apr 2012 12:54:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1327492 - /chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/src/main/resources/types.xml Date: Wed, 18 Apr 2012 12:54:05 -0000 To: commits@chemistry.apache.org From: jens@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120418125405.794E92388860@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jens Date: Wed Apr 18 12:54:05 2012 New Revision: 1327492 URL: http://svn.apache.org/viewvc?rev=1327492&view=rev Log: allow content for example types Modified: chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/src/main/resources/types.xml Modified: chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/src/main/resources/types.xml URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/src/main/resources/types.xml?rev=1327492&r1=1327491&r2=1327492&view=diff ============================================================================== --- chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/src/main/resources/types.xml (original) +++ chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/src/main/resources/types.xml Wed Apr 18 12:54:05 2012 @@ -38,7 +38,7 @@ false true false - notallowed + allowed imageWidth 0x0100 @@ -1234,7 +1234,7 @@ false true false - notallowed + allowed artist Artist @@ -1506,7 +1506,7 @@ false true false - notallowed + allowed noPages No Pages @@ -1686,7 +1686,7 @@ false true false - notallowed + allowed applicationName Application Name @@ -2138,7 +2138,7 @@ false true false - notallowed + allowed from From