This is an automated email from the git hooks/post-receive script.
New change to branch develop in repository coselmar.
See http://git.codelutin.com/coselmar.git
from df3d5c1 init project and persistence module
new 31a4361 init services module
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 31a4361c5f46b56b97417a116e137b70ca0bf5ea
Author: Yannick Martel <yannick.martel(a)gmail.com>
Date: Tue Oct 28 10:14:05 2014 +0100
init services module
Summary of changes:
LICENSE.txt => coselmar-services/LICENSE.txt | 0
README.txt => coselmar-services/README.txt | 0
coselmar-services/pom.xml | 126 +++++++++++++++++++++++++++
pom.xml | 20 ++++-
4 files changed, 144 insertions(+), 2 deletions(-)
copy LICENSE.txt => coselmar-services/LICENSE.txt (100%)
copy README.txt => coselmar-services/README.txt (100%)
create mode 100644 coselmar-services/pom.xml
--
To stop receiving notification emails like this one, please contact
codelutin.com SCM administrator <admin+scm(a)codelutin.com>.
This is an automated email from the git hooks/post-receive script.
New change to branch develop in repository coselmar_native.
See http://git.codelutin.com/coselmar_native.git
from e2b7519 Initial commit
new df3d5c1 init project and persistence module
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 df3d5c1c1f824b12eb4c9eff53a318b6758dd78b
Author: Yannick Martel <yannick.martel(a)gmail.com>
Date: Mon Oct 27 18:06:46 2014 +0100
init project and persistence module
Summary of changes:
.gitignore | 19 +
LICENSE.txt | 674 +++++++++++++++++++++
README.txt | 0
coselmar-persistence/LICENSE.txt | 674 +++++++++++++++++++++
coselmar-persistence/README.txt | 0
coselmar-persistence/pom.xml | 175 ++++++
.../i18n/coselmar-persistence_fr_FR.properties | 0
.../src/main/xmi/coselmar-model.properties | 3 +
.../src/main/xmi/coselmar-model.zargo | Bin 0 -> 4041 bytes
.../src/main/xmi/coselmar-model.zargo~ | 0
coselmar-persistence/src/main/xmi/coselmar.zargo~ | Bin 0 -> 3953 bytes
pom.xml | 602 ++++++++++++++++++
12 files changed, 2147 insertions(+)
create mode 100644 .gitignore
create mode 100644 LICENSE.txt
create mode 100644 README.txt
create mode 100644 coselmar-persistence/LICENSE.txt
create mode 100644 coselmar-persistence/README.txt
create mode 100644 coselmar-persistence/pom.xml
create mode 100644 coselmar-persistence/src/main/resources/i18n/coselmar-persistence_fr_FR.properties
create mode 100644 coselmar-persistence/src/main/xmi/coselmar-model.properties
create mode 100644 coselmar-persistence/src/main/xmi/coselmar-model.zargo
create mode 100644 coselmar-persistence/src/main/xmi/coselmar-model.zargo~
create mode 100644 coselmar-persistence/src/main/xmi/coselmar.zargo~
create mode 100644 pom.xml
--
To stop receiving notification emails like this one, please contact
codelutin.com SCM administrator <admin+scm(a)codelutin.com>.