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  9f668b39ea808682d42163f6eb235b31b9755f43 (commit)
      from  372197a30e78692941de07b1584ded7ddab0e90b (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 9f668b39ea808682d42163f6eb235b31b9755f43
Author: Stefan Rossbach <[email protected]>
Date:   Sun Feb 23 19:02:51 2014 +0100

    [REFACTOR] moved chat interfaces and SUC implementation to Saros Core
    
    Modified the ChatElement class as it contained rendering stuff for a
    GUI. Moved this logic to the ChatControl class.
    
    Change-Id: Ie72e3d5020ed3b1520708c2db21148bf0e810bab
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/1438
    Tested-by: Jenkins CI
    Reviewed-by: Stefan Rossbach <[email protected]>

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

Summary of changes:
 de.fu_berlin.inf.dpp.core/META-INF/MANIFEST.MF     |    2 +
 .../inf/dpp/communication/chat/AbstractChat.java   |    0
 .../communication/chat/AbstractChatService.java    |    0
 .../inf/dpp/communication/chat/ChatElement.java    |   40 +++-----------------
 .../inf/dpp/communication/chat/ChatHistory.java    |    0
 .../inf/dpp/communication/chat/IChat.java          |    0
 .../inf/dpp/communication/chat/IChatListener.java  |    0
 .../inf/dpp/communication/chat/IChatService.java   |    0
 .../communication/chat/IChatServiceListener.java   |    0
 .../communication/chat/single/SingleUserChat.java  |    0
 .../chat/single/SingleUserChatService.java         |    0
 de.fu_berlin.inf.dpp/META-INF/MANIFEST.MF          |    1 -
 .../inf/dpp/ui/widgets/chat/ChatControl.java       |   26 ++++++++++++-
 13 files changed, 32 insertions(+), 37 deletions(-)
 rename {de.fu_berlin.inf.dpp => 
de.fu_berlin.inf.dpp.core}/src/de/fu_berlin/inf/dpp/communication/chat/AbstractChat.java
 (100%)
 rename {de.fu_berlin.inf.dpp => 
de.fu_berlin.inf.dpp.core}/src/de/fu_berlin/inf/dpp/communication/chat/AbstractChatService.java
 (100%)
 rename {de.fu_berlin.inf.dpp => 
de.fu_berlin.inf.dpp.core}/src/de/fu_berlin/inf/dpp/communication/chat/ChatElement.java
 (84%)
 rename {de.fu_berlin.inf.dpp => 
de.fu_berlin.inf.dpp.core}/src/de/fu_berlin/inf/dpp/communication/chat/ChatHistory.java
 (100%)
 rename {de.fu_berlin.inf.dpp => 
de.fu_berlin.inf.dpp.core}/src/de/fu_berlin/inf/dpp/communication/chat/IChat.java
 (100%)
 rename {de.fu_berlin.inf.dpp => 
de.fu_berlin.inf.dpp.core}/src/de/fu_berlin/inf/dpp/communication/chat/IChatListener.java
 (100%)
 rename {de.fu_berlin.inf.dpp => 
de.fu_berlin.inf.dpp.core}/src/de/fu_berlin/inf/dpp/communication/chat/IChatService.java
 (100%)
 rename {de.fu_berlin.inf.dpp => 
de.fu_berlin.inf.dpp.core}/src/de/fu_berlin/inf/dpp/communication/chat/IChatServiceListener.java
 (100%)
 rename {de.fu_berlin.inf.dpp => 
de.fu_berlin.inf.dpp.core}/src/de/fu_berlin/inf/dpp/communication/chat/single/SingleUserChat.java
 (100%)
 rename {de.fu_berlin.inf.dpp => 
de.fu_berlin.inf.dpp.core}/src/de/fu_berlin/inf/dpp/communication/chat/single/SingleUserChatService.java
 (100%)


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
Dpp-robot mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to