[nuiton-utils] branch develop updated (41ce1a4 -> e6aec33)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-utils. See http://git.nuiton.org/nuiton-utils.git from 41ce1a4 fixes #3511: Add Version#afterOrEquals and Version#beforeOrEquals methods new e6aec33 fixes #3544: 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 e6aec334b128db4472b1a5a00c5ef2232a875227 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Oct 26 10:31:03 2014 +0100 fixes #3544: Migrates to git Summary of changes: .gitignore | 7 +++++++ src/site/{site_fr.xml => site.xml} | 0 2 files changed, 7 insertions(+) create mode 100644 .gitignore rename src/site/{site_fr.xml => site.xml} (100%) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-utils. See http://git.nuiton.org/nuiton-utils.git commit e6aec334b128db4472b1a5a00c5ef2232a875227 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Oct 26 10:31:03 2014 +0100 fixes #3544: Migrates to git --- .gitignore | 7 +++++++ src/site/{site_fr.xml => site.xml} | 0 2 files changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..340ab47 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +/target +/.idea +/*.ipr +/*.iml +/*.iws +/*~ +/*~ \ No newline at end of file diff --git a/src/site/site_fr.xml b/src/site/site.xml similarity index 100% rename from src/site/site_fr.xml rename to src/site/site.xml -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm