This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 443b581 mise en place de la configuration de l'UI new 40f44f9 séparation du build maven du build nodejs 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 40f44f997f0f96b7947eea0f870d3499d995daa1 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Tue Feb 28 16:32:52 2017 +0100 séparation du build maven du build nodejs Summary of changes: pollen-bundle/.gitignore | 9 - pollen-bundle/LICENSE.txt | 661 --------------------- pollen-bundle/README.md | 14 - pollen-bundle/pom.xml | 171 ------ pollen-bundle/src/main/assembly/bin.xml | 62 -- pollen-bundle/src/main/assembly/dist/conf.js | 68 --- pollen-bundle/src/main/assembly/dist/go.bat | 1 - pollen-bundle/src/main/assembly/dist/go.sh | 2 - .../main/assembly/dist/pollen-rest-api.properties | 26 - pollen-bundle/src/main/webapp/WEB-INF/web.xml | 44 -- pollen-ui-riot-js/pom.xml | 148 ----- pom.xml | 4 - 12 files changed, 1210 deletions(-) delete mode 100644 pollen-bundle/.gitignore delete mode 100644 pollen-bundle/LICENSE.txt delete mode 100644 pollen-bundle/README.md delete mode 100644 pollen-bundle/pom.xml delete mode 100644 pollen-bundle/src/main/assembly/bin.xml delete mode 100644 pollen-bundle/src/main/assembly/dist/conf.js delete mode 100755 pollen-bundle/src/main/assembly/dist/go.bat delete mode 100755 pollen-bundle/src/main/assembly/dist/go.sh delete mode 100644 pollen-bundle/src/main/assembly/dist/pollen-rest-api.properties delete mode 100644 pollen-bundle/src/main/webapp/WEB-INF/web.xml delete mode 100644 pollen-ui-riot-js/pom.xml -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.