From f25383d3b9150d715f82bd2b156d1be80cceda05 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sat, 23 Apr 2016 12:29:48 +0200 Subject: [PATCH] Continued rewriting: - added new project dependency jaddressbook-lib (remote interfaces) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- lib/jaddressbook-lib.jar | Bin 0 -> 4335 bytes nbproject/build-impl.xml | 10 +++++++++- nbproject/project.properties | 6 ++++++ nbproject/project.xml | 2 ++ 4 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 lib/jaddressbook-lib.jar diff --git a/lib/jaddressbook-lib.jar b/lib/jaddressbook-lib.jar new file mode 100644 index 0000000000000000000000000000000000000000..5a076de06d42e6a6537899c613de8a8293b5d646 GIT binary patch literal 4335 zcmc&%&2Jl35TEC`apJ}_A5KeJ+PV~>RA6ra@zEL(o64pZaa`)sLph-5-G{Sgy&LVW zAx2z!LE^#{xF8|*$^i*+;J}4jrJnl-a7O$GRcChH_1m?*c9Kf0v{}EGnR)a1n>RN< znoDN^763lgez*bBvj}OZS8l7t+HO^O`~cu)NO~7Z)t`U;b|1;<&Ep%A*45owwbHy@ zs#ojWGCmisSG*$}*RZW?h1W`3xvXkQJL*2y_Cx{q@Sj&pZ{@Pr9l<@J7q|OF|4wP^ zv$tO_8kQ#e6t3IOzU^=iMPJEfbJ?MW<(M&P)X;X?%4CY%fTDY# z?QyFu5=b}Vq+Hh>;kqr`{vv_xViH@|)`gkC{K|CZ*|d0hx*&ItJ3@~s^S5>NpVbTi zz4hrbWM$N$dz$DbjMlc`)-BPsJyFt3?z#^i|M?fnd;?y}z{Ly{GH{8(DmTqfT+EzZ z+iRjqhSg^9)#eVxF^p2DhZLIa2qo|!EfwM_$LJ)5Bywq2k<=_-+3D~vxzh6tQ`s?G zugqYvX|yfw^&G+Am;XnLcVjk9wEcb5_kw2kEKd!5Nd6PLWTDI8y_t;|c*DfHP-<9+ zZFDcjr!725;LGiYoEp7UvUY^#l~j0Q|{`3!+zkgXhOVxMZ<&A^Me#Dfw*hitm_0&VNd$wQGzQ58@I6Jjjp(3xJJtqs%6=p-yX44R{g>}P(-Jt1lWri z^!#=c-W_bBIfvb63r67ar1y}^Y zZx&AC{u1t|@teb)=ipRGxs2--SPj=}xX#16#BmyT&cO4&tPMEp%RlG;eF4tncOGdk z$d@g;%Dn14JpUVNMsEX&A|8|+IEdPyfscazXx>EI@97Nn_q7b)t*_h9|oivkyDdEiab0(lu<{I$Co+8 zfN}Uj=n~+{Nu*c;nn_ZKFZA~mEaR8ZVTI6vrSfx==QgCoXBqxg=^Kt_!4x-S9XH1j z13mZe(Z~_9N>iPD__#UCXZH_(h(F1XNgQNj@Q}Ly;m?TYlUQjE3m#%U%VMl@)g_6c zxojxr<0LUpr?jC9;|?IF4TXI_UD&Kz(%d!_{Ajx10aU~-kI!*WrQW}HE|uWGL?9cj tb-%5|kB)b-;n6>0Z;gaq_DXQ{z?@ltW^nikYTj5;S-6aC^AA7Ko&euh6;l8J literal 0 HcmV?d00001 diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index 95cb4aa..42539e6 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -839,6 +839,8 @@ exists or setup the property manually. For example like this: + + @@ -857,11 +859,13 @@ exists or setup the property manually. For example like this: + + - + @@ -875,6 +879,8 @@ exists or setup the property manually. For example like this: + + @@ -894,6 +900,8 @@ exists or setup the property manually. For example like this: + + diff --git a/nbproject/project.properties b/nbproject/project.properties index d1dc74c..493a2a0 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -21,6 +21,8 @@ dist.jar=${dist.dir}/${jar.name} dist.javadoc.dir=${dist.dir}/javadoc endorsed.classpath= excludes= +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 @@ -64,6 +66,8 @@ javac.classpath=\ ${file.reference.juser-core.jar}:\ ${file.reference.juser-lib.jar}:\ ${file.reference.jletter-lib.jar}:\ + ${file.reference.jaddressbook-core.jar}:\ + ${file.reference.jaddressbook-lib.jar}:\ ${file.reference.jmailer-ee.jar}:\ ${file.reference.jjobs-mailer.jar}:\ ${reference.jjobs-lib.jar} @@ -104,6 +108,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.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 80efde4..254b0d2 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -18,6 +18,8 @@ file.reference.juser-core.jar file.reference.juser-lib.jar file.reference.jletter-lib.jar + file.reference.jaddressbook-core.jar + file.reference.jaddressbook-lib.jar file.reference.jmailer-ee.jar file.reference.jjobs-mailer.jar reference.jjobs-lib.jar -- 2.39.5