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  5bd6113b6c93a1feb9b4bb826db7146529d8fd04 (commit)
      from  6ebc1ecd3c7181a8817dc8ebc0acfb84e144d2b5 (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 5bd6113b6c93a1feb9b4bb826db7146529d8fd04
Author: Christian Cikryt <c.cik...@googlemail.com>
Date:   Sat Jan 24 19:11:42 2015 +0100

    [INTERNAL] Moves SarosContext into core
    
    This class was duplicated in both Eclipse and IntelliJ code.
    The CTOR of SarosContext was changed to accept a list of
    context factories instead of one factory with an optional
    nested factory because the factories have no enclosing relationship,
    they are on the same level. Furthermore, the code is now simpler.
    
    Change-Id: I963464aa5931e921950dc002ab4185848876fe86
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/2075
    Tested-by: Jenkins CI
    Reviewed-by: Christian Cikryt <c.cik...@googlemail.com>

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

Summary of changes:
 .../src/de/fu_berlin/inf/dpp/SarosContext.java     |   27 +-
 .../src/de/fu_berlin/inf/dpp/core/Saros.java       |   12 +-
 .../inf/dpp/core/context/SarosContext.java         |  337 --------------------
 .../context/SarosIntellijContextFactory.java       |   11 +-
 .../inf/dpp/SarosHTMLUIContextFactory.java         |   20 +-
 .../src/de/fu_berlin/inf/dpp/Saros.java            |   45 ++--
 .../inf/dpp/SarosEclipseContextFactory.java        |   16 +-
 7 files changed, 53 insertions(+), 415 deletions(-)
 rename {de.fu_berlin.inf.dpp => 
de.fu_berlin.inf.dpp.core}/src/de/fu_berlin/inf/dpp/SarosContext.java (96%)
 delete mode 100644 
de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/core/context/SarosContext.java


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Dpp-robot mailing list
Dpp-robot@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to