This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-decorator. See http://git.nuiton.org/nuiton-decorator.git from 80b8494 [maven-release-plugin] prepare for next development iteration new 4ad4fcc fixes #3543: Migrates to git 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 4ad4fccdb328261edd216ff455926e57e7adafae Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Oct 26 09:50:03 2014 +0100 fixes #3543: Migrates to git Summary of changes: .gitignore | 7 ++ pom.xml | 97 ++++++++---------- src/main/java/org/nuiton/decorator/Decorator.java | 2 - .../decorator/DecoratorMulti18nProvider.java | 2 - .../org/nuiton/decorator/DecoratorProvider.java | 2 - .../java/org/nuiton/decorator/DecoratorUtil.java | 2 - .../java/org/nuiton/decorator/JXPathDecorator.java | 2 - .../org/nuiton/decorator/MapPropertyHandler.java | 2 - .../org/nuiton/decorator/MultiJXPathDecorator.java | 2 - .../org/nuiton/decorator/PropertyDecorator.java | 2 - .../java/org/nuiton/decorator/package-info.java | 2 - src/site/apt/index.apt | 8 +- src/site/apt/versions.apt | 10 +- src/site/site.xml | 60 +++++++++++ src/site/site_fr.xml | 112 --------------------- src/test/java/org/nuiton/decorator/Data.java | 2 - .../decorator/DecoratorMulti18nProviderTest.java | 2 - .../nuiton/decorator/DecoratorProviderTest.java | 2 - .../org/nuiton/decorator/JXPathContextTester.java | 2 - .../org/nuiton/decorator/JXPathDecoratorTest.java | 2 - .../nuiton/decorator/MapPropertyHandlerTest.java | 2 - .../nuiton/decorator/MultiJXPathDecoratorTest.java | 2 - src/test/resources/log4j.properties | 5 +- 23 files changed, 117 insertions(+), 214 deletions(-) create mode 100644 .gitignore create mode 100644 src/site/site.xml delete mode 100644 src/site/site_fr.xml -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.