]> git.mxchange.org Git - jcountry-core.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Mon, 19 Mar 2018 00:10:54 +0000 (01:10 +0100)
committerRoland Häder <roland@mxchange.org>
Mon, 19 Mar 2018 00:10:54 +0000 (01:10 +0100)
- 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

Signed-off-by: Roland Häder <roland@mxchange.org>
nbproject/project.properties
src/org/mxchange/jcountry/model/data/CountryData.java

index 3a15f7850ec3d056f3d9051cb5d4ddfe27d067bb..017762f020b8d3eaddae8d5510274f1f8b833cf8 100644 (file)
@@ -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
index 75b7f82b283e6753768ead93da4f3c99677a6a20..614501fe3fad161fc4f69410e526c0469093b6fd 100644 (file)
@@ -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