From do-not-reply at jboss.org Wed Jun 23 08:44:29 2010 Content-Type: multipart/mixed; boundary="===============9172635479489557132==" MIME-Version: 1.0 From: do-not-reply at jboss.org To: exo-jcr-commits at lists.jboss.org Subject: [exo-jcr-commits] exo-jcr SVN: r2687 - jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/access. Date: Wed, 23 Jun 2010 08:44:28 -0400 Message-ID: <201006231244.o5NCiSni017138@svn01.web.mwc.hst.phx2.redhat.com> --===============9172635479489557132== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: nzamosenchuk Date: 2010-06-23 08:44:27 -0400 (Wed, 23 Jun 2010) New Revision: 2687 Modified: jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/= jcr/access/SystemIdentity.java Log: EXOJCR-780 : org.exoplatform.services.jcr.access.SystemIdentity class moved= to org.exoplatform.services.security in core.component.security project, c= alled IdentityConstants to avoid same-name classes. Needed for EXOJCR-779 .= Class at org.exoplatform.services.jcr.access.SystemIdentity is now marked = as deprecated and actually is just a wrapper over org.exoplatform.services.= security.IdentityConstants from core project. Modified: jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/se= rvices/jcr/access/SystemIdentity.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services= /jcr/access/SystemIdentity.java 2010-06-23 12:41:50 UTC (rev 2686) +++ jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services= /jcr/access/SystemIdentity.java 2010-06-23 12:44:27 UTC (rev 2687) @@ -18,20 +18,18 @@ */ package org.exoplatform.services.jcr.access; = +import org.exoplatform.services.security.IdentityConstants; + /** * Created by The eXo Platform SAS. + * Please use {@link IdentityConstants} instead. * = * @author Gennady = Azarenkov * @version $Id: SystemIdentity.java 11907 2008-03-13 15:36:21Z ksm $ */ = -public class SystemIdentity +(a)Deprecated +public class SystemIdentity extends IdentityConstants { = - public static final String ANY =3D "any".intern(); - - public static final String SYSTEM =3D "__system".intern(); - - public static final String ANONIM =3D "__anonim".intern(); - } --===============9172635479489557132==--