This is an automated email from the git hooks/post-receive script. New change to branch feature/GIT in repository scmwebeditor. See http://git.nuiton.org/scmwebeditor.git from 3ad1bbc Added DTOs for the commit new 659ea7b Added DTOs for the upload action The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 659ea7b9f406f7d71874e2fb5d8b9e7ada676e34 Author: Hugo PIGEON <hpigeon@codelutin.com> Date: Mon May 4 17:00:00 2015 +0200 Added DTOs for the upload action Summary of changes: .../org/nuiton/scmwebeditor/GitConnection.java | 134 +++++++++---------- .../org/nuiton/scmwebeditor/ScmConnection.java | 17 +-- .../org/nuiton/scmwebeditor/SvnConnection.java | 142 +++++++++------------ .../nuiton/scmwebeditor/actions/BrowseAction.java | 58 ++++++++- .../nuiton/scmwebeditor/actions/EditAction.java | 2 +- .../actions/ScmWebEditorCommitAction.java | 4 +- .../nuiton/scmwebeditor/actions/UploadAction.java | 80 +++++++++++- .../org/nuiton/scmwebeditor/dto/UploadDto.java | 84 ++++++++++++ .../nuiton/scmwebeditor/dto/UploadResultDto.java | 46 +++++++ 9 files changed, 396 insertions(+), 171 deletions(-) create mode 100644 src/main/java/org/nuiton/scmwebeditor/dto/UploadDto.java create mode 100644 src/main/java/org/nuiton/scmwebeditor/dto/UploadResultDto.java -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.