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 dfbf300 The path where the local repositories will be stored is directly given to the providers, instead of giving the session ID only new d992d03 Add classes so that each struts action calls a different class and changed the method names so that each action calls the execute() method 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 d992d034a718207b30f721410ddc83b042110d65 Author: Hugo PIGEON <hpigeon@codelutin.com> Date: Wed May 13 16:07:34 2015 +0200 Add classes so that each struts action calls a different class and changed the method names so that each action calls the execute() method Summary of changes: .../scmwebeditor/uiweb/actions/BrowseAction.java | 56 +------------- .../uiweb/actions/DetectScmAction.java | 69 +++++++++++++++++ .../scmwebeditor/uiweb/actions/EditAction.java | 2 +- .../uiweb/actions/ListBranchesAction.java | 90 ++++++++++++++++++++++ .../scmwebeditor/uiweb/actions/SaveAction.java | 5 +- swe-ui-web/src/main/resources/struts.xml | 28 +++---- .../webapp/WEB-INF/content/modificationViewer.jsp | 23 ------ 7 files changed, 175 insertions(+), 98 deletions(-) create mode 100644 swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/DetectScmAction.java create mode 100644 swe-ui-web/src/main/java/org/nuiton/scmwebeditor/uiweb/actions/ListBranchesAction.java -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.