From: Roland Haeder Date: Thu, 1 Oct 2015 13:34:35 +0000 (+0200) Subject: switched to jcontacts as this is the model jar X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8740515d43954a3c04f59f89e540983fce98dd65;p=addressbook-swing.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 5b330db..5b17c86 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -30,7 +30,7 @@ dist.jar=${dist.dir}/addressbook-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-logger-lib.jar=lib/jcore-logger-lib.jar file.reference.jcore-swing.jar=lib/jcore-swing.jar file.reference.jcore.jar=lib/jcore.jar @@ -42,7 +42,7 @@ javac.classpath=\ ${file.reference.jcore.jar}:\ ${file.reference.jcore-swing.jar}:\ ${file.reference.jcore-logger-lib.jar}:\ - ${file.reference.jcontacts-lib.jar}:\ + ${file.reference.jcontacts.jar}:\ ${reference.addressbook-lib.jar}:\ ${libs.jpa20-persistence.classpath} # Space-separated list of extra javac options @@ -100,7 +100,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-logger-lib.jar=../jcore-logger-lib/src/ source.reference.jcore-swing.jar=../jcore-swing/src source.reference.jcore.jar=../jcore/src