From: Roland Haeder Date: Sat, 23 Apr 2016 10:30:31 +0000 (+0200) Subject: Continued rewriting: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=51cc04da7448ae89dea25ddc807188b0cf05ff3a;p=jfinancials-war.git Continued rewriting: - added new project dependency jaddressbook-lib (remote interfaces) --- diff --git a/lib/jaddressbook-lib.jar b/lib/jaddressbook-lib.jar new file mode 100644 index 00000000..5a076de0 Binary files /dev/null and b/lib/jaddressbook-lib.jar differ diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index 73fed031..11f86867 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -1054,6 +1054,7 @@ exists or setup the property manually. For example like this: + @@ -1071,6 +1072,7 @@ exists or setup the property manually. For example like this: + diff --git a/nbproject/genfiles.properties b/nbproject/genfiles.properties index b197c419..6fb7c5b4 100644 --- a/nbproject/genfiles.properties +++ b/nbproject/genfiles.properties @@ -3,6 +3,6 @@ build.xml.script.CRC32=be5f34f7 build.xml.stylesheet.CRC32=651128d4@1.68.1.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=f889023f -nbproject/build-impl.xml.script.CRC32=4cc79cb6 +nbproject/build-impl.xml.data.CRC32=3d17a0c0 +nbproject/build-impl.xml.script.CRC32=fb90350b nbproject/build-impl.xml.stylesheet.CRC32=99ea4b56@1.75.1.1 diff --git a/nbproject/project.properties b/nbproject/project.properties index 7ce55d84..01675c47 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -38,6 +38,7 @@ excludes= file.reference.cdi-api.jar=lib/cdi-api.jar file.reference.gf-client.jar=lib/gf-client.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-core.jar=lib/jcontacts-core.jar file.reference.jcontacts-lib.jar=lib/jcontacts-lib.jar @@ -77,6 +78,7 @@ javac.classpath=\ ${file.reference.juser-core.jar}:\ ${file.reference.juser-lib.jar}:\ ${file.reference.jaddressbook-core.jar}:\ + ${file.reference.jaddressbook-lib.jar}:\ ${reference.addressbook-lib.jar}:\ ${reference.addressbook-mailer.jar}:\ ${file.reference.cdi-api.jar}:\ @@ -125,6 +127,7 @@ run.test.classpath=\ runmain.jvmargs= source.encoding=UTF-8 source.reference.jaddressbook-core.jar=../jaddressbook-core/src/ +source.reference.jaddressbook-lib.jar=../jaddressbook-lib/src/ 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/ diff --git a/nbproject/project.xml b/nbproject/project.xml index c57c6de6..9088b8f7 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -57,6 +57,10 @@ ${file.reference.jaddressbook-core.jar} WEB-INF/lib + + ${file.reference.jaddressbook-lib.jar} + WEB-INF/lib + ${reference.addressbook-lib.jar}