This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CDO Model Repository".

The branch, master has been updated
       via  adf13a7aa548a3507b48eb9a5d1188322f92b22a (commit)
       via  193c117d042f886a45a4724cc3f16fffef638382 (commit)
       via  690a740cbfd0e120bbb886cef2495724b768559e (commit)
       via  eabf57c634fc111d7ea3c3d0fe6a7e9fca237d8c (commit)
       via  20ac53a4c8f61c8acae82c259e972e9e81ff699a (commit)
       via  5dbd1ca0872a12308d9891c94c76db16d65d07aa (commit)
       via  5c285cf8b5bb3278d6d7a019af43541dabc1b824 (commit)
       via  9e38da621aa5b3af8aacd14e5dbc780808710c70 (commit)
       via  ddc6120a7f9db25f5991e5f0bf2db600482b4cad (commit)
       via  1ef49aa5c994733ec662249f9a417020d6f28b01 (commit)
      from  137368fbd331c8bde7c7f79c6f103a0145c9d8eb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit adf13a7aa548a3507b48eb9a5d1188322f92b22a
Author: Eike Stepper <[email protected]>
Date:   Mon May 28 13:39:03 2012 +0200

    [380629] Design a default Security model
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=380629

commit 193c117d042f886a45a4724cc3f16fffef638382
Author: Eike Stepper <[email protected]>
Date:   Mon May 28 12:37:43 2012 +0200

    [380629] Design a default Security model
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=380629

commit 690a740cbfd0e120bbb886cef2495724b768559e
Author: Eike Stepper <[email protected]>
Date:   Mon May 28 12:23:42 2012 +0200

    [380629] Design a default Security model
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=380629

commit eabf57c634fc111d7ea3c3d0fe6a7e9fca237d8c
Author: Eike Stepper <[email protected]>
Date:   Mon May 28 12:03:06 2012 +0200

    [380629] Design a default Security model
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=380629

commit 20ac53a4c8f61c8acae82c259e972e9e81ff699a
Author: Eike Stepper <[email protected]>
Date:   Mon May 28 11:46:57 2012 +0200

    [380629] Design a default Security model
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=380629

commit 5dbd1ca0872a12308d9891c94c76db16d65d07aa
Author: Eike Stepper <[email protected]>
Date:   Mon May 28 11:08:06 2012 +0200

    [380629] Design a default Security model
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=380629

commit 5c285cf8b5bb3278d6d7a019af43541dabc1b824
Author: Eike Stepper <[email protected]>
Date:   Mon May 28 10:45:44 2012 +0200

    [380629] Design a default Security model
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=380629

commit 9e38da621aa5b3af8aacd14e5dbc780808710c70
Author: Eike Stepper <[email protected]>
Date:   Mon May 28 10:40:27 2012 +0200

    [380629] Design a default Security model
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=380629

commit ddc6120a7f9db25f5991e5f0bf2db600482b4cad
Author: Eike Stepper <[email protected]>
Date:   Mon May 28 10:32:03 2012 +0200

    [380629] Design a default Security model
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=380629

commit 1ef49aa5c994733ec662249f9a417020d6f28b01
Author: Eike Stepper <[email protected]>
Date:   Mon May 28 08:03:40 2012 +0200

    Upgrade to Orbit R20120526062928

-----------------------------------------------------------------------

Summary of changes:
 plugins/org.eclipse.emf.cdo.releng/build.rmap      |    2 +-
 .../plugin.properties                              |    6 +
 .../cdo/security/provider/GroupItemProvider.java   |   48 +++
 .../SecurityItemProviderAdapterFactory.java        |   16 +-
 .../cdo/security/provider/UserItemProvider.java    |   51 +++
 .../cdo/security/presentation/SecurityEditor.java  |    4 +-
 .../model/security.ecore                           |   12 +
 .../model/security.ecorediag                       |   56 +++-
 .../src/org/eclipse/emf/cdo/security/Group.java    |   51 +++
 .../eclipse/emf/cdo/security/SecurityPackage.java  |  186 ++++++++++-
 .../src/org/eclipse/emf/cdo/security/User.java     |   50 +++
 .../eclipse/emf/cdo/security/impl/CachedList.java  |  345 ++++++++++++++++++++
 .../eclipse/emf/cdo/security/impl/GroupImpl.java   |  126 +++++++
 .../emf/cdo/security/impl/SecurityFactoryImpl.java |   15 +-
 .../emf/cdo/security/impl/SecurityPackageImpl.java |  161 +++++++--
 .../eclipse/emf/cdo/security/impl/UserImpl.java    |   97 ++++++
 .../cdo/security/util/SecurityAdapterFactory.java  |    2 +
 .../emf/cdo/security/util/SecuritySwitch.java      |   64 +----
 .../META-INF/MANIFEST.MF                           |    6 +-
 .../build.properties                               |    3 +-
 .../org.eclipse.emf.cdo.server.security/plugin.xml |   24 ++
 .../internal/security/AnnotationRoleProvider.java  |  249 ++++++++++++++
 .../internal/security/ResourceRoleProvider.java    |   76 +++++
 .../server/internal/security/SecurityManager.java  |  311 ++++++++++++++----
 .../cdo/server/internal/security/bundle/OM.java    |   45 +++
 .../emf/cdo/server/security/ISecurityManager.java  |   16 +-
 .../cdo/server/security/SecurityManagerUtil.java   |    6 +
 .../emf/cdo/server/spi/security/IRoleProvider.java |   49 +++
 28 files changed, 1859 insertions(+), 218 deletions(-)
 create mode 100644 
plugins/org.eclipse.emf.cdo.security/src/org/eclipse/emf/cdo/security/impl/CachedList.java
 create mode 100644 plugins/org.eclipse.emf.cdo.server.security/plugin.xml
 create mode 100644 
plugins/org.eclipse.emf.cdo.server.security/src/org/eclipse/emf/cdo/server/internal/security/AnnotationRoleProvider.java
 create mode 100644 
plugins/org.eclipse.emf.cdo.server.security/src/org/eclipse/emf/cdo/server/internal/security/ResourceRoleProvider.java
 create mode 100644 
plugins/org.eclipse.emf.cdo.server.security/src/org/eclipse/emf/cdo/server/internal/security/bundle/OM.java
 create mode 100644 
plugins/org.eclipse.emf.cdo.server.security/src/org/eclipse/emf/cdo/server/spi/security/IRoleProvider.java


hooks/post-receive
-- 
CDO Model Repository
_______________________________________________
cdo-commit mailing list
[email protected]
http://dev.eclipse.org/mailman/listinfo/cdo-commit

Reply via email to