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.".

The branch, master has been updated
       via  03f5ace65fd43fabc309cd08339a165b2a3c7085 (commit)
      from  1534fae174ac7856efbe291142dae62ed2950ef8 (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 03f5ace65fd43fabc309cd08339a165b2a3c7085
Author: Stefan Rossbach <[email protected]>
Date:   Thu Sep 20 09:03:37 2012 +0200

    [INTERNAL] FileZipper is not dependent on a monitor anymore
    
    The methods zipFiles(..) and createProjectZipArchive(..) of the util
    class FileZipper were using monitors which were passed as arguments.
    Now those methods expect a ZipListener instead of a monitor. This
    ZipListener is notified when a new zip entry is created and after a
    chunk of data has been deflated.
    
    This helps separating the zipping (which is the main intention of those
    functions) from the updating / handling of the monitors. Besides it
    allows other implementations of the ZipListener.
    
    Change-Id: I80ca86c1bf467961e8f343183e83e8b60069151b
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/277
    Tested-by: Jenkins CI
    Reviewed-by: Stefan Rossbach <[email protected]>

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

Summary of changes:
 .../fu_berlin/inf/dpp/feedback/FileSubmitter.java  |    9 +-
 .../dpp/invitation/OutgoingProjectNegotiation.java |   24 +-
 .../src/de/fu_berlin/inf/dpp/util/FileZipper.java  |  384 +++++++------------
 .../src/de/fu_berlin/inf/dpp/util/ZipListener.java |   34 ++
 .../fu_berlin/inf/dpp/util/ZipProgressMonitor.java |   59 +++
 5 files changed, 255 insertions(+), 255 deletions(-)
 create mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/util/ZipListener.java
 create mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/util/ZipProgressMonitor.java


hooks/post-receive
-- 
The saros eclipse plugin.

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Dpp-robot mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to