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=4c0fabdfee08f7c87cab0df99237fa2973de27fa;p=jjobs-ejb.git added juser-activity to persistence unit and both projects (core/lib) Signed-off-by: Roland Häder --- diff --git a/lib/juser-activity-core.jar b/lib/juser-activity-core.jar new file mode 100644 index 0000000..cace3fd Binary files /dev/null and b/lib/juser-activity-core.jar differ diff --git a/lib/juser-activity-lib.jar b/lib/juser-activity-lib.jar new file mode 100644 index 0000000..4926acd Binary files /dev/null and b/lib/juser-activity-lib.jar differ diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index 1517d28..b2a6c9d 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -25,8 +25,8 @@ is divided into following sections: - @@ -749,9 +749,9 @@ or ant -Dj2ee.platform.classpath=<server_classpath> (where no properties f The libs.CopyLibs.classpath property is not set up. -This property must point to +This property must point to org-netbeans-modules-java-j2seproject-copylibstask.jar file which is part -of NetBeans IDE installation and is usually located at +of NetBeans IDE installation and is usually located at <netbeans_installation>/java<version>/ant/extra folder. Either open the project in the IDE and make sure CopyLibs library exists or setup the property manually. For example like this: @@ -840,18 +840,16 @@ exists or setup the property manually. For example like this: - - - + + - - - + + @@ -861,61 +859,55 @@ exists or setup the property manually. For example like this: - - - + + - - - + + - + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - + + - - - + + diff --git a/nbproject/project.xml b/nbproject/project.xml index 9014f65..50b4fc2 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -7,18 +7,16 @@ 1.6.5 file.reference.jcoreee.jar file.reference.jcore-logger-lib.jar - file.reference.jcontacts-core.jar - file.reference.jcontacts-lib.jar - file.reference.jcontacts-business-core.jar file.reference.jcountry-core.jar file.reference.jcountry-lib.jar file.reference.jphone-core.jar file.reference.jphone-lib.jar + file.reference.jcontacts-core.jar + file.reference.jcontacts-lib.jar file.reference.juser-core.jar file.reference.juser-lib.jar - file.reference.jletter-lib.jar - file.reference.jaddressbook-core.jar - file.reference.jaddressbook-lib.jar + file.reference.juser-activity-core.jar + file.reference.juser-activity-lib.jar file.reference.jmailer-ee.jar file.reference.jjobs-core.jar reference.jjobs-lib.jar diff --git a/src/conf/persistence.xml b/src/conf/persistence.xml index 6daaf1a..de61b0f 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