]> git.mxchange.org Git - jcontacts-core.git/commit
initial import (was in wrong project, sorry folks)
authorRoland Haeder <roland@mxchange.org>
Thu, 1 Oct 2015 13:24:33 +0000 (15:24 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 1 Oct 2015 13:34:43 +0000 (15:34 +0200)
commitbe929d32d4109bb1f532fd3b7f84bebfa7064635
treecd3cc4e2a34abefb6edf3c3a3f465978095722f2
initial import (was in wrong project, sorry folks)
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]