]> git.mxchange.org Git - jaddressbook-core.git/commit
Initial commit (from addressbook-lib)
authorRoland Häder <roland@mxchange.org>
Tue, 19 Apr 2016 14:26:17 +0000 (16:26 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 19 Apr 2016 14:43:25 +0000 (16:43 +0200)
commit6386c1b917b2976cd7e9ec1568685118e4df769c
tree356d4fa40f5c27ec428433bc36cb1402ae7e0dd5
Initial commit (from addressbook-lib)

Signed-off-by: Roland Häder <roland@haeder.net>
35 files changed:
.gitattributes [new file with mode: 0644]
.gitignore [new file with mode: 0644]
build.xml [new file with mode: 0644]
docs/COPYING [new file with mode: 0644]
docs/COPYING.documents [new file with mode: 0644]
docs/COPYING.software [new file with mode: 0644]
docs/NEWS [new file with mode: 0644]
docs/README [new file with mode: 0644]
docs/THANKS [new file with mode: 0644]
lib/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar [new file with mode: 0644]
lib/jcontacts-business-core.jar [new file with mode: 0644]
lib/jcontacts-core.jar [new file with mode: 0644]
lib/jpa20-persistence/javax.persistence_2.1.0.v201304241213.jar [new file with mode: 0644]
lib/juser-core.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/jaddressbookcore/events/addressbook/AddressbookLoadedEvent.java [new file with mode: 0644]
src/org/mxchange/jaddressbookcore/events/addressbook/LoadedAddressbookEvent.java [new file with mode: 0644]
src/org/mxchange/jaddressbookcore/events/sharing/AddressbookSharingEvent.java [new file with mode: 0644]
src/org/mxchange/jaddressbookcore/events/sharing/EndedAddressbookSharingEvent.java [new file with mode: 0644]
src/org/mxchange/jaddressbookcore/events/sharing/StartedAddressbookSharingEvent.java [new file with mode: 0644]
src/org/mxchange/jaddressbookcore/events/sharing/type/SharingType.java [new file with mode: 0644]
src/org/mxchange/jaddressbookcore/exceptions/AddressbookNameAlreadyUsedException.java [new file with mode: 0644]
src/org/mxchange/jaddressbookcore/exceptions/AddressbookNotFoundException.java [new file with mode: 0644]
src/org/mxchange/jaddressbookcore/exceptions/UserAlreadySharingAddressbookException.java [new file with mode: 0644]
src/org/mxchange/jaddressbookcore/model/addressbook/Addressbook.java [new file with mode: 0644]
src/org/mxchange/jaddressbookcore/model/addressbook/UserAddressbook.java [new file with mode: 0644]
src/org/mxchange/jaddressbookcore/model/addressbook/entry/AddressbookEntry.java [new file with mode: 0644]
src/org/mxchange/jaddressbookcore/model/addressbook/entry/UserAddressbookEntry.java [new file with mode: 0644]
src/org/mxchange/jaddressbookcore/model/addressbook/shared/AddressbookShare.java [new file with mode: 0644]
src/org/mxchange/jaddressbookcore/model/addressbook/shared/ShareableAddressbook.java [new file with mode: 0644]
src/org/mxchange/jaddressbookcore/model/addressbook/status/AddressbokStatus.java [new file with mode: 0644]