From: Roland Haeder Date: Fri, 4 Sep 2015 22:45:10 +0000 (+0200) Subject: renaming season has started ... ;-) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f134fbeeee14136107e473141e0541383aad175c;p=pizzaservice-lib.git renaming season has started ... ;-) Signed-off-by:Roland Häder --- diff --git a/lib/jcore-ejb.jar b/lib/jcore-ejb.jar new file mode 100644 index 0000000..c854dee Binary files /dev/null and b/lib/jcore-ejb.jar differ diff --git a/lib/jsfcore.jar b/lib/jsfcore.jar deleted file mode 100644 index c854dee..0000000 Binary files a/lib/jsfcore.jar and /dev/null differ diff --git a/lib/jshop-ejb.jar b/lib/jshop-ejb.jar new file mode 100644 index 0000000..0ba207f Binary files /dev/null and b/lib/jshop-ejb.jar differ diff --git a/lib/jshop.jar b/lib/jshop.jar deleted file mode 100644 index 0ba207f..0000000 Binary files a/lib/jshop.jar and /dev/null differ diff --git a/nbproject/project.properties b/nbproject/project.properties index 04253c7..d423623 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -32,9 +32,9 @@ endorsed.classpath= excludes= file.reference.cdi-api.jar=lib/cdi-api.jar file.reference.jcore.jar=lib/jcore.jar -file.reference.jsfcore.jar=lib/jsfcore.jar +file.reference.jcore-ejb.jar=lib/jcore-ejb.jar file.reference.jshop-core.jar=lib/jshop-core.jar -file.reference.jshop.jar=lib/jshop.jar +file.reference.jshop-ejb.jar=lib/jshop-ejb.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=** @@ -43,8 +43,8 @@ jar.compress=false jar.index=${jnlp.enabled} javac.classpath=\ ${file.reference.jcore.jar}:\ - ${file.reference.jsfcore.jar}:\ - ${file.reference.jshop.jar}:\ + ${file.reference.jcore-ejb.jar}:\ + ${file.reference.jshop-ejb.jar}:\ ${libs.javaee-api-7.0.classpath}:\ ${file.reference.log4j-api-2.3.jar}:\ ${file.reference.log4j-core-2.3.jar}:\ @@ -102,8 +102,8 @@ run.test.classpath=\ ${build.test.classes.dir} source.encoding=UTF-8 source.reference.jcore.jar=../jcore/src/ -source.reference.jsfcore.jar=../jsfcore/src/ +source.reference.jcore-ejb.jar=../jcore-ejb/src/ source.reference.jshop-core.jar=../jshop-core/src/ -source.reference.jshop.jar=../jshop/src/ +source.reference.jshop-ejb.jar=../jshop-ejb/src/ src.dir=src test.src.dir=test