From: Roland Häder Date: Fri, 28 Jul 2017 21:56:05 +0000 (+0200) Subject: added missing dependency jcontacts-business-core/lib X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=36d49c64aa24e5be85f9f411de7762f5fac1a631;p=jjobs-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 86e52a5..698f2a9 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -812,6 +812,9 @@ exists or setup the property manually. For example like this: + + + @@ -826,6 +829,9 @@ exists or setup the property manually. For example like this: + + + @@ -848,6 +854,8 @@ exists or setup the property manually. For example like this: + + @@ -872,6 +880,8 @@ exists or setup the property manually. For example like this: + + @@ -891,29 +901,31 @@ exists or setup the property manually. For example like this: - + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -921,6 +933,8 @@ exists or setup the property manually. For example like this: + + @@ -1324,6 +1338,7 @@ exists or setup the property manually. For example like this: + diff --git a/nbproject/project.properties b/nbproject/project.properties index 5b2b509..91120f1 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -25,6 +25,7 @@ file.reference.cdi-api.jar=lib/cdi-api.jar file.reference.jaddressbook-core.jar=lib/jaddressbook-core.jar file.reference.jaddressbook-lib.jar=lib/jaddressbook-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 @@ -62,6 +63,7 @@ javac.classpath=\ ${file.reference.jcontacts-core.jar}:\ ${file.reference.jcontacts-lib.jar}:\ ${file.reference.jcontacts-business-core.jar}:\ + ${file.reference.jcontacts-business-lib.jar}:\ ${file.reference.jcountry-core.jar}:\ ${file.reference.jcountry-lib.jar}:\ ${file.reference.jphone-core.jar}:\ @@ -125,6 +127,7 @@ run.test.classpath=\ # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value): runmain.jvmargs= source.encoding=UTF-8 +source.reference.jcontacts-business-lib.jar=../jcontacts-business-lib/src/ source.reference.jjjobs-core.jar=../jjjobs-core/src/ source.reference.jjjobs-lib.jar=../jjjobs-lib/src/ source.reference.jcontacts-business-core.jar=../jcontacts-business-core/src/ diff --git a/nbproject/project.xml b/nbproject/project.xml index c1975f0..76ae2c5 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -9,6 +9,8 @@ file.reference.jcore-logger-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.jcountry-core.jar file.reference.jcountry-lib.jar file.reference.jphone-core.jar