Return-Path: Delivered-To: apmail-incubator-chemistry-commits-archive@minotaur.apache.org Received: (qmail 85649 invoked from network); 14 Apr 2010 14:32:09 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Apr 2010 14:32:09 -0000 Received: (qmail 69661 invoked by uid 500); 14 Apr 2010 14:32:09 -0000 Delivered-To: apmail-incubator-chemistry-commits-archive@incubator.apache.org Received: (qmail 69573 invoked by uid 500); 14 Apr 2010 14:32:09 -0000 Mailing-List: contact chemistry-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chemistry-dev@incubator.apache.org Delivered-To: mailing list chemistry-commits@incubator.apache.org Received: (qmail 69476 invoked by uid 99); 14 Apr 2010 14:32:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Apr 2010 14:32:08 +0000 X-ASF-Spam-Status: No, hits=-1326.5 required=10.0 tests=ALL_TRUSTED,AWL 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, 14 Apr 2010 14:31:59 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 79DA42388AB8; Wed, 14 Apr 2010 14:31:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r933968 [6/15] - in /incubator/chemistry/opencmis/trunk: ./ chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemistry/ chemistry-opencmis-client/chemistry-opencmis-client-api/src/main/java/org/apache/chemist... Date: Wed, 14 Apr 2010 14:30:50 -0000 To: chemistry-commits@incubator.apache.org From: fguillaume@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100414143110.79DA42388AB8@eris.apache.org> Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/objecttype/DocumentTypeImpl.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/objecttype/DocumentTypeImpl.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/objecttype/DocumentTypeImpl.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/objecttype/DocumentTypeImpl.java Wed Apr 14 14:30:32 2010 @@ -16,13 +16,13 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.client.runtime.objecttype; +package org.apache.chemistry.opencmis.client.runtime.objecttype; -import org.apache.opencmis.client.api.Session; -import org.apache.opencmis.client.api.objecttype.DocumentType; -import org.apache.opencmis.commons.api.DocumentTypeDefinition; -import org.apache.opencmis.commons.api.TypeDefinition; -import org.apache.opencmis.commons.enums.ContentStreamAllowed; +import org.apache.chemistry.opencmis.client.api.Session; +import org.apache.chemistry.opencmis.client.api.objecttype.DocumentType; +import org.apache.chemistry.opencmis.commons.api.DocumentTypeDefinition; +import org.apache.chemistry.opencmis.commons.api.TypeDefinition; +import org.apache.chemistry.opencmis.commons.enums.ContentStreamAllowed; /** * Document type. Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/objecttype/FolderTypeImpl.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/objecttype/FolderTypeImpl.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/objecttype/FolderTypeImpl.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/objecttype/FolderTypeImpl.java Wed Apr 14 14:30:32 2010 @@ -16,11 +16,11 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.client.runtime.objecttype; +package org.apache.chemistry.opencmis.client.runtime.objecttype; -import org.apache.opencmis.client.api.Session; -import org.apache.opencmis.client.api.objecttype.FolderType; -import org.apache.opencmis.commons.api.TypeDefinition; +import org.apache.chemistry.opencmis.client.api.Session; +import org.apache.chemistry.opencmis.client.api.objecttype.FolderType; +import org.apache.chemistry.opencmis.commons.api.TypeDefinition; /** * Folder type. Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/objecttype/PolicyTypeImpl.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/objecttype/PolicyTypeImpl.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/objecttype/PolicyTypeImpl.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/objecttype/PolicyTypeImpl.java Wed Apr 14 14:30:32 2010 @@ -16,11 +16,11 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.client.runtime.objecttype; +package org.apache.chemistry.opencmis.client.runtime.objecttype; -import org.apache.opencmis.client.api.Session; -import org.apache.opencmis.client.api.objecttype.PolicyType; -import org.apache.opencmis.commons.api.TypeDefinition; +import org.apache.chemistry.opencmis.client.api.Session; +import org.apache.chemistry.opencmis.client.api.objecttype.PolicyType; +import org.apache.chemistry.opencmis.commons.api.TypeDefinition; /** * Policy type. Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/objecttype/RelationshipTypeImpl.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/objecttype/RelationshipTypeImpl.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/objecttype/RelationshipTypeImpl.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/objecttype/RelationshipTypeImpl.java Wed Apr 14 14:30:32 2010 @@ -16,16 +16,16 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.client.runtime.objecttype; +package org.apache.chemistry.opencmis.client.runtime.objecttype; import java.util.ArrayList; import java.util.List; -import org.apache.opencmis.client.api.Session; -import org.apache.opencmis.client.api.objecttype.ObjectType; -import org.apache.opencmis.client.api.objecttype.RelationshipType; -import org.apache.opencmis.commons.api.RelationshipTypeDefinition; -import org.apache.opencmis.commons.api.TypeDefinition; +import org.apache.chemistry.opencmis.client.api.Session; +import org.apache.chemistry.opencmis.client.api.objecttype.ObjectType; +import org.apache.chemistry.opencmis.client.api.objecttype.RelationshipType; +import org.apache.chemistry.opencmis.commons.api.RelationshipTypeDefinition; +import org.apache.chemistry.opencmis.commons.api.TypeDefinition; /** * Relationship type. Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/repository/AclPermissionImpl.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/repository/AclPermissionImpl.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/repository/AclPermissionImpl.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/repository/AclPermissionImpl.java Wed Apr 14 14:30:32 2010 @@ -16,11 +16,11 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.client.runtime.repository; +package org.apache.chemistry.opencmis.client.runtime.repository; import java.io.Serializable; -import org.apache.opencmis.client.api.AclPermission; +import org.apache.chemistry.opencmis.client.api.AclPermission; public class AclPermissionImpl implements AclPermission, Serializable { Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/repository/AclPermissionMappingImpl.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/repository/AclPermissionMappingImpl.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/repository/AclPermissionMappingImpl.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/repository/AclPermissionMappingImpl.java Wed Apr 14 14:30:32 2010 @@ -16,16 +16,16 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.client.runtime.repository; +package org.apache.chemistry.opencmis.client.runtime.repository; import java.io.Serializable; import java.util.ArrayList; import java.util.List; import java.util.Map; -import org.apache.opencmis.client.api.AclPermission; -import org.apache.opencmis.client.api.repository.AclPermissionMapping; -import org.apache.opencmis.commons.provider.PermissionMappingData; +import org.apache.chemistry.opencmis.client.api.AclPermission; +import org.apache.chemistry.opencmis.client.api.repository.AclPermissionMapping; +import org.apache.chemistry.opencmis.commons.provider.PermissionMappingData; public class AclPermissionMappingImpl implements AclPermissionMapping, Serializable { Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/repository/PersistentObjectFactoryImpl.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/repository/PersistentObjectFactoryImpl.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/repository/PersistentObjectFactoryImpl.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/repository/PersistentObjectFactoryImpl.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.client.runtime.repository; +package org.apache.chemistry.opencmis.client.runtime.repository; import java.io.InputStream; import java.io.Serializable; @@ -30,64 +30,64 @@ import java.util.List; import java.util.Map; import java.util.Set; -import org.apache.opencmis.client.api.Ace; -import org.apache.opencmis.client.api.Acl; -import org.apache.opencmis.client.api.AllowableActions; -import org.apache.opencmis.client.api.CmisObject; -import org.apache.opencmis.client.api.ContentStream; -import org.apache.opencmis.client.api.OperationContext; -import org.apache.opencmis.client.api.Policy; -import org.apache.opencmis.client.api.Property; -import org.apache.opencmis.client.api.QueryProperty; -import org.apache.opencmis.client.api.QueryResult; -import org.apache.opencmis.client.api.Rendition; -import org.apache.opencmis.client.api.objecttype.ObjectType; -import org.apache.opencmis.client.api.repository.ObjectFactory; -import org.apache.opencmis.client.runtime.AceImpl; -import org.apache.opencmis.client.runtime.AclImpl; -import org.apache.opencmis.client.runtime.AllowableActionsImpl; -import org.apache.opencmis.client.runtime.ContentStreamImpl; -import org.apache.opencmis.client.runtime.PersistentDocumentImpl; -import org.apache.opencmis.client.runtime.PersistentFolderImpl; -import org.apache.opencmis.client.runtime.PersistentPolicyImpl; -import org.apache.opencmis.client.runtime.PersistentPropertyImpl; -import org.apache.opencmis.client.runtime.PersistentRelationshipImpl; -import org.apache.opencmis.client.runtime.PersistentSessionImpl; -import org.apache.opencmis.client.runtime.QueryPropertyImpl; -import org.apache.opencmis.client.runtime.QueryResultImpl; -import org.apache.opencmis.client.runtime.RenditionImpl; -import org.apache.opencmis.client.runtime.objecttype.DocumentTypeImpl; -import org.apache.opencmis.client.runtime.objecttype.FolderTypeImpl; -import org.apache.opencmis.client.runtime.objecttype.PolicyTypeImpl; -import org.apache.opencmis.client.runtime.objecttype.RelationshipTypeImpl; -import org.apache.opencmis.commons.PropertyIds; -import org.apache.opencmis.commons.api.DocumentTypeDefinition; -import org.apache.opencmis.commons.api.FolderTypeDefinition; -import org.apache.opencmis.commons.api.PolicyTypeDefinition; -import org.apache.opencmis.commons.api.PropertyBooleanDefinition; -import org.apache.opencmis.commons.api.PropertyDateTimeDefinition; -import org.apache.opencmis.commons.api.PropertyDecimalDefinition; -import org.apache.opencmis.commons.api.PropertyDefinition; -import org.apache.opencmis.commons.api.PropertyHtmlDefinition; -import org.apache.opencmis.commons.api.PropertyIdDefinition; -import org.apache.opencmis.commons.api.PropertyIntegerDefinition; -import org.apache.opencmis.commons.api.PropertyStringDefinition; -import org.apache.opencmis.commons.api.PropertyUriDefinition; -import org.apache.opencmis.commons.api.RelationshipTypeDefinition; -import org.apache.opencmis.commons.api.TypeDefinition; -import org.apache.opencmis.commons.enums.Cardinality; -import org.apache.opencmis.commons.enums.Updatability; -import org.apache.opencmis.commons.exceptions.CmisRuntimeException; -import org.apache.opencmis.commons.provider.AccessControlEntry; -import org.apache.opencmis.commons.provider.AccessControlList; -import org.apache.opencmis.commons.provider.AllowableActionsData; -import org.apache.opencmis.commons.provider.ContentStreamData; -import org.apache.opencmis.commons.provider.ObjectData; -import org.apache.opencmis.commons.provider.PropertiesData; -import org.apache.opencmis.commons.provider.PropertyData; -import org.apache.opencmis.commons.provider.PropertyIdData; -import org.apache.opencmis.commons.provider.ProviderObjectFactory; -import org.apache.opencmis.commons.provider.RenditionData; +import org.apache.chemistry.opencmis.client.api.Ace; +import org.apache.chemistry.opencmis.client.api.Acl; +import org.apache.chemistry.opencmis.client.api.AllowableActions; +import org.apache.chemistry.opencmis.client.api.CmisObject; +import org.apache.chemistry.opencmis.client.api.ContentStream; +import org.apache.chemistry.opencmis.client.api.OperationContext; +import org.apache.chemistry.opencmis.client.api.Policy; +import org.apache.chemistry.opencmis.client.api.Property; +import org.apache.chemistry.opencmis.client.api.QueryProperty; +import org.apache.chemistry.opencmis.client.api.QueryResult; +import org.apache.chemistry.opencmis.client.api.Rendition; +import org.apache.chemistry.opencmis.client.api.objecttype.ObjectType; +import org.apache.chemistry.opencmis.client.api.repository.ObjectFactory; +import org.apache.chemistry.opencmis.client.runtime.AceImpl; +import org.apache.chemistry.opencmis.client.runtime.AclImpl; +import org.apache.chemistry.opencmis.client.runtime.AllowableActionsImpl; +import org.apache.chemistry.opencmis.client.runtime.ContentStreamImpl; +import org.apache.chemistry.opencmis.client.runtime.PersistentDocumentImpl; +import org.apache.chemistry.opencmis.client.runtime.PersistentFolderImpl; +import org.apache.chemistry.opencmis.client.runtime.PersistentPolicyImpl; +import org.apache.chemistry.opencmis.client.runtime.PersistentPropertyImpl; +import org.apache.chemistry.opencmis.client.runtime.PersistentRelationshipImpl; +import org.apache.chemistry.opencmis.client.runtime.PersistentSessionImpl; +import org.apache.chemistry.opencmis.client.runtime.QueryPropertyImpl; +import org.apache.chemistry.opencmis.client.runtime.QueryResultImpl; +import org.apache.chemistry.opencmis.client.runtime.RenditionImpl; +import org.apache.chemistry.opencmis.client.runtime.objecttype.DocumentTypeImpl; +import org.apache.chemistry.opencmis.client.runtime.objecttype.FolderTypeImpl; +import org.apache.chemistry.opencmis.client.runtime.objecttype.PolicyTypeImpl; +import org.apache.chemistry.opencmis.client.runtime.objecttype.RelationshipTypeImpl; +import org.apache.chemistry.opencmis.commons.PropertyIds; +import org.apache.chemistry.opencmis.commons.api.DocumentTypeDefinition; +import org.apache.chemistry.opencmis.commons.api.FolderTypeDefinition; +import org.apache.chemistry.opencmis.commons.api.PolicyTypeDefinition; +import org.apache.chemistry.opencmis.commons.api.PropertyBooleanDefinition; +import org.apache.chemistry.opencmis.commons.api.PropertyDateTimeDefinition; +import org.apache.chemistry.opencmis.commons.api.PropertyDecimalDefinition; +import org.apache.chemistry.opencmis.commons.api.PropertyDefinition; +import org.apache.chemistry.opencmis.commons.api.PropertyHtmlDefinition; +import org.apache.chemistry.opencmis.commons.api.PropertyIdDefinition; +import org.apache.chemistry.opencmis.commons.api.PropertyIntegerDefinition; +import org.apache.chemistry.opencmis.commons.api.PropertyStringDefinition; +import org.apache.chemistry.opencmis.commons.api.PropertyUriDefinition; +import org.apache.chemistry.opencmis.commons.api.RelationshipTypeDefinition; +import org.apache.chemistry.opencmis.commons.api.TypeDefinition; +import org.apache.chemistry.opencmis.commons.enums.Cardinality; +import org.apache.chemistry.opencmis.commons.enums.Updatability; +import org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException; +import org.apache.chemistry.opencmis.commons.provider.AccessControlEntry; +import org.apache.chemistry.opencmis.commons.provider.AccessControlList; +import org.apache.chemistry.opencmis.commons.provider.AllowableActionsData; +import org.apache.chemistry.opencmis.commons.provider.ContentStreamData; +import org.apache.chemistry.opencmis.commons.provider.ObjectData; +import org.apache.chemistry.opencmis.commons.provider.PropertiesData; +import org.apache.chemistry.opencmis.commons.provider.PropertyData; +import org.apache.chemistry.opencmis.commons.provider.PropertyIdData; +import org.apache.chemistry.opencmis.commons.provider.ProviderObjectFactory; +import org.apache.chemistry.opencmis.commons.provider.RenditionData; /** * Persistent model object factory. Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/repository/RepositoryAclCapabilitiesImpl.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/repository/RepositoryAclCapabilitiesImpl.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/repository/RepositoryAclCapabilitiesImpl.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/repository/RepositoryAclCapabilitiesImpl.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.client.runtime.repository; +package org.apache.chemistry.opencmis.client.runtime.repository; import java.io.Serializable; import java.util.ArrayList; @@ -25,14 +25,14 @@ import java.util.HashMap; import java.util.List; import java.util.Map; -import org.apache.opencmis.client.api.AclPermission; -import org.apache.opencmis.client.api.repository.AclPermissionMapping; -import org.apache.opencmis.client.api.repository.RepositoryAclCapabilities; -import org.apache.opencmis.commons.enums.AclPropagation; -import org.apache.opencmis.commons.enums.SupportedPermissions; -import org.apache.opencmis.commons.provider.AclCapabilitiesData; -import org.apache.opencmis.commons.provider.PermissionDefinitionData; -import org.apache.opencmis.commons.provider.PermissionMappingData; +import org.apache.chemistry.opencmis.client.api.AclPermission; +import org.apache.chemistry.opencmis.client.api.repository.AclPermissionMapping; +import org.apache.chemistry.opencmis.client.api.repository.RepositoryAclCapabilities; +import org.apache.chemistry.opencmis.commons.enums.AclPropagation; +import org.apache.chemistry.opencmis.commons.enums.SupportedPermissions; +import org.apache.chemistry.opencmis.commons.provider.AclCapabilitiesData; +import org.apache.chemistry.opencmis.commons.provider.PermissionDefinitionData; +import org.apache.chemistry.opencmis.commons.provider.PermissionMappingData; public class RepositoryAclCapabilitiesImpl implements RepositoryAclCapabilities, Serializable { Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/repository/RepositoryCapabilitiesImpl.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/repository/RepositoryCapabilitiesImpl.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/repository/RepositoryCapabilitiesImpl.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/repository/RepositoryCapabilitiesImpl.java Wed Apr 14 14:30:32 2010 @@ -16,18 +16,18 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.client.runtime.repository; +package org.apache.chemistry.opencmis.client.runtime.repository; import java.io.Serializable; -import org.apache.opencmis.client.api.repository.RepositoryCapabilities; -import org.apache.opencmis.commons.enums.CapabilityAcl; -import org.apache.opencmis.commons.enums.CapabilityChanges; -import org.apache.opencmis.commons.enums.CapabilityContentStreamUpdates; -import org.apache.opencmis.commons.enums.CapabilityJoin; -import org.apache.opencmis.commons.enums.CapabilityQuery; -import org.apache.opencmis.commons.enums.CapabilityRendition; -import org.apache.opencmis.commons.provider.RepositoryCapabilitiesData; +import org.apache.chemistry.opencmis.client.api.repository.RepositoryCapabilities; +import org.apache.chemistry.opencmis.commons.enums.CapabilityAcl; +import org.apache.chemistry.opencmis.commons.enums.CapabilityChanges; +import org.apache.chemistry.opencmis.commons.enums.CapabilityContentStreamUpdates; +import org.apache.chemistry.opencmis.commons.enums.CapabilityJoin; +import org.apache.chemistry.opencmis.commons.enums.CapabilityQuery; +import org.apache.chemistry.opencmis.commons.enums.CapabilityRendition; +import org.apache.chemistry.opencmis.commons.provider.RepositoryCapabilitiesData; public class RepositoryCapabilitiesImpl implements RepositoryCapabilities, Serializable { Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/repository/RepositoryImpl.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/repository/RepositoryImpl.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/repository/RepositoryImpl.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/repository/RepositoryImpl.java Wed Apr 14 14:30:32 2010 @@ -16,16 +16,16 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.client.runtime.repository; +package org.apache.chemistry.opencmis.client.runtime.repository; import java.util.HashMap; import java.util.Map; -import org.apache.opencmis.client.api.Session; -import org.apache.opencmis.client.api.SessionFactory; -import org.apache.opencmis.client.api.repository.Repository; -import org.apache.opencmis.commons.SessionParameter; -import org.apache.opencmis.commons.provider.RepositoryInfoData; +import org.apache.chemistry.opencmis.client.api.Session; +import org.apache.chemistry.opencmis.client.api.SessionFactory; +import org.apache.chemistry.opencmis.client.api.repository.Repository; +import org.apache.chemistry.opencmis.commons.SessionParameter; +import org.apache.chemistry.opencmis.commons.provider.RepositoryInfoData; public class RepositoryImpl extends RepositoryInfoImpl implements Repository { Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/repository/RepositoryInfoImpl.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/repository/RepositoryInfoImpl.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/repository/RepositoryInfoImpl.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/repository/RepositoryInfoImpl.java Wed Apr 14 14:30:32 2010 @@ -16,16 +16,16 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.client.runtime.repository; +package org.apache.chemistry.opencmis.client.runtime.repository; import java.io.Serializable; import java.util.List; -import org.apache.opencmis.client.api.repository.RepositoryAclCapabilities; -import org.apache.opencmis.client.api.repository.RepositoryCapabilities; -import org.apache.opencmis.client.api.repository.RepositoryInfo; -import org.apache.opencmis.commons.enums.BaseObjectTypeIds; -import org.apache.opencmis.commons.provider.RepositoryInfoData; +import org.apache.chemistry.opencmis.client.api.repository.RepositoryAclCapabilities; +import org.apache.chemistry.opencmis.client.api.repository.RepositoryCapabilities; +import org.apache.chemistry.opencmis.client.api.repository.RepositoryInfo; +import org.apache.chemistry.opencmis.commons.enums.BaseObjectTypeIds; +import org.apache.chemistry.opencmis.commons.provider.RepositoryInfoData; public class RepositoryInfoImpl implements RepositoryInfo, Serializable { Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/util/AbstractPagingList.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/util/AbstractPagingList.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/util/AbstractPagingList.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/util/AbstractPagingList.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.client.runtime.util; +package org.apache.chemistry.opencmis.client.runtime.util; import java.math.BigInteger; import java.util.Iterator; @@ -24,7 +24,7 @@ import java.util.LinkedHashMap; import java.util.List; import java.util.Map; -import org.apache.opencmis.client.api.util.PagingList; +import org.apache.chemistry.opencmis.client.api.util.PagingList; /** * Base PagingList implementation. Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/util/ContainerImpl.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/util/ContainerImpl.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/util/ContainerImpl.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/util/ContainerImpl.java Wed Apr 14 14:30:32 2010 @@ -16,11 +16,11 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.client.runtime.util; +package org.apache.chemistry.opencmis.client.runtime.util; import java.util.List; -import org.apache.opencmis.client.api.util.Container; +import org.apache.chemistry.opencmis.client.api.util.Container; public class ContainerImpl implements Container { Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/test/java/org/apache/chemistry/opencmis/client/runtime/CacheTest.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/test/java/org/apache/chemistry/opencmis/client/runtime/CacheTest.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/test/java/org/apache/chemistry/opencmis/client/runtime/CacheTest.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/test/java/org/apache/chemistry/opencmis/client/runtime/CacheTest.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.client.runtime; +package org.apache.chemistry.opencmis.client.runtime; import static org.easymock.EasyMock.createNiceMock; import static org.easymock.EasyMock.expect; @@ -28,9 +28,9 @@ import java.io.ObjectOutputStream; import junit.framework.Assert; -import org.apache.opencmis.client.api.CmisObject; -import org.apache.opencmis.client.runtime.cache.Cache; -import org.apache.opencmis.client.runtime.cache.CacheImpl; +import org.apache.chemistry.opencmis.client.api.CmisObject; +import org.apache.chemistry.opencmis.client.runtime.cache.Cache; +import org.apache.chemistry.opencmis.client.runtime.cache.CacheImpl; import org.junit.Before; import org.junit.Test; Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/test/java/org/apache/chemistry/opencmis/client/runtime/PagingListTest.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/test/java/org/apache/chemistry/opencmis/client/runtime/PagingListTest.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/test/java/org/apache/chemistry/opencmis/client/runtime/PagingListTest.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/test/java/org/apache/chemistry/opencmis/client/runtime/PagingListTest.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.client.runtime; +package org.apache.chemistry.opencmis.client.runtime; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; @@ -28,8 +28,8 @@ import java.util.ArrayList; import java.util.List; import java.util.NoSuchElementException; -import org.apache.opencmis.client.api.util.PagingList; -import org.apache.opencmis.client.runtime.util.AbstractPagingList; +import org.apache.chemistry.opencmis.client.api.util.PagingList; +import org.apache.chemistry.opencmis.client.runtime.util.AbstractPagingList; import org.junit.Before; import org.junit.Test; Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/test/resources/log4j.properties URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/test/resources/log4j.properties?rev=933968&r1=933967&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/test/resources/log4j.properties (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/test/resources/log4j.properties Wed Apr 14 14:30:32 2010 @@ -19,4 +19,4 @@ log4j.appender.O.layout=org.apache.log4j log4j.appender.R.layout.ConversionPattern=%d{ISO8601} %-5p [%t] %c: %m%n log4j.appender.O.layout.ConversionPattern=%d{ISO8601} %-5p [%t] %c: %m%n -log4j.logger.org.apache.opencmis.client.provider.spi=O \ No newline at end of file +log4j.logger.org.apache.chemistry.opencmis.client.provider.spi=O Copied: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/PropertyIds.java (from r933950, incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/opencmis/commons/PropertyIds.java) URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/PropertyIds.java?p2=incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/PropertyIds.java&p1=incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/opencmis/commons/PropertyIds.java&r1=933950&r2=933968&rev=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/opencmis/commons/PropertyIds.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/PropertyIds.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons; +package org.apache.chemistry.opencmis.commons; /** * Collection of CMIS property ids. Propchange: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/PropertyIds.java ------------------------------------------------------------------------------ svn:eol-style = native Copied: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/SessionParameter.java (from r933950, incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/opencmis/commons/SessionParameter.java) URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/SessionParameter.java?p2=incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/SessionParameter.java&p1=incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/opencmis/commons/SessionParameter.java&r1=933950&r2=933968&rev=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/opencmis/commons/SessionParameter.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/SessionParameter.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons; +package org.apache.chemistry.opencmis.commons; /** * Collection of session parameters. @@ -27,53 +27,53 @@ package org.apache.opencmis.commons; public interface SessionParameter { // ---- general parameter ---- - public static final String USER = "org.apache.opencmis.user"; - public static final String PASSWORD = "org.apache.opencmis.password"; + public static final String USER = "org.apache.chemistry.opencmis.user"; + public static final String PASSWORD = "org.apache.chemistry.opencmis.password"; // ---- provider parameter ---- /** Predefined binding types (see {@code BindingType}) */ - public static final String BINDING_TYPE = "org.apache.opencmis.provider.binding.type"; + public static final String BINDING_TYPE = "org.apache.chemistry.opencmis.provider.binding.type"; /** Class name of the binding class. */ - public static final String BINDING_SPI_CLASS = "org.apache.opencmis.provider.binding.classname"; + public static final String BINDING_SPI_CLASS = "org.apache.chemistry.opencmis.provider.binding.classname"; /** URL of the AtomPub service document. */ - public static final String ATOMPUB_URL = "org.apache.opencmis.provider.atompub.url"; + public static final String ATOMPUB_URL = "org.apache.chemistry.opencmis.provider.atompub.url"; - public static final String WEBSERVICES_REPOSITORY_SERVICE = "org.apache.opencmis.provider.webservices.RepositoryService"; - public static final String WEBSERVICES_NAVIGATION_SERVICE = "org.apache.opencmis.provider.webservices.NavigationService"; - public static final String WEBSERVICES_OBJECT_SERVICE = "org.apache.opencmis.provider.webservices.ObjectService"; - public static final String WEBSERVICES_VERSIONING_SERVICE = "org.apache.opencmis.provider.webservices.VersioningService"; - public static final String WEBSERVICES_DISCOVERY_SERVICE = "org.apache.opencmis.provider.webservices.DiscoveryService"; - public static final String WEBSERVICES_RELATIONSHIP_SERVICE = "org.apache.opencmis.provider.webservices.RelationshipService"; - public static final String WEBSERVICES_MULTIFILING_SERVICE = "org.apache.opencmis.provider.webservices.MultiFilingService"; - public static final String WEBSERVICES_POLICY_SERVICE = "org.apache.opencmis.provider.webservices.PolicyService"; - public static final String WEBSERVICES_ACL_SERVICE = "org.apache.opencmis.provider.webservices.ACLService"; + public static final String WEBSERVICES_REPOSITORY_SERVICE = "org.apache.chemistry.opencmis.provider.webservices.RepositoryService"; + public static final String WEBSERVICES_NAVIGATION_SERVICE = "org.apache.chemistry.opencmis.provider.webservices.NavigationService"; + public static final String WEBSERVICES_OBJECT_SERVICE = "org.apache.chemistry.opencmis.provider.webservices.ObjectService"; + public static final String WEBSERVICES_VERSIONING_SERVICE = "org.apache.chemistry.opencmis.provider.webservices.VersioningService"; + public static final String WEBSERVICES_DISCOVERY_SERVICE = "org.apache.chemistry.opencmis.provider.webservices.DiscoveryService"; + public static final String WEBSERVICES_RELATIONSHIP_SERVICE = "org.apache.chemistry.opencmis.provider.webservices.RelationshipService"; + public static final String WEBSERVICES_MULTIFILING_SERVICE = "org.apache.chemistry.opencmis.provider.webservices.MultiFilingService"; + public static final String WEBSERVICES_POLICY_SERVICE = "org.apache.chemistry.opencmis.provider.webservices.PolicyService"; + public static final String WEBSERVICES_ACL_SERVICE = "org.apache.chemistry.opencmis.provider.webservices.ACLService"; /** Class name of the authentication provider. */ - public static final String AUTHENTICATION_PROVIDER_CLASS = "org.apache.opencmis.provider.auth.classname"; + public static final String AUTHENTICATION_PROVIDER_CLASS = "org.apache.chemistry.opencmis.provider.auth.classname"; /** * Toggle for HTTP basic authentication. Evaluated by the standard * authentication provider. */ - public static final String AUTH_HTTP_BASIC = "org.apache.opencmis.provider.auth.http.basic"; + public static final String AUTH_HTTP_BASIC = "org.apache.chemistry.opencmis.provider.auth.http.basic"; /** * Toggle for WS-Security UsernameToken authentication. Evaluated by the * standard authentication provider. */ - public static final String AUTH_SOAP_USERNAMETOKEN = "org.apache.opencmis.provider.auth.soap.usernametoken"; + public static final String AUTH_SOAP_USERNAMETOKEN = "org.apache.chemistry.opencmis.provider.auth.soap.usernametoken"; - public static final String CACHE_SIZE_REPOSITORIES = "org.apache.opencmis.provider.cache.repositories.size"; - public static final String CACHE_SIZE_TYPES = "org.apache.opencmis.provider.cache.types.size"; - public static final String CACHE_SIZE_OBJECTS = "org.apache.opencmis.provider.cache.objects.size"; + public static final String CACHE_SIZE_REPOSITORIES = "org.apache.chemistry.opencmis.provider.cache.repositories.size"; + public static final String CACHE_SIZE_TYPES = "org.apache.chemistry.opencmis.provider.cache.types.size"; + public static final String CACHE_SIZE_OBJECTS = "org.apache.chemistry.opencmis.provider.cache.objects.size"; // --- session control --- - public static final String LOCALE_ISO639_LANGUAGE = "org.apache.opencmis.locale.iso639"; - public static final String LOCALE_ISO3166_COUNTRY = "org.apache.opencmis.locale.iso3166"; - public static final String LOCALE_VARIANT = "org.apache.opencmis.locale.variant"; + public static final String LOCALE_ISO639_LANGUAGE = "org.apache.chemistry.opencmis.locale.iso639"; + public static final String LOCALE_ISO3166_COUNTRY = "org.apache.chemistry.opencmis.locale.iso3166"; + public static final String LOCALE_VARIANT = "org.apache.chemistry.opencmis.locale.variant"; - public static final String SESSION_TYPE = "org.apache.opencmis.session.type"; - public static final String REPOSITORY_ID = "org.apache.opencmis.session.repository.id"; + public static final String SESSION_TYPE = "org.apache.chemistry.opencmis.session.type"; + public static final String REPOSITORY_ID = "org.apache.chemistry.opencmis.session.repository.id"; } Propchange: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/SessionParameter.java ------------------------------------------------------------------------------ svn:eol-style = native Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/Choice.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/Choice.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/Choice.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/Choice.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons.api; +package org.apache.chemistry.opencmis.commons.api; import java.util.List; Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/DocumentTypeDefinition.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/DocumentTypeDefinition.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/DocumentTypeDefinition.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/DocumentTypeDefinition.java Wed Apr 14 14:30:32 2010 @@ -16,9 +16,9 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons.api; +package org.apache.chemistry.opencmis.commons.api; -import org.apache.opencmis.commons.enums.ContentStreamAllowed; +import org.apache.chemistry.opencmis.commons.enums.ContentStreamAllowed; public interface DocumentTypeDefinition extends TypeDefinition { Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/ExtensionsData.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/ExtensionsData.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/ExtensionsData.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/ExtensionsData.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons.api; +package org.apache.chemistry.opencmis.commons.api; import java.util.List; Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/FolderTypeDefinition.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/FolderTypeDefinition.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/FolderTypeDefinition.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/FolderTypeDefinition.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons.api; +package org.apache.chemistry.opencmis.commons.api; public interface FolderTypeDefinition extends TypeDefinition { Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PolicyTypeDefinition.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PolicyTypeDefinition.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PolicyTypeDefinition.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PolicyTypeDefinition.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons.api; +package org.apache.chemistry.opencmis.commons.api; public interface PolicyTypeDefinition extends TypeDefinition { Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PropertyBooleanDefinition.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PropertyBooleanDefinition.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PropertyBooleanDefinition.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PropertyBooleanDefinition.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons.api; +package org.apache.chemistry.opencmis.commons.api; public interface PropertyBooleanDefinition extends PropertyDefinition { Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PropertyDateTimeDefinition.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PropertyDateTimeDefinition.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PropertyDateTimeDefinition.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PropertyDateTimeDefinition.java Wed Apr 14 14:30:32 2010 @@ -16,11 +16,11 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons.api; +package org.apache.chemistry.opencmis.commons.api; import java.util.GregorianCalendar; -import org.apache.opencmis.commons.enums.DateTimeResolution; +import org.apache.chemistry.opencmis.commons.enums.DateTimeResolution; public interface PropertyDateTimeDefinition extends PropertyDefinition { Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PropertyDecimalDefinition.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PropertyDecimalDefinition.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PropertyDecimalDefinition.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PropertyDecimalDefinition.java Wed Apr 14 14:30:32 2010 @@ -16,11 +16,11 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons.api; +package org.apache.chemistry.opencmis.commons.api; import java.math.BigDecimal; -import org.apache.opencmis.commons.enums.DecimalPrecision; +import org.apache.chemistry.opencmis.commons.enums.DecimalPrecision; public interface PropertyDecimalDefinition extends PropertyDefinition { Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PropertyDefinition.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PropertyDefinition.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PropertyDefinition.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PropertyDefinition.java Wed Apr 14 14:30:32 2010 @@ -16,14 +16,14 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons.api; +package org.apache.chemistry.opencmis.commons.api; import java.io.Serializable; import java.util.List; -import org.apache.opencmis.commons.enums.Cardinality; -import org.apache.opencmis.commons.enums.PropertyType; -import org.apache.opencmis.commons.enums.Updatability; +import org.apache.chemistry.opencmis.commons.enums.Cardinality; +import org.apache.chemistry.opencmis.commons.enums.PropertyType; +import org.apache.chemistry.opencmis.commons.enums.Updatability; /** * Base property definition interface. Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PropertyHtmlDefinition.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PropertyHtmlDefinition.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PropertyHtmlDefinition.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PropertyHtmlDefinition.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons.api; +package org.apache.chemistry.opencmis.commons.api; public interface PropertyHtmlDefinition extends PropertyDefinition { Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PropertyIdDefinition.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PropertyIdDefinition.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PropertyIdDefinition.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PropertyIdDefinition.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons.api; +package org.apache.chemistry.opencmis.commons.api; public interface PropertyIdDefinition extends PropertyDefinition { Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PropertyIntegerDefinition.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PropertyIntegerDefinition.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PropertyIntegerDefinition.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PropertyIntegerDefinition.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons.api; +package org.apache.chemistry.opencmis.commons.api; import java.math.BigInteger; Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PropertyStringDefinition.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PropertyStringDefinition.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PropertyStringDefinition.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PropertyStringDefinition.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons.api; +package org.apache.chemistry.opencmis.commons.api; import java.math.BigInteger; Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PropertyUriDefinition.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PropertyUriDefinition.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PropertyUriDefinition.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/PropertyUriDefinition.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons.api; +package org.apache.chemistry.opencmis.commons.api; public interface PropertyUriDefinition extends PropertyDefinition { Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/RelationshipTypeDefinition.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/RelationshipTypeDefinition.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/RelationshipTypeDefinition.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/RelationshipTypeDefinition.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons.api; +package org.apache.chemistry.opencmis.commons.api; import java.util.List; Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/TypeDefinition.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/TypeDefinition.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/TypeDefinition.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/TypeDefinition.java Wed Apr 14 14:30:32 2010 @@ -16,12 +16,12 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons.api; +package org.apache.chemistry.opencmis.commons.api; import java.io.Serializable; import java.util.Map; -import org.apache.opencmis.commons.enums.BaseObjectTypeIds; +import org.apache.chemistry.opencmis.commons.enums.BaseObjectTypeIds; /** * Base type definition interface. Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/TypeDefinitionContainer.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/TypeDefinitionContainer.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/TypeDefinitionContainer.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/TypeDefinitionContainer.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons.api; +package org.apache.chemistry.opencmis.commons.api; import java.util.List; Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/TypeDefinitionList.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/TypeDefinitionList.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/TypeDefinitionList.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/api/TypeDefinitionList.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons.api; +package org.apache.chemistry.opencmis.commons.api; import java.math.BigInteger; import java.util.List; Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/AclPropagation.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/AclPropagation.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/AclPropagation.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/AclPropagation.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons.enums; +package org.apache.chemistry.opencmis.commons.enums; /** * ACL Propagation Enum. Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/BaseObjectTypeIds.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/BaseObjectTypeIds.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/BaseObjectTypeIds.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/BaseObjectTypeIds.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons.enums; +package org.apache.chemistry.opencmis.commons.enums; /** * Base Object Type Ids Enum. Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/BindingType.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/BindingType.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/BindingType.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/BindingType.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons.enums; +package org.apache.chemistry.opencmis.commons.enums; /** * Binding Type Enum. Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/CapabilityAcl.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/CapabilityAcl.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/CapabilityAcl.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/CapabilityAcl.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons.enums; +package org.apache.chemistry.opencmis.commons.enums; /** * Capability Enum: ACL. Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/CapabilityChanges.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/CapabilityChanges.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/CapabilityChanges.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/CapabilityChanges.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons.enums; +package org.apache.chemistry.opencmis.commons.enums; /** * Capability Enum: Changes. Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/CapabilityContentStreamUpdates.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/CapabilityContentStreamUpdates.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/CapabilityContentStreamUpdates.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/CapabilityContentStreamUpdates.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons.enums; +package org.apache.chemistry.opencmis.commons.enums; /** * Capability Enum: Content Stream Updates. Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/CapabilityJoin.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/CapabilityJoin.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/CapabilityJoin.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/CapabilityJoin.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons.enums; +package org.apache.chemistry.opencmis.commons.enums; /** * Capability Enum: Join. Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/CapabilityQuery.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/CapabilityQuery.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/CapabilityQuery.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/CapabilityQuery.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons.enums; +package org.apache.chemistry.opencmis.commons.enums; /** * Capability Enum: Query. Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/CapabilityRendition.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/CapabilityRendition.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/CapabilityRendition.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/CapabilityRendition.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons.enums; +package org.apache.chemistry.opencmis.commons.enums; /** * Capability Enum: Rendition. Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/Cardinality.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/Cardinality.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/Cardinality.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/Cardinality.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons.enums; +package org.apache.chemistry.opencmis.commons.enums; /** * Cardinality Enum. Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/CmisProperties.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/CmisProperties.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/CmisProperties.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/CmisProperties.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons.enums; +package org.apache.chemistry.opencmis.commons.enums; /** * Predefined Property Enum. Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/ContentStreamAllowed.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/ContentStreamAllowed.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/ContentStreamAllowed.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/ContentStreamAllowed.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons.enums; +package org.apache.chemistry.opencmis.commons.enums; /** * Content Stream Allowed Enum. Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/DateTimeResolution.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/DateTimeResolution.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/DateTimeResolution.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/DateTimeResolution.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons.enums; +package org.apache.chemistry.opencmis.commons.enums; /** * Date Time Resolution Enum. Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/DecimalPrecision.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/DecimalPrecision.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/DecimalPrecision.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/DecimalPrecision.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons.enums; +package org.apache.chemistry.opencmis.commons.enums; import java.math.BigInteger; Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/IncludeRelationships.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/IncludeRelationships.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/IncludeRelationships.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/IncludeRelationships.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons.enums; +package org.apache.chemistry.opencmis.commons.enums; /** * Include Relationships Enum. Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/PropertyType.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/PropertyType.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/PropertyType.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/PropertyType.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons.enums; +package org.apache.chemistry.opencmis.commons.enums; /** * Property Type Enum. Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/RelationshipDirection.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/RelationshipDirection.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/RelationshipDirection.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/RelationshipDirection.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons.enums; +package org.apache.chemistry.opencmis.commons.enums; /** * Relationship Direction Enum. Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/SessionType.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/SessionType.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/SessionType.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/SessionType.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons.enums; +package org.apache.chemistry.opencmis.commons.enums; /** * Session Type Enum. Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/SupportedPermissions.java URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/SupportedPermissions.java?rev=933968&r1=933950&r2=933968&view=diff ============================================================================== --- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/SupportedPermissions.java (original) +++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/enums/SupportedPermissions.java Wed Apr 14 14:30:32 2010 @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.opencmis.commons.enums; +package org.apache.chemistry.opencmis.commons.enums; /** * ACL Capability Enum: Supported Permissions.