]> git.mxchange.org Git - jcontacts-business-lib.git/commit
Initial commit (from jcore)
authorRoland Haeder <roland@mxchange.org>
Thu, 1 Oct 2015 12:35:36 +0000 (14:35 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 1 Oct 2015 12:35:36 +0000 (14:35 +0200)
commitc16ec77a0c1a8a67b3fa3b3c2426791dc2163f32
tree3e48a1347ab06f52ddf5b44146d433db2d7130aa
Initial commit (from jcore)
Signed-off-by:Roland Häder <roland@mxchange.org>
16 files changed:
.gitignore [new file with mode: 0644]
build.xml [new file with mode: 0644]
dist.sh [new file with mode: 0644]
lib/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar [new file with mode: 0644]
lib/jcore.jar [new file with mode: 0644]
lib/jpa20-persistence/javax.persistence-2.1.0-doc.zip [new file with mode: 0644]
lib/jpa20-persistence/javax.persistence_2.1.0.v201304241213.jar [new file with mode: 0644]
lib/nblibraries.properties [new file with mode: 0644]
nbproject/build-impl.xml [new file with mode: 0644]
nbproject/genfiles.properties [new file with mode: 0644]
nbproject/project.properties [new file with mode: 0644]
nbproject/project.xml [new file with mode: 0644]
src/org/mxchange/jcontacts/contact/Contact.java [new file with mode: 0644]
src/org/mxchange/jcontacts/contact/UserContact.java [new file with mode: 0644]
src/org/mxchange/jcontacts/contact/gender/Gender.java [new file with mode: 0644]
src/org/mxchange/jcontacts/contact/gender/GenderUtils.java [new file with mode: 0644]