From: Roland Haeder Date: Thu, 13 Apr 2017 19:20:16 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0ce9f0175c1dfc7e7872781c2bee36c6f0d0ac06;p=jfinancials-ejb.git Continued: - added jcontacts-business-core.jar (seller) - added jshop-core.jar (products, etc.) - updated jfinancials-core.jar Signed-off-by: Roland Häder --- diff --git a/lib/jcontacts-business-core.jar b/lib/jcontacts-business-core.jar new file mode 100644 index 0000000..eeb76bd Binary files /dev/null and b/lib/jcontacts-business-core.jar differ diff --git a/lib/jfinancials-core.jar b/lib/jfinancials-core.jar index d7c326d..48c5de2 100644 Binary files a/lib/jfinancials-core.jar and b/lib/jfinancials-core.jar differ diff --git a/lib/jshop-core.jar b/lib/jshop-core.jar new file mode 100644 index 0000000..b158fae Binary files /dev/null and b/lib/jshop-core.jar differ diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index af1a18f..d2e0e1f 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -845,7 +845,9 @@ exists or setup the property manually. For example like this: + + @@ -862,7 +864,9 @@ exists or setup the property manually. For example like this: + + @@ -871,7 +875,7 @@ exists or setup the property manually. For example like this: - + @@ -879,14 +883,16 @@ exists or setup the property manually. For example like this: - - - - - - - - + + + + + + + + + + @@ -897,7 +903,9 @@ exists or setup the property manually. For example like this: + + diff --git a/nbproject/genfiles.properties b/nbproject/genfiles.properties index 70d335f..57024c6 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=0e5e9614 -nbproject/build-impl.xml.script.CRC32=5b56e085 +nbproject/build-impl.xml.data.CRC32=a60a5985 +nbproject/build-impl.xml.script.CRC32=3262b095 nbproject/build-impl.xml.stylesheet.CRC32=6096d939@1.55.1 diff --git a/nbproject/project.properties b/nbproject/project.properties index cc697ca..85a60b2 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -21,6 +21,7 @@ dist.jar=${dist.dir}/${jar.name} dist.javadoc.dir=${dist.dir}/javadoc endorsed.classpath= excludes= +file.reference.jcontacts-business-core.jar=lib/jcontacts-business-core.jar file.reference.jfinancials-core.jar=lib/jfinancials-core.jar file.reference.jfinancials-mailer.jar=lib/jfinancials-mailer.jar file.reference.cdi-api.jar=lib/cdi-api.jar @@ -33,6 +34,7 @@ file.reference.jcountry-lib.jar=lib/jcountry-lib.jar file.reference.jmailer-ee.jar=lib/jmailer-ee.jar file.reference.jphone-core.jar=lib/jphone-core.jar file.reference.jphone-lib.jar=lib/jphone-lib.jar +file.reference.jshop-core.jar=lib/jshop-core.jar file.reference.juser-core.jar=lib/juser-core.jar file.reference.juser-lib.jar=lib/juser-lib.jar includes=** @@ -57,7 +59,9 @@ javac.classpath=\ ${file.reference.jphone-core.jar}:\ ${file.reference.jphone-lib.jar}:\ ${file.reference.jcontacts-core.jar}:\ + ${file.reference.jcontacts-business-core.jar}:\ ${file.reference.jcontacts-lib.jar}:\ + ${file.reference.jshop-core.jar}:\ ${file.reference.juser-core.jar}:\ ${file.reference.juser-lib.jar}:\ ${file.reference.jmailer-ee.jar}:\ @@ -106,6 +110,7 @@ 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.jfinancials-core.jar=../jfinancials-core/src/ source.reference.jfinancials-mailer.jar=../jfinancials-mailer/src/ source.reference.jcontacts-core.jar=../jcontacts-core/src/ @@ -117,6 +122,7 @@ source.reference.jcountry-lib.jar=../jcountry-lib/src/ source.reference.jmailer-ee.jar=../jmailer-ee/src/ source.reference.jphone-core.jar=../jphone-core/src/ source.reference.jphone-lib.jar=../jphone-lib/src/ +source.reference.jshop-core.jar=../jshop-core/src/ source.reference.juser-core.jar=../juser-core/src/ source.reference.juser-lib.jar=../juser-lib/src/ source.root=src diff --git a/nbproject/project.xml b/nbproject/project.xml index cfc8d31..d03f0d0 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -12,7 +12,9 @@ file.reference.jphone-core.jar file.reference.jphone-lib.jar file.reference.jcontacts-core.jar + file.reference.jcontacts-business-core.jar file.reference.jcontacts-lib.jar + file.reference.jshop-core.jar file.reference.juser-core.jar file.reference.juser-lib.jar file.reference.jmailer-ee.jar