This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-converter. See http://git.nuiton.org/nuiton-converter.git commit 66c0f6e4fca03f342e6ae6feb31af2784efc17aa Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jul 22 22:47:53 2014 +0200 improve README --- README.txt | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index e62547e..0a65bcd 100644 --- a/README.txt +++ b/README.txt @@ -1 +1,27 @@ -To build project just do a mvn clean install. \ No newline at end of file +Abstract +-------- + +Nuiton Converter is a thin layer at the top of the commons-beanutils Converter API. + +SCM +--- + +The project use git. + +To get it: + +git clone https://git.nuiton.org/nuiton-converter.git + +To commit to the project you msut be a member of the project on the nuiton.org forge. + +See https://forge.nuiton.org/projects/nuiton-converter + +Build +----- + +To build project just do a mvn clean install. + +Release +------- + +The project use codelutinpom, to make a release see documentation at https://forge.nuiton.org/projects/pom/wiki \ No newline at end of file -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.