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 b051bfb2176dfd5556ad53cd4c27de0817b360ea (commit) via 80afe1e8d3caaea35be46417596d493dfeb44028 (commit) from a43fd9e5fb4bc939cf516573828d198b40286038 (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 b051bfb2176dfd5556ad53cd4c27de0817b360ea Author: Denis Washington <de...@denisw.de> Date: Sun Aug 23 14:44:46 2015 +0200 [INTERNAL] Move ActivityQueuer to core This removes another non-core dependency from SarosSession. Change-Id: I3fd4ec2858f8f18f494e6ec627bfdbc92019b8be Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/2830 Tested-by: Jenkins CI Reviewed-by: Stefan Rossbach <srossb...@arcor.de> commit 80afe1e8d3caaea35be46417596d493dfeb44028 Author: Denis Washington <de...@denisw.de> Date: Sun Aug 23 14:20:45 2015 +0200 [INTERNAL] Move ActivityHandler to core This is the first of several session components that can now be easily moved to the core, now that the ISarosSessionContextFactory infrastructure is in place. Change-Id: I1eb0fab190ba86f2a0a1db4f20ddf976d9745547 Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/2829 Tested-by: Jenkins CI Reviewed-by: Stefan Rossbach <srossb...@arcor.de> ----------------------------------------------------------------------- Summary of changes: de.fu_berlin.inf.dpp.core/META-INF/MANIFEST.MF | 1 + .../inf/dpp/session}/IActivityHandlerCallback.java | 4 +- .../session/SarosCoreSessionContextFactory.java | 6 +- .../inf/dpp/session}/internal/ActivityHandler.java | 8 +- .../inf/dpp/session}/internal/ActivityQueuer.java | 2 +- .../de/fu_berlin/inf/dpp/SarosCoreTestSuite.java | 2 + .../dpp/session}/internal/ActivityHandlerTest.java | 4 +- .../dpp/session}/internal/ActivityQueuerTest.java | 12 +- .../internal}/TestSuite.java | 5 +- .../dpp/core/project/internal/ActivityHandler.java | 450 -------------------- .../dpp/core/project/internal/ActivityQueuer.java | 188 -------- .../project/internal/IActivityHandlerCallback.java | 55 --- .../SarosIntellijSessionContextFactory.java | 1 - .../dpp/core/project/internal/SarosSession.java | 3 + .../SarosEclipseSessionContextFactory.java | 1 - .../inf/dpp/project/internal/SarosSession.java | 3 + .../inf/dpp/project/internal/TestSuite.java | 6 +- 17 files changed, 34 insertions(+), 717 deletions(-) rename {de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/project/internal => de.fu_berlin.inf.dpp.core/src/de/fu_berlin/inf/dpp/session}/IActivityHandlerCallback.java (90%) rename {de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/project => de.fu_berlin.inf.dpp.core/src/de/fu_berlin/inf/dpp/session}/internal/ActivityHandler.java (98%) rename {de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/project => de.fu_berlin.inf.dpp.core/src/de/fu_berlin/inf/dpp/session}/internal/ActivityQueuer.java (99%) rename {de.fu_berlin.inf.dpp/test/junit/de/fu_berlin/inf/dpp/project => de.fu_berlin.inf.dpp.core/test/junit/de/fu_berlin/inf/dpp/session}/internal/ActivityHandlerTest.java (99%) rename {de.fu_berlin.inf.dpp/test/junit/de/fu_berlin/inf/dpp/project => de.fu_berlin.inf.dpp.core/test/junit/de/fu_berlin/inf/dpp/session}/internal/ActivityQueuerTest.java (97%) copy de.fu_berlin.inf.dpp.core/test/junit/de/fu_berlin/inf/dpp/{filesystem => session/internal}/TestSuite.java (68%) delete mode 100644 de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/core/project/internal/ActivityHandler.java delete mode 100644 de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/core/project/internal/ActivityQueuer.java delete mode 100644 de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/core/project/internal/IActivityHandlerCallback.java hooks/post-receive -- The Saros Eclipse Plugin ------------------------------------------------------------------------------ _______________________________________________ Dpp-robot mailing list Dpp-robot@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dpp-robot