From a19f28c23404aa9e76f522bf0c29bf676b6a8a1b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 19 Mar 2018 01:10:54 +0100 Subject: [PATCH] Continued: - jcore-utils was splitted out from jcoreee to reduce project centralization (means you have to that whole fat bunch of classes but only use a few) - removed no longer used jcoreee.jar MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- nbproject/project.properties | 9 ++++----- src/org/mxchange/jcountry/model/data/CountryData.java | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/nbproject/project.properties b/nbproject/project.properties index 3a15f78..017762f 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -30,13 +30,12 @@ dist.jar=${dist.dir}/jcountry-core.jar dist.javadoc.dir=${dist.dir}/javadoc endorsed.classpath= excludes= -file.reference.jcoreee.jar=lib/jcoreee.jar +file.reference.jcore-utils.jar=lib/jcore-utils.jar includes=** jar.compress=false javac.classpath=\ - ${libs.jpa20-persistence.classpath}:\ - ${file.reference.jcoreee.jar} -# Space-separated list of extra javac options + ${file.reference.jcore-utils.jar}:\ + ${libs.jpa20-persistence.classpath} javac.compilerargs=-Xlint:unchecked -Xlint:deprecation javac.deprecation=true javac.external.vm=false @@ -75,6 +74,6 @@ run.test.classpath=\ ${javac.test.classpath}:\ ${build.test.classes.dir} source.encoding=UTF-8 -source.reference.jcoreee.jar=../jcoreee/src/ +source.reference.jcore-utils.jar=../jcore-utils/src/ src.dir=src test.src.dir=test diff --git a/src/org/mxchange/jcountry/model/data/CountryData.java b/src/org/mxchange/jcountry/model/data/CountryData.java index 75b7f82..614501f 100644 --- a/src/org/mxchange/jcountry/model/data/CountryData.java +++ b/src/org/mxchange/jcountry/model/data/CountryData.java @@ -30,7 +30,7 @@ import javax.persistence.Table; import javax.persistence.Temporal; import javax.persistence.TemporalType; import javax.persistence.Transient; -import org.mxchange.jcoreee.utils.Comparables; +import org.mxchange.jcoreutils.Comparables; /** * A POJO for country data -- 2.39.5