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.jcore.jar=lib/jcore.jar
file.reference.jcoreee.jar=lib/jcoreee.jar
includes=**
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}
# Space-separated list of extra javac options
${javac.test.classpath}:\
${build.test.classes.dir}
source.encoding=UTF-8
+source.reference.jcontacts-lib.jar=../jcontacts-lib/src/
source.reference.jcore.jar=../jcore/src/
source.reference.jcoreee.jar=../jcoreee/src/
src.dir=src
import java.io.Serializable;
import java.util.Calendar;
-import org.mxchange.jcore.model.contact.Contact;
+import org.mxchange.jcontacts.contact.Contact;
import org.mxchange.jshopcore.model.customer.status.CustomerAccountStatus;
/**
import javax.persistence.Table;
import javax.persistence.Temporal;
import javax.persistence.TemporalType;
-import org.mxchange.jcore.model.contact.Contact;
-import org.mxchange.jcore.model.contact.UserContact;
+import org.mxchange.jcontacts.contact.Contact;
+import org.mxchange.jcontacts.contact.UserContact;
import org.mxchange.jshopcore.model.customer.status.CustomerAccountStatus;
/**