From: Roland Haeder Date: Thu, 13 Apr 2017 19:21:57 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=64dcd5e851e691ed7ec1e90ffbcbe9210e61a514;p=jfinancials-swing.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/project.properties b/nbproject/project.properties index 47bf19d..9267fd4 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -30,6 +30,7 @@ dist.jar=${dist.dir}/jfinancials-swing.jar 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.jcontacts-core.jar=lib/jcontacts-core.jar file.reference.jcore-logger-lib.jar=lib/jcore-logger-lib.jar @@ -37,6 +38,7 @@ file.reference.jcore-swing.jar=lib/jcore-swing.jar file.reference.jcore.jar=lib/jcore.jar file.reference.jcountry-core.jar=lib/jcountry-core.jar file.reference.jphone-core.jar=lib/jphone-core.jar +file.reference.jshop-core.jar=lib/jshop-core.jar includes=** jar.archive.disabled=${jnlp.enabled} jar.compress=false @@ -48,6 +50,8 @@ javac.classpath=\ ${file.reference.jcountry-core.jar}:\ ${file.reference.jphone-core.jar}:\ ${file.reference.jcontacts-core.jar}:\ + ${file.reference.jcontacts-business-core.jar}:\ + ${file.reference.jshop-core.jar}:\ ${file.reference.jfinancials-core.jar}:\ ${reference.jfinancials-lib.jar} # Space-separated list of extra javac options @@ -106,6 +110,7 @@ run.test.classpath=\ ${javac.test.classpath}:\ ${build.test.classes.dir} source.encoding=UTF-8 +source.reference.jcontacts-business-core.jar=../jcontacts-business-core/src/ source.reference.jfinancials-core.jar=../jfinancials-core/src source.reference.jcontacts-core.jar=../jcontacts-core/src/ source.reference.jcore-logger-lib.jar=../jcore-logger-lib/src/ @@ -113,5 +118,6 @@ source.reference.jcore-swing.jar=../jcore-swing/src source.reference.jcore.jar=../jcore/src source.reference.jcountry-core.jar=../jcountry-core/src/ source.reference.jphone-core.jar=../jphone-core/src/ +source.reference.jshop-core.jar=../jshop-core/src/ src.dir=src test.src.dir=test