From: Roland Häder Date: Wed, 24 Aug 2016 14:59:51 +0000 (+0200) Subject: added juser-activity to persistence unit and both projects (core/lib) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2fe179b58f6cc16a031293fd84d6a472ceab42f2;p=addressbook-ejb.git added juser-activity to persistence unit and both projects (core/lib) Signed-off-by: Roland Häder --- diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index 9e26395..d79ebf8 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -806,9 +806,6 @@ exists or setup the property manually. For example like this: COMPILATION SECTION --> - - - @@ -820,9 +817,6 @@ exists or setup the property manually. For example like this: - - - @@ -852,17 +846,12 @@ exists or setup the property manually. For example like this: - - - - - - + @@ -876,22 +865,17 @@ exists or setup the property manually. For example like this: - - - - - - + - + @@ -900,20 +884,15 @@ exists or setup the property manually. For example like this: - - - - - - - - - - - - - - + + + + + + + + + @@ -925,17 +904,12 @@ exists or setup the property manually. For example like this: - - - - - - + @@ -1322,7 +1296,6 @@ exists or setup the property manually. For example like this: CLEANUP SECTION --> - diff --git a/nbproject/project.xml b/nbproject/project.xml index 4db0574..acf8a96 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -13,17 +13,12 @@ file.reference.jphone-lib.jar file.reference.jcontacts-core.jar file.reference.jcontacts-lib.jar - file.reference.jcontacts-business-core.jar file.reference.juser-core.jar file.reference.juser-lib.jar file.reference.juser-activity-core.jar file.reference.juser-activity-lib.jar - file.reference.jaddressbook-core.jar - file.reference.jaddressbook-lib.jar - file.reference.jaddressbook-share-core.jar - file.reference.jaddressbook-share-lib.jar file.reference.jmailer-ee.jar - reference.addressbook-core.jar + file.reference.addressbook-core.jar reference.addressbook-lib.jar reference.addressbook-mailer.jar file.reference.cdi-api.jar @@ -38,14 +33,6 @@ ./lib/nblibraries.properties - - addressbook-core - jar - - jar - clean - jar - addressbook-lib jar diff --git a/src/conf/persistence.xml b/src/conf/persistence.xml index 2fa63d1..7cab285 100644 --- a/src/conf/persistence.xml +++ b/src/conf/persistence.xml @@ -23,6 +23,7 @@ org.mxchange.jusercore.model.email_address.EmailAddressChange org.mxchange.jusercore.model.user.LoginUser org.mxchange.jusercore.model.user.password_history.UserPasswordHistory + org.mxchange.jusercore.model.user.activity.UserActivityLog false