]> 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:24:33 +0000 (15:24 +0200)
commita4a43cf6db10c0552a783a9899a2824c1657d0b8
tree12d971621ae85fe9680e8cf9245717423be7a525
initial import (was in wrong project, sorry folks)
Signed-off-by:Roland Häder <roland@mxchange.org>
14 files changed:
build.xml [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]