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 c61442e Changed the configuration file: 1 SCM provider per line new 95460ea Added file icons on the browse tree 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 95460eae30ff7065164ce00c2211415a3a29c7da Author: Hugo PIGEON <hpigeon@codelutin.com> Date: Wed May 6 10:48:39 2015 +0200 Added file icons on the browse tree Summary of changes: .../nuiton/scmwebeditor/actions/BrowseAction.java | 24 +++++++++++- src/main/webapp/WEB-INF/content/browse.jsp | 13 +++++-- src/main/webapp/css/main.css | 41 ++++++++++++++++++++- src/main/webapp/img/icons/css.png | Bin 0 -> 3541 bytes src/main/webapp/img/{ => icons}/file.png | Bin src/main/webapp/img/icons/html.png | Bin 0 -> 3298 bytes src/main/webapp/img/icons/java.png | Bin 0 -> 3298 bytes src/main/webapp/img/icons/javascript.png | Bin 0 -> 3394 bytes src/main/webapp/img/icons/rst.png | Bin 0 -> 3267 bytes src/main/webapp/img/icons/tex.png | Bin 0 -> 3251 bytes src/main/webapp/img/icons/txt.png | Bin 0 -> 490 bytes src/main/webapp/img/icons/xml.png | Bin 0 -> 219 bytes src/main/webapp/js/scmDetector.js | 2 - 13 files changed, 71 insertions(+), 9 deletions(-) create mode 100644 src/main/webapp/img/icons/css.png rename src/main/webapp/img/{ => icons}/file.png (100%) create mode 100644 src/main/webapp/img/icons/html.png create mode 100644 src/main/webapp/img/icons/java.png create mode 100644 src/main/webapp/img/icons/javascript.png create mode 100644 src/main/webapp/img/icons/rst.png create mode 100644 src/main/webapp/img/icons/tex.png create mode 100644 src/main/webapp/img/icons/txt.png create mode 100644 src/main/webapp/img/icons/xml.png -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.