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  a07c5433c20175f637ecca17536fd5ca4fcfafc7 (commit)
      from  d431d2490bddf2b87ac5739700e5f4d2cba3ea25 (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 a07c5433c20175f637ecca17536fd5ca4fcfafc7
Author: Franz Zieris <[email protected]>
Date:   Mon Mar 31 17:13:44 2014 +0200

    [API] Amend core filesystem interfaces
    
    Under the headline of decoupling Saros from Eclipse, this patch amends
    the Saros Core filesystem API by adding all methods that are actually
    called on the instances of the Eclipse interfaces (objects of type
    IResource, all its sub-interfaces, and IPath).
    
    Please note that these interfaces are under development. They will be
    simplified and will finally provide less methods with less parameters.
    After all, they should hide IDE-specifics. For now, that simplification
    is deferred until the IntelliJ adapters are written.
    
    Change-Id: I7e25d5cf15f01222c174e393a4885c50d2913e16
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/1478
    Tested-by: Jenkins CI
    Reviewed-by: Stephan Salinger <[email protected]>
    Reviewed-by: Bernd Bieber <[email protected]>
    Reviewed-by: Franz Zieris <[email protected]>

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

Summary of changes:
 .../fu_berlin/inf/dpp/filesystem/IContainer.java   |   28 +++++++
 .../src/de/fu_berlin/inf/dpp/filesystem/IFile.java |   42 ++++++++++
 .../de/fu_berlin/inf/dpp/filesystem/IFolder.java   |   35 +++++++++
 .../src/de/fu_berlin/inf/dpp/filesystem/IPath.java |   53 +++++++++++++-
 .../fu_berlin/inf/dpp/filesystem/IPathFactory.java |   31 +++++++-
 .../de/fu_berlin/inf/dpp/filesystem/IProject.java  |   22 ++++++
 .../de/fu_berlin/inf/dpp/filesystem/IResource.java |   28 +++++++
 .../inf/dpp/filesystem/IResourceAttributes.java    |   34 ++++++++
 .../inf/dpp/filesystem/IWorkspaceRoot.java         |   22 ++++++
 .../dpp/concurrent/jupiter/test/util/PathFake.java |   62 +++++++++++++++
 .../inf/dpp/filesystem/EclipseContainerImpl.java   |   34 ++++++++-
 .../inf/dpp/filesystem/EclipseFileImpl.java        |   52 +++++++++++++
 .../inf/dpp/filesystem/EclipseFolderImpl.java      |   22 ++++++
 .../inf/dpp/filesystem/EclipsePathImpl.java        |   63 +++++++++++++++
 .../inf/dpp/filesystem/EclipseProjectImpl.java     |   25 +++---
 .../filesystem/EclipseResourceAttributesImpl.java  |   33 ++++++++
 .../inf/dpp/filesystem/EclipseResourceImpl.java    |   80 +++++++++++++++++---
 17 files changed, 635 insertions(+), 31 deletions(-)
 create mode 100644 
de.fu_berlin.inf.dpp.core/src/de/fu_berlin/inf/dpp/filesystem/IResourceAttributes.java
 create mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/filesystem/EclipseResourceAttributesImpl.java


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
_______________________________________________
Dpp-robot mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to