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  baafd5e3ffe4efaa8274b5cdcc9065eca683b493 (commit)
       via  8825160f02bfa0f615e533aca02c4ccb16b14097 (commit)
       via  1fdc592c46f01f5059cef4b5ee536c2fe7b9e395 (commit)
       via  37a154024bfd5ce49557e18675cbd79cb44acd99 (commit)
       via  7a7b5e32cf39247c89f652a6595258aa8ec9634a (commit)
       via  ac2b6cc802f0690909d1e6c3f66c44062ce87205 (commit)
       via  deecfdec94cba044973bca79f97c8e68ae1ca90b (commit)
       via  45db66b70cc6b5bbe9cff2779fff1c599b82093a (commit)
      from  a302486e67a1b0ddd4726192147032c66a5ad3e1 (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 baafd5e3ffe4efaa8274b5cdcc9065eca683b493
Author: Eike Stepper <[email protected]>
Date:   Sat Oct 6 19:06:40 2012 +0200

    [256624] [UI] Create a Commit History ViewPart
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=256624

commit 8825160f02bfa0f615e533aca02c4ccb16b14097
Author: Eike Stepper <[email protected]>
Date:   Sat Oct 6 19:03:36 2012 +0200

    [391296] CDOCommitInfoImpl always appears non-empty
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=391296

commit 1fdc592c46f01f5059cef4b5ee536c2fe7b9e395
Author: Eike Stepper <[email protected]>
Date:   Sat Oct 6 19:00:50 2012 +0200

    [391295] Call CDOCommitInfoHandlers from CDOCommitInfoManager
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=391295

commit 37a154024bfd5ce49557e18675cbd79cb44acd99
Author: Eike Stepper <[email protected]>
Date:   Sat Oct 6 18:52:17 2012 +0200

    [391294] Provide a ShareableLifecycle
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=391294

commit 7a7b5e32cf39247c89f652a6595258aa8ec9634a
Author: Eike Stepper <[email protected]>
Date:   Sat Oct 6 18:45:01 2012 +0200

    [391293] Committing a non-dirty transaction persists and broadcasts
    CDOCommitInfos  https://bugs.eclipse.org/bugs/show_bug.cgi?id=391293

commit ac2b6cc802f0690909d1e6c3f66c44062ce87205
Author: Eike Stepper <[email protected]>
Date:   Sat Oct 6 09:23:50 2012 +0200

    Mark @noextend/@noimplement

commit deecfdec94cba044973bca79f97c8e68ae1ca90b
Author: Eike Stepper <[email protected]>
Date:   Sat Oct 6 09:22:39 2012 +0200

    [391257] Provide a CDOTransactionCommentator that automatically appends
    a change summary to commit comments
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=391257

commit 45db66b70cc6b5bbe9cff2779fff1c599b82093a
Author: Eike Stepper <[email protected]>
Date:   Sat Oct 6 09:05:57 2012 +0200

    [391286] Preferences of org.eclipse.emf.cdo are not loaded/saved
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=391286

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

Summary of changes:
 .../org/eclipse/emf/cdo/admin/CDOAdminClient.java  |    2 +
 .../emf/cdo/admin/CDOAdminClientManager.java       |    2 +
 .../emf/cdo/admin/CDOAdminClientRepository.java    |    2 +
 .../emf/cdo/common/commit/CDOCommitHistory.java    |   69 ++++++++++++++++--
 .../cdo/common/commit/CDOCommitInfoManager.java    |    2 +-
 .../cdo/common/commit/CDOCommitInfoProvider.java   |   26 +++++++
 .../internal/common/commit/CDOCommitInfoImpl.java  |    3 +-
 .../common/commit/CDOCommitInfoManagerImpl.java    |   52 +++++++++++++
 .../emf/cdo/spi/common/branch/CDOBranchUtil.java   |   24 ++++++
 .../commit/InternalCDOCommitInfoManager.java       |    5 ++
 .../eclipse/emf/cdo/compare/CDOCompareUtil.java    |   51 +++++++++----
 .../cdo/internal/server/DelegatingRepository.java  |    3 +
 .../emf/cdo/internal/server/Repository.java        |   53 ++++----------
 .../internal/server/TransactionCommitContext.java  |   26 ++++++-
 .../org/eclipse/emf/cdo/server/IRepository.java    |    7 ++
 .../org/eclipse/emf/cdo/tests/CommitInfoTest.java  |    4 +-
 .../src/org/eclipse/emf/cdo/tests/SessionTest.java |    4 +-
 .../org/eclipse/emf/cdo/tests/TransactionTest.java |   10 ++--
 .../cdo/tests/config/impl/RepositoryConfig.java    |    6 +-
 .../emf/cdo/ui/ide/RepositoryContentProvider.java  |    9 ++-
 .../ide/actions/ExportResourceActionDelegate.java  |    3 +
 .../ide/actions/ImportResourceActionDelegate.java  |    4 +
 .../ide/actions/RemoveResourceActionDelegate.java  |    2 +
 .../TransactionalBackgroundActionDelegate.java     |    5 +-
 .../org.eclipse.emf.cdo.ui/META-INF/MANIFEST.MF    |    5 +-
 .../ui/dialogs/SelectBranchPointDialog.java        |    2 +-
 .../emf/cdo/internal/ui/editor/CDOEditor.java      |   59 +++++++++-------
 .../emf/cdo/ui/widgets/CommitHistoryComposite.java |   77 +++++++++++++++++++-
 .../emf/cdo/ui/widgets/EMFCompareEditorInput.java  |   65 +++++++++++++++++
 .../emf/cdo/ui/widgets/SelectBranchComposite.java  |    3 +-
 .../eclipse/emf/internal/cdo/bundle/Activator.java |    2 +
 .../emf/internal/cdo/session/CDOSessionImpl.java   |    1 +
 .../cdo/transaction/CDOTransactionImpl.java        |    5 +-
 .../internal/util/om/pref/ArrayPreference.java     |    7 ++
 .../net4j/internal/util/om/pref/Preference.java    |    8 ++-
 .../eclipse/net4j/util/container/Container.java    |   13 +++-
 .../eclipse/net4j/util/lifecycle/Lifecycle.java    |   14 +++-
 .../net4j/util/lifecycle/ShareableLifecycle.java   |   57 +++++++++++++++
 .../org/eclipse/net4j/util/om/OSGiActivator.java   |   16 ++++
 39 files changed, 591 insertions(+), 117 deletions(-)
 create mode 100644 
plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/commit/CDOCommitInfoProvider.java
 create mode 100644 
plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/ui/widgets/EMFCompareEditorInput.java
 create mode 100644 
plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/lifecycle/ShareableLifecycle.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