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  b7baf1f3fc1c376866c71c03ff1bee16ca89ab73 (commit)
      from  e4bf3670d8e3142006673ddacabc5573dfef8910 (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 b7baf1f3fc1c376866c71c03ff1bee16ca89ab73
Author: Arndt Lasarzik <alasar...@gmail.com>
Date:   Thu Mar 5 16:18:07 2015 +0100

    [REFACTOR] move Create/DecompressArchiveTask into Core
    
    CAT and DAT are throwing an OperationCanceledException. The Eclipse
    documentation recommend this behavior.
    To solve this Problem, CAT and DAT are started by the IWorkspace and the
    Saros OPE Exception is mapped into Eclipse OPE.
    
    Change-Id: Id2e29662e9c6484b52b1a2efd0f129869a2e3ac3
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/2125
    Reviewed-by: Christian Cikryt <c.cik...@googlemail.com>
    Tested-by: Jenkins CI
    Reviewed-by: Stefan Rossbach <srossb...@arcor.de>

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

Summary of changes:
 .../dpp/exceptions/OperationCanceledException.java |   21 ++
 .../fu_berlin/inf/dpp/filesystem/IWorkspace.java   |    5 +-
 .../inf/dpp/filesystem/IWorkspaceRunnable.java     |    4 +-
 .../inf/dpp/negotiation/CreateArchiveTask.java     |    6 +-
 .../inf/dpp/negotiation/DecompressArchiveTask.java |   10 +-
 .../exceptions/OperationCanceledException.java     |   33 ---
 .../inf/dpp/core/invitation/CreateArchiveTask.java |  165 ----------------
 .../dpp/core/invitation/DecompressArchiveTask.java |  206 --------------------
 .../invitation/IncomingProjectNegotiation.java     |    3 +-
 .../invitation/OutgoingProjectNegotiation.java     |    3 +-
 .../de/fu_berlin/inf/dpp/core/util/FileUtils.java  |   32 +++-
 .../inf/dpp/intellij/project/fs/Workspace.java     |    4 +-
 .../inf/dpp/filesystem/EclipseWorkspaceImpl.java   |   34 +++-
 .../negotiation/IncomingProjectNegotiation.java    |    8 +-
 .../negotiation/OutgoingProjectNegotiation.java    |   16 +-
 .../dpp/filesystem/EclipseWorkspaceImplTest.java   |  163 ++++++++++++++++
 16 files changed, 274 insertions(+), 439 deletions(-)
 create mode 100644 
de.fu_berlin.inf.dpp.core/src/de/fu_berlin/inf/dpp/exceptions/OperationCanceledException.java
 rename {de.fu_berlin.inf.dpp => 
de.fu_berlin.inf.dpp.core}/src/de/fu_berlin/inf/dpp/negotiation/CreateArchiveTask.java
 (97%)
 rename {de.fu_berlin.inf.dpp => 
de.fu_berlin.inf.dpp.core}/src/de/fu_berlin/inf/dpp/negotiation/DecompressArchiveTask.java
 (97%)
 delete mode 100644 
de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/core/exceptions/OperationCanceledException.java
 delete mode 100644 
de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/core/invitation/CreateArchiveTask.java
 delete mode 100644 
de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/core/invitation/DecompressArchiveTask.java
 create mode 100644 
de.fu_berlin.inf.dpp/test/junit/de/fu_berlin/inf/dpp/filesystem/EclipseWorkspaceImplTest.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