From: Roland Haeder Date: Sun, 17 Apr 2016 13:11:52 +0000 (+0200) Subject: added new project dependency jcontacts-lib X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=872aea839ed01a7e9fc6a48b1c7b35143aa9f601;p=jjobs-ejb.git added new project dependency jcontacts-lib --- diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index e753a93..95cb4aa 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -830,6 +830,7 @@ exists or setup the property manually. For example like this: + @@ -847,6 +848,7 @@ exists or setup the property manually. For example like this: + @@ -859,22 +861,23 @@ exists or setup the property manually. For example like this: - + - - - - - - - - - - - + + + + + + + + + + + + @@ -882,6 +885,7 @@ exists or setup the property manually. For example like this: + diff --git a/nbproject/genfiles.properties b/nbproject/genfiles.properties index d73baba..f58b6c4 100644 --- a/nbproject/genfiles.properties +++ b/nbproject/genfiles.properties @@ -1,8 +1,8 @@ -build.xml.data.CRC32=b445143b +build.xml.data.CRC32=1e826b2b build.xml.script.CRC32=9c0f08a9 build.xml.stylesheet.CRC32=5910fda3@1.55.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=b445143b -nbproject/build-impl.xml.script.CRC32=2cd38783 +nbproject/build-impl.xml.data.CRC32=1e826b2b +nbproject/build-impl.xml.script.CRC32=4ae2c537 nbproject/build-impl.xml.stylesheet.CRC32=6096d939@1.55.1 diff --git a/nbproject/project.properties b/nbproject/project.properties index ea29e54..d1dc74c 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -23,6 +23,7 @@ endorsed.classpath= excludes= file.reference.jcontacts-business-core.jar=lib/jcontacts-business-core.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 file.reference.jcore.jar=lib/jcore.jar file.reference.jcoreee.jar=lib/jcoreee.jar @@ -54,6 +55,7 @@ javac.classpath=\ ${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}:\ @@ -104,6 +106,7 @@ runmain.jvmargs= source.encoding=UTF-8 source.reference.jcontacts-business-core.jar=../jcontacts-business-core/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/ source.reference.jcore.jar=../jcore/src/ source.reference.jcoreee.jar=../jcoreee/src/ diff --git a/nbproject/project.xml b/nbproject/project.xml index e8b695a..80efde4 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -9,6 +9,7 @@ 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