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  ed58a989c461d503be2ba0b78b3bc406852fe78a (commit)
      from  8795f3f048b9184440c1fe7768e1816847e296ce (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 ed58a989c461d503be2ba0b78b3bc406852fe78a
Author: Stefan Rossbach <[email protected]>
Date:   Sun Aug 31 19:44:40 2014 +0200

    [REFACTOR] moved ISarosSessionListener and Null IMPL to core
    
    Renamed AbstractSarosSessionListener to NullSarosSessionListener as this
    class was not abstract at all.
    
    Change-Id: Ife6c55882d5a50fa6cc8e44d0f1cdddc3453406c
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/1939
    Tested-by: Jenkins CI
    Reviewed-by: Stefan Rossbach <[email protected]>

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

Summary of changes:
 .../inf/dpp/session/ISarosSessionListener.java     |   79 +++++++
 .../inf/dpp/session/NullSarosSessionListener.java  |   37 ++--
 .../core/concurrent/ConsistencyWatchdogClient.java |    6 +-
 .../monitoring/remote/RemoteProgressManager.java   |    6 +-
 .../net/business/CancelProjectSharingHandler.java  |    7 +-
 .../dpp/core/net/business/LeaveAndKickHandler.java |    6 +-
 .../dpp/core/project/ISarosSessionListener.java    |   74 -------
 .../inf/dpp/core/project/ISarosSessionManager.java |    1 +
 .../inf/dpp/core/project/SarosSessionManager.java  |  216 +++++++++-----------
 .../ui/eventhandler/UserStatusChangeHandler.java   |    6 +-
 .../inf/dpp/intellij/editor/EditorManager.java     |    6 +-
 .../editor/SarosPermissionsGraphicalEditor.java    |    6 +-
 .../inf/dpp/whiteboard/net/WhiteboardManager.java  |    6 +-
 .../inf/dpp/concurrent/undo/UndoManager.java       |    6 +-
 .../watchdog/ConsistencyWatchdogClient.java        |   26 ++--
 .../de/fu_berlin/inf/dpp/editor/EditorManager.java |    6 +-
 .../editor/internal/SharedDocumentProvider.java    |    6 +-
 .../inf/dpp/feedback/ProjectCollector.java         |    6 +-
 .../monitoring/remote/RemoteProgressManager.java   |    6 +-
 .../net/business/CancelProjectSharingHandler.java  |    6 +-
 .../inf/dpp/net/business/LeaveAndKickHandler.java  |    6 +-
 .../dpp/project/AbstractSarosSessionListener.java  |   63 ------
 .../inf/dpp/project/ISarosSessionListener.java     |  103 ----------
 .../inf/dpp/project/ISarosSessionManager.java      |    1 +
 .../inf/dpp/project/SarosSessionManager.java       |    1 +
 .../project/internal/ResourceChangeValidator.java  |   25 +--
 .../dpp/serviceProviders/SarosSourceProvider.java  |    6 +-
 .../dpp/ui/actions/ChangeWriteAccessAction.java    |    6 +-
 .../inf/dpp/ui/actions/ConsistencyAction.java      |    6 +-
 .../inf/dpp/ui/actions/FollowModeAction.java       |    6 +-
 .../inf/dpp/ui/actions/FollowThisPersonAction.java |    6 +-
 .../inf/dpp/ui/actions/LeaveSessionAction.java     |    6 +-
 .../inf/dpp/ui/actions/RemoveUserAction.java       |    6 +-
 .../dpp/ui/decorators/SharedProjectDecorator.java  |    6 +-
 .../ui/decorators/SharedProjectFileDecorator.java  |    6 +-
 .../HostLeftAloneInSessionHandler.java             |    6 +-
 .../ui/eventhandler/UserStatusChangeHandler.java   |    6 +-
 .../inf/dpp/ui/widgets/chat/ChatControl.java       |    6 +-
 .../dpp/ui/widgets/chat/ChatRoomsComposite.java    |    6 +-
 .../viewer/session/SessionDisplayComposite.java    |    6 +-
 .../manipulation/impl/NetworkManipulatorImpl.java  |    2 +-
 .../inf/dpp/project/SarosSessionManagerTest.java   |   16 +-
 42 files changed, 320 insertions(+), 499 deletions(-)
 create mode 100644 
de.fu_berlin.inf.dpp.core/src/de/fu_berlin/inf/dpp/session/ISarosSessionListener.java
 rename 
de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/core/project/AbstractSarosSessionListener.java
 => 
de.fu_berlin.inf.dpp.core/src/de/fu_berlin/inf/dpp/session/NullSarosSessionListener.java
 (59%)
 delete mode 100644 
de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/core/project/ISarosSessionListener.java
 delete mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/project/AbstractSarosSessionListener.java
 delete mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/project/ISarosSessionListener.java


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Dpp-robot mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to