From: Roland Häder Date: Fri, 28 Jul 2017 21:52:53 +0000 (+0200) Subject: added missing dependency jcontacts-business-core/lib X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f729db9a0f8361d2cf8df2130d8d39089cce448e;p=addressbook-ejb.git added missing dependency jcontacts-business-core/lib Signed-off-by: Roland Häder --- diff --git a/lib/jcontacts-business-lib.jar b/lib/jcontacts-business-lib.jar new file mode 100644 index 0000000..cccbddf Binary files /dev/null and b/lib/jcontacts-business-lib.jar differ diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index 87fe1f4..8695d23 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -852,6 +852,8 @@ exists or setup the property manually. For example like this: + + @@ -877,6 +879,8 @@ exists or setup the property manually. For example like this: + + @@ -893,7 +897,7 @@ exists or setup the property manually. For example like this: - + @@ -902,21 +906,23 @@ exists or setup the property manually. For example like this: - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + @@ -928,6 +934,8 @@ exists or setup the property manually. For example like this: + + diff --git a/nbproject/project.properties b/nbproject/project.properties index 3ea4dc8..ca049f8 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -27,6 +27,8 @@ file.reference.jaddressbook-core.jar=lib/jaddressbook-core.jar file.reference.jaddressbook-lib.jar=lib/jaddressbook-lib.jar file.reference.jaddressbook-share-core.jar=lib/jaddressbook-share-core.jar file.reference.jaddressbook-share-lib.jar=lib/jaddressbook-share-lib.jar +file.reference.jcontacts-business-core.jar=lib/jcontacts-business-core.jar +file.reference.jcontacts-business-lib.jar=lib/jcontacts-business-lib.jar file.reference.jcontacts-core.jar=lib/jcontacts-core.jar file.reference.jcontacts-lib.jar=lib/jcontacts-lib.jar file.reference.jcore-logger-lib.jar=lib/jcore-logger-lib.jar @@ -65,6 +67,8 @@ javac.classpath=\ ${file.reference.jphone-lib.jar}:\ ${file.reference.jcontacts-core.jar}:\ ${file.reference.jcontacts-lib.jar}:\ + ${file.reference.jcontacts-business-core.jar}:\ + ${file.reference.jcontacts-business-lib.jar}:\ ${file.reference.juser-core.jar}:\ ${file.reference.juser-lib.jar}:\ ${file.reference.juser-login-core.jar}:\ @@ -128,6 +132,8 @@ source.reference.jaddressbook-core.jar=../jaddressbook-core/src source.reference.jaddressbook-lib.jar=../jaddressbook-lib/src source.reference.jaddressbook-share-core.jar=../jaddressbook-share-core/src source.reference.jaddressbook-share-lib.jar=../jaddressbook-share-lib/src +source.reference.jcontacts-business-core.jar=../jcontacts-business-core/src/ +source.reference.jcontacts-business-lib.jar=../jcontacts-business-lib/src/ source.reference.jcontacts-core.jar=../jcontacts-core/src/ source.reference.jcontacts-lib.jar=../jcontacts-lib/src/ source.reference.jcore-logger-lib.jar=../jcore-logger-lib/src/ diff --git a/nbproject/project.xml b/nbproject/project.xml index ec153c3..3de6f4e 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -13,6 +13,8 @@ file.reference.jphone-lib.jar file.reference.jcontacts-core.jar file.reference.jcontacts-lib.jar + file.reference.jcontacts-business-core.jar + file.reference.jcontacts-business-lib.jar file.reference.juser-core.jar file.reference.juser-lib.jar file.reference.juser-login-core.jar