From: Roland Haeder Date: Sat, 5 Sep 2015 14:33:45 +0000 (+0200) Subject: updated jcore.jar + jshop-core.jar + added jshop-ee-lib.jar (maybe not needed here... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e24813679f3c42ec88e003d4dfbad94025551c09;p=pizzaservice-lib.git updated jcore.jar + jshop-core.jar + added jshop-ee-lib.jar (maybe not needed here?) + remove commons Signed-off-by:Roland Häder --- diff --git a/lib/jcore.jar b/lib/jcore.jar index 512369d..ad765c6 100644 Binary files a/lib/jcore.jar and b/lib/jcore.jar differ diff --git a/lib/jshop-core.jar b/lib/jshop-core.jar index 48fd3ca..9cd4e02 100644 Binary files a/lib/jshop-core.jar and b/lib/jshop-core.jar differ diff --git a/lib/jshop-ee-lib.jar b/lib/jshop-ee-lib.jar new file mode 100644 index 0000000..eb63ff5 Binary files /dev/null and b/lib/jshop-ee-lib.jar differ diff --git a/nbproject/project.properties b/nbproject/project.properties index 23c8f8f..845157f 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -34,6 +34,7 @@ file.reference.cdi-api.jar=lib/cdi-api.jar file.reference.jcore.jar=lib/jcore.jar file.reference.jcoreee.jar=lib/jcoreee.jar file.reference.jshop-core.jar=lib/jshop-core.jar +file.reference.jshop-ee-lib.jar=lib/jshop-ee-lib.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=** @@ -44,6 +45,7 @@ javac.classpath=\ ${file.reference.jcore.jar}:\ ${file.reference.jcoreee.jar}:\ ${file.reference.jshop-core.jar}:\ + ${file.reference.jshop-ee-lib.jar}:\ ${libs.javaee-api-7.0.classpath}:\ ${file.reference.log4j-api-2.3.jar}:\ ${file.reference.log4j-core-2.3.jar}:\ @@ -102,5 +104,6 @@ source.encoding=UTF-8 source.reference.jcore.jar=../jcore/src/ source.reference.jcoreee.jar=../jcoreee/src/ source.reference.jshop-core.jar=../jshop-core/src/ +source.reference.jshop-ee-lib.jar=../jshop-ee-lib/src/ src.dir=src test.src.dir=test