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  0c887178e7cda9c2dfe8a16eb19bd9117939d74c (commit)
       via  aa90be7b0c334ceb397c912fb2751ae031687885 (commit)
      from  d99df074a73a85fdb87038f6c928f964a6394f19 (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 0c887178e7cda9c2dfe8a16eb19bd9117939d74c
Author: Stefan Rossbach <srossb...@arcor.de>
Date:   Mon Feb 1 20:32:17 2016 +0100

    [INTERNAL] add checks to newly introduced folder classes
    
    As they are not performed in their super class.
    
    Change-Id: Iae7b756e3ca418b5ca0f069c01c6a9367e1ae542
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/3013
    Tested-by: Jenkins CI
    Reviewed-by: Stefan Rossbach <srossb...@arcor.de>

commit aa90be7b0c334ceb397c912fb2751ae031687885
Author: Stefan Rossbach <srossb...@arcor.de>
Date:   Mon Feb 1 20:19:55 2016 +0100

    [INTERNAL] split FolderActivity class
    
    This class splits the FolderActivity into several independent classes.
    
    The FolderMovedActivity is currently not in use and will require more
    analyzation of the current code on how folder moves are signaled.
    
    This patch makes Saros incompatible to all former versions!
    
    Change-Id: I5ba94f711bf3ec6be1c39cbbdc9c31f2a8d33ff3
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/3012
    Tested-by: Jenkins CI
    Reviewed-by: Stefan Rossbach <srossb...@arcor.de>

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

Summary of changes:
 .../dpp/activities/AbstractActivityReceiver.java   |   12 +++-
 .../inf/dpp/activities/FolderActivity.java         |   65 ------------------
 .../inf/dpp/activities/FolderCreatedActivity.java  |   36 ++++++++++
 .../inf/dpp/activities/FolderDeletedActivity.java  |   36 ++++++++++
 .../inf/dpp/activities/FolderMovedActivity.java    |   49 ++++++++++++++
 .../inf/dpp/activities/IActivityReceiver.java      |    6 ++-
 .../fu_berlin/inf/dpp/activities/VCSActivity.java  |    6 +-
 .../extensions/ActivitiesExtension.java            |   10 ++-
 .../inf/dpp/session/internal/SarosSession.java     |   71 ++++++++++----------
 .../dpp/session/internal/ActivityHandlerTest.java  |    9 ++-
 .../intellij/project/FileSystemChangeListener.java |   15 ++--
 .../intellij/project/SharedResourcesManager.java   |   25 +++++--
 .../inf/dpp/project/ProjectDeltaVisitor.java       |   10 ++--
 .../inf/dpp/project/ResourceActivityFilter.java    |   14 ++--
 .../inf/dpp/project/SharedResourcesManager.java    |   54 ++++++++-------
 15 files changed, 255 insertions(+), 163 deletions(-)
 delete mode 100644 
de.fu_berlin.inf.dpp.core/src/de/fu_berlin/inf/dpp/activities/FolderActivity.java
 create mode 100644 
de.fu_berlin.inf.dpp.core/src/de/fu_berlin/inf/dpp/activities/FolderCreatedActivity.java
 create mode 100644 
de.fu_berlin.inf.dpp.core/src/de/fu_berlin/inf/dpp/activities/FolderDeletedActivity.java
 create mode 100644 
de.fu_berlin.inf.dpp.core/src/de/fu_berlin/inf/dpp/activities/FolderMovedActivity.java


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
DPP-Robot mailing list
DPP-Robot@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to