From: Roland Häder Date: Fri, 28 Jul 2017 22:10:16 +0000 (+0200) Subject: added missing dependency jcontacts-business-core/lib X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8e3d28676e797750376d245395b62a9baf156547;p=pizzaservice-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 65dc4ab..3249ee6 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -850,6 +850,8 @@ exists or setup the property manually. For example like this: + + @@ -878,6 +880,8 @@ exists or setup the property manually. For example like this: + + @@ -899,33 +903,35 @@ exists or setup the property manually. For example like this: - + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + @@ -935,6 +941,8 @@ exists or setup the property manually. For example like this: + + diff --git a/nbproject/project.properties b/nbproject/project.properties index 76bde0b..c32214a 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -22,6 +22,8 @@ dist.javadoc.dir=${dist.dir}/javadoc endorsed.classpath= excludes= file.reference.cdi-api.jar=lib/cdi-api.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.jcountry-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}:\ @@ -129,6 +133,8 @@ 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-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 2f5101a..c08cdac 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -11,6 +11,8 @@ file.reference.jcountry-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