From: Roland Häder Date: Wed, 7 Jun 2017 22:03:23 +0000 (+0200) Subject: added new dependency jcontacts-business-lib (remote interfaces) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2b993116e449227f98c7a19caaa980def3a10109;p=jfinancials-ejb.git added new dependency jcontacts-business-lib (remote interfaces) 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..387602d 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 37a00b4..75a0eae 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -852,6 +852,7 @@ exists or setup the property manually. For example like this: + @@ -871,6 +872,7 @@ exists or setup the property manually. For example like this: + @@ -881,7 +883,7 @@ exists or setup the property manually. For example like this: - + @@ -890,15 +892,16 @@ exists or setup the property manually. For example like this: - - - - - - - - - + + + + + + + + + + @@ -910,6 +913,7 @@ exists or setup the property manually. For example like this: + diff --git a/nbproject/genfiles.properties b/nbproject/genfiles.properties index e4bf032..d500538 100644 --- a/nbproject/genfiles.properties +++ b/nbproject/genfiles.properties @@ -3,6 +3,6 @@ build.xml.script.CRC32=7d41e0fd build.xml.stylesheet.CRC32=5910fda3@1.51.1 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. -nbproject/build-impl.xml.data.CRC32=db40af14 -nbproject/build-impl.xml.script.CRC32=546bd9bd +nbproject/build-impl.xml.data.CRC32=daad09b9 +nbproject/build-impl.xml.script.CRC32=38218f66 nbproject/build-impl.xml.stylesheet.CRC32=6096d939@1.55.1 diff --git a/nbproject/project.properties b/nbproject/project.properties index b206ddc..1f012c5 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -22,6 +22,7 @@ dist.javadoc.dir=${dist.dir}/javadoc endorsed.classpath= excludes= file.reference.jcontacts-business-core.jar=lib/jcontacts-business-core.jar +file.reference.jcontacts-business-lib.jar=lib/jcontacts-business-lib.jar file.reference.jfinancials-mailer.jar=lib/jfinancials-mailer.jar file.reference.cdi-api.jar=lib/cdi-api.jar file.reference.jcontacts-core.jar=lib/jcontacts-core.jar @@ -59,6 +60,7 @@ javac.classpath=\ ${file.reference.jphone-lib.jar}:\ ${file.reference.jcontacts-core.jar}:\ ${file.reference.jcontacts-business-core.jar}:\ + ${file.reference.jcontacts-business-lib.jar}:\ ${file.reference.jcontacts-lib.jar}:\ ${file.reference.jproduct-core.jar}:\ ${file.reference.juser-core.jar}:\ @@ -112,6 +114,7 @@ run.test.classpath=\ 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.jfinancials-mailer.jar=../jfinancials-mailer/src/ source.reference.jcontacts-core.jar=../jcontacts-core/src/ source.reference.jcontacts-lib.jar=../jcontacts-lib/src/ diff --git a/nbproject/project.xml b/nbproject/project.xml index d268a83..ad63edf 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -13,6 +13,7 @@ file.reference.jphone-lib.jar file.reference.jcontacts-core.jar file.reference.jcontacts-business-core.jar + file.reference.jcontacts-business-lib.jar file.reference.jcontacts-lib.jar file.reference.jproduct-core.jar file.reference.juser-core.jar