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 "The Saros Eclipse Plugin". Pusher was dpp-gerrit.

The branch, master has been updated
       via  d431d2490bddf2b87ac5739700e5f4d2cba3ea25 (commit)
      from  ffc4f66d223661eb151c29ebb1c6e6012cc52616 (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 d431d2490bddf2b87ac5739700e5f4d2cba3ea25
Author: Franz Zieris <[email protected]>
Date:   Mon Mar 31 16:21:30 2014 +0200

    [API] Revert 85d66af, introduce IActivityProducer and -Consumer instead
    
    Thanks to Stefan Rossbach for pointing out a less intrusive way than
    renaming the IActivityProvider interface to
    IActivityProviderAndConsumer.
    
    This patch deprecates the IActivityProvider interface and, in order to
    take a first step towards the separation of concerns of Activity
    producing and consuming, adds two new interfaces each of which is now
    implemented by the AbstractActivityProvider class.
    
    Change-Id: I5beaa2086aaeeedd5306687220d0ab87492c95da
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/1477
    Tested-by: Jenkins CI
    Reviewed-by: Arsenij Solovjev <[email protected]>
    Reviewed-by: Franz Zieris <[email protected]>

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

Summary of changes:
 .../dpp/activities/business/IActivityReceiver.java |    2 +-
 ...Consumer.java => AbstractActivityProvider.java} |   14 ++--
 .../inf/dpp/session/IActivityConsumer.java         |   13 ++++
 .../inf/dpp/session/IActivityProducer.java         |   17 +++++
 .../dpp/session/IActivityProducerAndConsumer.java  |   76 --------------------
 .../inf/dpp/session/IActivityProvider.java         |   75 +++++++++++++++++++
 .../fu_berlin/inf/dpp/session/ISarosSession.java   |   18 ++---
 .../fu_berlin/inf/dpp/synchronize/StopManager.java |   19 +++---
 .../inf/dpp/synchronize/StopManagerTest.java       |   16 ++--
 .../inf/dpp/concurrent/undo/UndoManager.java       |   24 +++---
 .../watchdog/ConsistencyWatchdogClient.java        |    8 +-
 .../watchdog/ConsistencyWatchdogHandler.java       |   18 +++---
 .../watchdog/ConsistencyWatchdogServer.java        |    8 +-
 .../de/fu_berlin/inf/dpp/editor/EditorManager.java |   12 ++--
 .../inf/dpp/project/SharedResourcesManager.java    |   16 ++---
 .../inf/dpp/project/internal/ActivityHandler.java  |    8 +-
 .../dpp/project/internal/ChangeColorManager.java   |    8 +-
 .../internal/FollowingActivitiesManager.java       |    8 +-
 .../dpp/project/internal/PermissionManager.java    |    8 +-
 .../inf/dpp/project/internal/SarosSession.java     |   30 ++++----
 .../inf/dpp/serviceProviders/NullSarosSession.java |    8 +--
 .../inf/dpp/ui/RemoteProgressManager.java          |   22 +++---
 .../manipulation/impl/NetworkManipulatorImpl.java  |   10 ++--
 .../inf/dpp/project/internal/SarosSessionTest.java |    6 +-
 .../inf/dpp/test/stubs/SarosSessionStub.java       |    8 +--
 25 files changed, 235 insertions(+), 217 deletions(-)
 rename 
de.fu_berlin.inf.dpp.core/src/de/fu_berlin/inf/dpp/session/{AbstractActivityProducerAndConsumer.java
 => AbstractActivityProvider.java} (69%)
 create mode 100644 
de.fu_berlin.inf.dpp.core/src/de/fu_berlin/inf/dpp/session/IActivityConsumer.java
 create mode 100644 
de.fu_berlin.inf.dpp.core/src/de/fu_berlin/inf/dpp/session/IActivityProducer.java
 delete mode 100644 
de.fu_berlin.inf.dpp.core/src/de/fu_berlin/inf/dpp/session/IActivityProducerAndConsumer.java
 create mode 100644 
de.fu_berlin.inf.dpp.core/src/de/fu_berlin/inf/dpp/session/IActivityProvider.java


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
_______________________________________________
Dpp-robot mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to