From: Roland Haeder Date: Thu, 1 Oct 2015 13:35:37 +0000 (+0200) Subject: switched to jcontacts as this is the model jar X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4f050173ee7126c0c3f31db038036e432149c500;p=jshop-core.git switched to jcontacts as this is the model jar Signed-off-by:Roland Häder --- diff --git a/lib/jcontacts-lib.jar b/lib/jcontacts-lib.jar deleted file mode 100644 index 6059126..0000000 Binary files a/lib/jcontacts-lib.jar and /dev/null differ diff --git a/lib/jcontacts.jar b/lib/jcontacts.jar new file mode 100644 index 0000000..b2e362b Binary files /dev/null and b/lib/jcontacts.jar differ diff --git a/nbproject/project.properties b/nbproject/project.properties index 2bf8614..5126e91 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -30,8 +30,8 @@ dist.jar=${dist.dir}/jshop-core.jar dist.javadoc.dir=${dist.dir}/javadoc endorsed.classpath= excludes= -file.reference.commons-codec-1.10.jar=lib\\commons-codec-1.10.jar -file.reference.jcontacts-lib.jar=lib/jcontacts-lib.jar +file.reference.commons-codec-1.10.jar=lib/commons-codec-1.10.jar +file.reference.jcontacts.jar=lib/jcontacts.jar file.reference.jcore.jar=lib/jcore.jar file.reference.jcoreee.jar=lib/jcoreee.jar includes=** @@ -41,9 +41,9 @@ jar.index=${jnlp.enabled} javac.classpath=\ ${file.reference.jcore.jar}:\ ${file.reference.jcoreee.jar}:\ - ${file.reference.jcontacts-lib.jar}:\ - ${file.reference.commons-codec-1.10.jar}:\ - ${libs.javaee-api-7.0.classpath} + ${file.reference.jcontacts.jar}:\ + ${libs.javaee-api-7.0.classpath}:\ + ${file.reference.commons-codec-1.10.jar} # Space-separated list of extra javac options javac.compilerargs=-Xlint:unchecked -Xlint:deprecation javac.deprecation=true @@ -95,7 +95,7 @@ run.test.classpath=\ ${javac.test.classpath}:\ ${build.test.classes.dir} source.encoding=UTF-8 -source.reference.jcontacts-lib.jar=../jcontacts-lib/src/ +source.reference.jcontacts.jar=../jcontacts/src/ source.reference.jcore.jar=../jcore/src/ source.reference.jcoreee.jar=../jcoreee/src/ src.dir=src