From: Roland Haeder Date: Thu, 1 Oct 2015 13:35:29 +0000 (+0200) Subject: removed no longer used jars + switched to jcontacts as this is the model jar X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=07678c5850b323b87b78975e1ff0463447c7007a;p=jcore-swing.git removed no longer used jars + 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/lib/log4j-api-2.3.jar b/lib/log4j-api-2.3.jar deleted file mode 100644 index 2a61bbe..0000000 Binary files a/lib/log4j-api-2.3.jar and /dev/null differ diff --git a/lib/log4j-core-2.3.jar b/lib/log4j-core-2.3.jar deleted file mode 100644 index 5438b0b..0000000 Binary files a/lib/log4j-core-2.3.jar and /dev/null differ diff --git a/nbproject/project.properties b/nbproject/project.properties index 6aee722..5d433f7 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -30,19 +30,15 @@ dist.jar=${dist.dir}/jcore-swing.jar dist.javadoc.dir=${dist.dir}/javadoc endorsed.classpath= excludes= -file.reference.jcontacts-lib.jar=lib/jcontacts-lib.jar +file.reference.jcontacts.jar=lib/jcontacts.jar file.reference.jcore.jar=lib/jcore.jar -file.reference.log4j-api-2.3.jar=lib/log4j-api-2.3.jar -file.reference.log4j-core-2.3.jar=lib/log4j-core-2.3.jar includes=** jar.archive.disabled=${jnlp.enabled} jar.compress=false jar.index=${jnlp.enabled} javac.classpath=\ ${file.reference.jcore.jar}:\ - ${file.reference.jcontacts-lib.jar}:\ - ${file.reference.log4j-api-2.3.jar}:\ - ${file.reference.log4j-core-2.3.jar} + ${file.reference.jcontacts.jar} # Space-separated list of extra javac options javac.compilerargs=-Xlint:unchecked -Xlint:deprecation javac.deprecation=true @@ -94,7 +90,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 src.dir=src test.src.dir=test